President Posted May 21, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Share 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 Link to comment Share on other sites More sharing options...
malufett Posted May 21, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 21, 2012 you must ask in the source support section...Skill implementations are done in source not on script..^^ Quote Link to comment Share on other sites More sharing options...
President Posted May 21, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Nicko Posted May 21, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 1 Joined: 05/19/12 Last Seen: May 24, 2012 Share 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 Link to comment Share on other sites More sharing options...
President Posted May 21, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Nicko Posted May 21, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 1 Joined: 05/19/12 Last Seen: May 24, 2012 Share Posted May 21, 2012 src/map/battle.c Quote Link to comment Share on other sites More sharing options...
President Posted May 21, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
malufett Posted May 22, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 22, 2012 did you recompile?? 4000 + 4000 * skill_lv + sstatus->str + sstatus->dex and are you sure about this?? 24000%?? Quote Link to comment Share on other sites More sharing options...
President Posted May 22, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
malufett Posted May 22, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 22, 2012 don't just reboot..you must recompile the source.... Quote Link to comment Share on other sites More sharing options...
President Posted May 22, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Bahmut Posted May 22, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 382 Reputation: 39 Joined: 01/17/12 Last Seen: February 13, 2020 Share Posted May 22, 2012 http://rathena.org/wiki/Compiling Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.