Mabuhay Posted June 6, 2013 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Share Posted June 6, 2013 how can i reduce the flee rate? Quote Link to comment Share on other sites More sharing options...
Jarek Posted June 6, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted June 6, 2013 status.c, line ~ 1937 status->flee += level + status->agi + status->luk/5 + 100; //base level + ( every 1 agi = +1 flee ) + (every 5 luk = +1 flee) + 100or 1946 if you using pre-restatus->flee += level + status->agi; Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 6, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 6, 2013 This needs more explanation. Quote Link to comment Share on other sites More sharing options...
Mabuhay Posted June 6, 2013 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Author Share Posted June 6, 2013 Okay, like per agi basis. reduce the flee bonus per agi add. Quote Link to comment Share on other sites More sharing options...
Question
Mabuhay
how can i reduce the flee rate?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.