Jump to content
Sign in to follow this  
PsychoByNatureX

where do i change the turn order formula?

Recommended Posts

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 by PsychoByNatureX

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
Top ArrowTop Arrow Highlighted