public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

YEP Battle A.I Core Bug

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: YEP Battle A.I Core Bug
  • Original author: killdude
  • Original date: May 29, 2019
  • Source thread: https://forums.rpgmakerweb.com/threads/yep-battle-a-i-core-bug.109526/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support

Summary

I made o Tech class enemy who gives shield to his allies.But a problem occur.I put it a A.I code to prevent him from giving the shield randomly but when ı do that my actors cannot perform any attack skill.İnterestingly they can perform heal or buff skills but they cannot attack to tech.This is only happening when the Tech alone.If there is an ally next to it, there will be no problems until that ally dies and then same problem occur again.I controlled everything one by one.When i delete the...

Archived First Post

I made o Tech class enemy who gives shield to his allies.But a problem occur.I put it a A.I code to prevent him from giving the shield randomly but when ı do that my actors cannot perform any attack skill.İnterestingly they can perform heal or buff skills but they cannot attack to tech.This is only happening when the Tech alone.If there is an ally next to it, there will be no problems until that ally dies and then same problem occur again.I controlled everything one by one.When i delete the A.I Code there is no problem.But i when ı put the code that bug occures.Heres the enemy notes:
<DragonBone Settings>

Battler: BladeMaster
Scalex: -0.77
Scaley: 0.77
Width: 420
Height: 433


Ani Wait: Idle
Ani Walk: Idle
Ani Attack: Attack A
Ani Swing: Attack B
Ani Thrust: Attack C
Ani Missile: Attack A
Ani Skill: Attack A
Ani Chant: Idle
Ani Spell: Attack A
Ani Item: Attack A
Ani Guard: Guard
Ani Evade: Idle
Ani Damage: Damage
Ani Abnormal: Idle
Ani Sleep: Idle
Ani Dying: Idle
Ani Dead: Dead
Ani Victory: Idle
Ani Escape: Idle

Replace Sprite
</DragonBone Settings>



<AI Level: 120>
<AI Priority>
HP% param <= 70%: Guard, Lowest HP%
</AI Priority>


With this code this problem occures:
Protected download
Protected download

When ı delete the A.I code and make the enemy note like this no problem occured:
<DragonBone Settings>

Battler: BladeMaster
Scalex: -0.77
Scaley: 0.77
Width: 420
Height: 433


Ani Wait: Idle
Ani Walk: Idle
Ani Attack: Attack A
Ani Swing: Attack B
Ani Thrust: Attack C
Ani Missile: Attack A
Ani Skill: Attack A
Ani Chant: Idle
Ani Spell: Attack A
Ani Item: Attack A
Ani Guard: Guard
Ani Evade: Idle
Ani Damage: Damage
Ani Abnormal: Idle
Ani Sleep: Idle
Ani Dying: Idle
Ani Dead: Dead
Ani Victory: Idle
Ani Escape: Idle

Replace Sprite
</DragonBone Settings>
Protected download

Will you help me pls?Thank you in advance
NOTE: THİS PROBLEM BEGİNS WHEN I START THE BATTLE INSTANTLY.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

bug1.png
bug1.png
bug2.png
bug2.png
bug3.png
bug3.png
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar