blazerza Posted February 9, 2016 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 42 Reputation: 2 Joined: 02/04/12 Last Seen: June 1, 2021 Share Posted February 9, 2016 the thing that I want to fix it's about a status rate for specific map. I try to edit it like this : case SC_STUN:if (map[sd->bl.m].name == "prontera") {sc_def = status->dex*100;sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;tick_def2 = status->luk*10;} else {sc_def = status->vit*100;sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;tick_def2 = status->luk*10;} But it's still be the same as usual why it doesn't have anything change although I set it like that it doesn't work . Can anybody explain me about how is different between sc_def and sc_def2 ? I'm sorry for my english If I can't make you understand what I want to say =-= By the way please help me Bump anyone? Quote Link to comment Share on other sites More sharing options...
Question
blazerza
the thing that I want to fix it's about a status rate for specific map.
I try to edit it like this :
But it's still be the same as usual why it doesn't have anything change although I set it like that it doesn't work .
Can anybody explain me about how is different between sc_def and sc_def2 ?
I'm sorry for my english If I can't make you understand what I want to say =-=
By the way please help me
Bump anyone?
Link to comment
Share on other sites
0 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.