changing stat effects for the defualt batle system? - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: changing stat effects for the defualt batle system? (/thread-12.html) Pages:
1
2
|
changing stat effects for the defualt batle system? - corpsegirl - 10-25-2010 Valdred Wrote:Add anotherit didn't work still got the error on the same line. DerVVulfman Wrote:And addits an edit to game battler 3 not a new script. do I still need that? changing stat effects for the defualt batle system? - deValdr - 10-25-2010 Is your code between such statements (class Game_Battler, end) already? if not, yeah they need to. class Game_Battler means, "Now we're gonna add some stuff to the Game_Battler class." :) changing stat effects for the defualt batle system? - corpsegirl - 10-25-2010 I replaced the method in game battler 3 that starts on line 38 and reads #-------------------------------------------------------------------------- # * Applying Normal Attack Effects # attacker : battler #-------------------------------------------------------------------------- changing stat effects for the defualt batle system? - corpsegirl - 10-25-2010 thanks for all the attempts. I figured it out and boy was it weird. |