Mabuhay Posted June 6, 2013 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 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...
Anakid Posted June 6, 2013 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 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...
how can i reduce the flee rate?
Link to comment
Share on other sites