Thanks, appreciate it.
Mang_fatih
Creator of
Recent community posts
After modifying your edit a bit. It achieves what I want. Your original edit has the error of null value (somehow). I'll just share my edit.
if (Input.isPressed('left') && $gameSwitches.value(n)) dx -= 1;
if (Input.isPressed('right') && $gameSwitches.value(n)) dx += 1;
if (Input.isPressed('up') && $gameSwitches.value(n)) dy -= 1;
if (Input.isPressed('down')&& $gameSwitches.value(n)) dy += 1;
Not exactly a pretty code, but it works. Thanks for your help.
I tried what you advised, but none of them works. Even after I disabled the CharacterShadowShow.js, it's still causing issues. It seems like the main culprit of this come from the ARPG_Core.js.

You can get the whole same set up like me from the official DLC store. It's free.
https://store.steampowered.com/app/2287820/RPG_Maker_MZ__ARPG_plugin_set/
However, if you want just the script files. Here it is
ARPG_Core.js
CharacterShowShadow.js
Thanks for the reply.
After trying to find a working plugin ordering for Eli_Book. I found this order to work just fine and can implement it to my own modified ARPG project. I'm just gonna share it, in case somebody encounter same issue
That said, after adding another plugin of yours called EliMZ_CharManager. It breaks everything again after the game load player sprite, no matter the plugin order, I tried everything. I haven't done anything yet with the said plugin. Any idea how to resolve this?


I was studying around your plugin. I must say, I need more time to fully understand but I can sense that it is a powerful free plugin.
That said, I tried to make a custom attack animation for the ARPG plugin set
https://store.steampowered.com/app/2287820/RPG_Maker_MZ__ARPG_plugin_set/
Somebody has found a way to add custom attack animations sprite through an attack event in the set, albeit it is really simple.
https://www.reddit.com/r/RPGMaker/comments/1ekeo34/to_add_attack_animations_to_r...
Any suggestions to use your plugin in this manner?
I don't think I've seen my particular issue here.
After I build the software. I tried to run it. It ran but there's only a split seconds of windows the it's closes. I might made mistakes during the building process.For the record I do follow the guide of how to do it .Any help is appreciated .

As you can see, a very unclear error.



