PsychoByNatureX 0 Posted October 8, 2015 (edited) Im just wondering where can i change the default turn order formula for determining who attacks first during battles. I know its to do with agility, attack speed and a random number in a formula but where can i edit this formula? Any help is appreciated thanks everybody So i found this online def speed speed = subject.agi + rand(5 + subject.agi / 4) speed += item.speed if item speed += subject.atk_speed if attack? speed end Im gonna ctrl shift F to look for this on the default scripts and fiddle around with it to try and make some magic happen. Its not in a formula like the damage formula so i dont know if the damage formula variables apply or not? Going to post in script requests since i have discovered that this formula may only be edited Via script. Not like damage formulas in the skill tab of the database lol Edited October 8, 2015 by PsychoByNatureX Share this post Link to post Share on other sites
Cookie Ninja 374 Posted October 11, 2015 I dont exactly understand what you want?! Wouldnt this be what you are looking for: Share this post Link to post Share on other sites