PapaZola Posted October 15, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted October 15, 2012 (edited) hello rA where i can reduce def? example now 2 vit = 1 def how if i want changed to 4 vit = 1 def here another problem with video [media=]http://www.youtube.com/watch?v=NuxzCEiNiPg&feature=youtu.be[/media] Edited October 15, 2012 by PapaZola Quote Link to comment Share on other sites More sharing options...
sinya Posted October 15, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 15 Reputation: 0 Joined: 04/24/12 Last Seen: August 9, 2014 Share Posted October 15, 2012 Here? status.c #ifdef RENEWAL // renewal formulas status->hit += level + status->dex + status->luk/3 + 175; //base level + ( every 1 dex = +1 hit ) + (every 3 luk = +1 hit) + 175 status->flee += level + status->agi + status->luk/5 + 100; //base level + ( every 1 agi = +1 flee ) + (every 5 luk = +1 flee) + 100 status->def2 += (int)(((float)level + status->vit)/2 + ((float)status->agi/5)); //base level + (every 2 vit = +1 def) + (every 5 agi = +1 def) status->mdef2 += (int)(status->int_ + ((float)level/4) + ((float)status->dex/5) + ((float)status->vit/5)); //(every 4 base level = +1 mdef) + (every 1 int = +1 mdef) + (every 5 dex = +1 mdef) + (every 5 vit = +1 mdef) Quote Link to comment Share on other sites More sharing options...
PapaZola Posted October 15, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted October 15, 2012 thx i have another problem when im buff my def 125+-50 when i changed equip def 250+-50 Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
hello rA
where i can reduce def?
example now 2 vit = 1 def
how if i want changed to 4 vit = 1 def
here another problem with video
[media=]http://www.youtube.com/watch?v=NuxzCEiNiPg&feature=youtu.be[/media]
Edited by PapaZolaLink to comment
Share on other sites
2 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.