Won't let me pm you just says follow or ignore. Not sure why My name is Camden1970
Fishdog Games
Recent community posts
Ok thank you, also this may help.
under my weapons I have this in notetag, when they equip a weapon it changes the look of tha character.
<Custom On Equip Eval>
user._prevCharName = user._prevCharName || user._characterName;
user._prevCharIndex = user._prevCharIndex || user._characterIndex;
user._prevFaceName = user._prevFaceName || user._faceName;
user._prevFaceIndex = user._prevFaceIndex || user._faceIndex;
user._prevBattlerName = user._prevBattlerName || user._battlerName;
user.setFaceImage("Oracle2longsword%(8)_Face", 0);
user.setCharacterImage("oracle2longsword%(8)", 0);
user.setBattlerImage("Oracle2longsword%(8)_MVsv");
user.refresh();
$gamePlayer.refresh();
</Custom On Equip Eval>
<Custom On Remove Equip Eval>
user.setCharacterImage(user._prevCharName, user._prevCharIndex);
user.setFaceImage(user._prevFaceName, user._prevFaceIndex);
user.setBattlerImage(user._prevBattlerName );
user.refresh();
user._prevCharName = undefined;
user._prevCharIndex = undefined;
user._prevFaceName = undefined;
user._prevFaceIndex = undefined;
user._prevBattlerName = undefined;
$gamePlayer.refresh();
</Custom On Remove Equip Eval>
Hiya thanks for the reply, this was a custom plugin for me I purchased it from a guy on fiverr. what it does is change my characters look on equipping weapons and stuff. here is a link to the upload from my google drive. thanks for your time. feel free to use the plugins if you want I do not mind. way plugins
Hiya Winter, thanks for the plugin. I've been looking for something like this. but I cannot figure it out I'm not sure what to write in what? I'm im kinda confused about translation and stuff. All i keep getting is errors. anyway you have a small demo so i can see how its setup? or perhaps a screenshot of you having it setup in english thank you very much for your time and hard wrok.
Hi ChigooX I got your bundle last night, but It is not working. I can't even see anything in the script editor, do you have a demo or something for the visual equip and the character creation? this is all I see in mz. I have no idea how to use these scripts. The image i uploaded is all i see, and it will not let me edit anything. I never ask for refunds, but in this case I may have too :( its as if all the scripts in your bundle are locked or something .
Thanks for the hard work in making this gem, hope you dont mind but i shared this game with our rpg facebook group. heres the link to our group if you want to see what people think about your game. https://www.facebook.com/groups/155558658449532/?ref=group_header




