President Posted May 21, 2012 Posted May 21, 2012 Problem : Feint Bomb in KRO looking for stats DEX on player. but i want in my private server Feint Bomb Looking For STR too.. where i must edit the script? Quote
malufett Posted May 21, 2012 Posted May 21, 2012 you must ask in the source support section...Skill implementations are done in source not on script..^^ Quote
President Posted May 21, 2012 Author Posted May 21, 2012 you must ask in the source support section...Skill implementations are done in source not on script..^^ ic ic ok thank you sir... Quote
Nicko Posted May 21, 2012 Posted May 21, 2012 I'm not sure about the formula, but in Rathena, i found this: case SC_FEINTBOMB: skillratio += 100 + 100 * skill_lv; break; I don't see anyting saying about DEX here. Anyways, if you wan't change the damage of this formula above, just add the command where you wan't: sstatus->vit sstatus->dex sstatus->str Change str, vit, dex by what you wan't, Quote
President Posted May 21, 2012 Author Posted May 21, 2012 I'm not sure about the formula, but in Rathena, i found this: case SC_FEINTBOMB: skillratio += 100 + 100 * skill_lv; break; I don't see anyting saying about DEX here. Anyways, if you wan't change the damage of this formula above, just add the command where you wan't: sstatus->vit sstatus->dex sstatus->str Change str, vit, dex by what you wan't, where i found that script? Quote
President Posted May 21, 2012 Author Posted May 21, 2012 src/map/battle.c src/map/battle.c case SC_FEINTBOMB: skillratio += 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex; //orginal :skillratio += 100 + 100 * skill_lv; break; i change but, it doesn't effect ... any suggestion? Quote
malufett Posted May 22, 2012 Posted May 22, 2012 did you recompile?? 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex and are you sure about this?? 24000%?? Quote
President Posted May 22, 2012 Author Posted May 22, 2012 did you recompile?? 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex and are you sure about this?? 24000%?? i just test it.. but after i reboot my server , i doesn't effect on my feint bomb..the bomb still same with the last. any suggestion? Quote
malufett Posted May 22, 2012 Posted May 22, 2012 don't just reboot..you must recompile the source.... Quote
President Posted May 22, 2012 Author Posted May 22, 2012 (edited) don't just reboot..you must recompile the source.... where i must compile it? it means how to compile it? sorry I'm Newbie.. Edited May 22, 2012 by nyoonyoto Quote
Question
President
Problem : Feint Bomb in KRO looking for stats DEX on player. but i want in my private server Feint Bomb Looking For STR too..
where i must edit the script?
11 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.