JaranSwitch0101 Posted November 20, 2018 Posted November 20, 2018 I want make buff for skill Radius.... http:// But i don't know name SC of Radius in status.hpp If someone know it's name...please,tell me Quote
0 Normynator Posted November 20, 2018 Posted November 20, 2018 https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L375 you could add a multipler to this line. For example „*2“ would double the range per level. But it‘s maybe easier to edit the spell in DB directly. Quote
0 JaranSwitch0101 Posted November 20, 2018 Author Posted November 20, 2018 1 hour ago, Normynator said: https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L375 you could add a multipler to this line. For example „*2“ would double the range per level. But it‘s maybe easier to edit the spell in DB directly. No,You misunderstand! I'm want make NPC buff ...but i don't know name SC of Radius Skill in status.hpp Quote
0 lllaaazzz Posted November 20, 2018 Posted November 20, 2018 Its because its not a status you can often find passives in your battle.c and stuff go to Skill.c if (sd && skill_id >= WL_WHITEIMPRISON && skill_id < WL_FREEZE_SP) { int radius_lv = pc->checkskill(sd, WL_RADIUS); if (radius_lv) fixcast_r = max(fixcast_r, (status_get_int(bl) + status->get_lv(bl)) / 15 + radius_lv * 5); // [{(Caster?s INT / 15) + (Caster?s Base Level / 15) + (Radius Skill Level x 5)}] % } Quote
Question
JaranSwitch0101
I want make buff for skill Radius.... http://
But i don't know name SC of Radius in status.hpp
If someone know it's name...please,tell me
3 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.