JaranSwitch0101 Posted November 20, 2018 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 59 Reputation: 5 Joined: 07/02/18 Last Seen: September 3, 2020 Share 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 Link to comment Share on other sites More sharing options...
0 Normynator Posted November 20, 2018 Group: Developer Topic Count: 7 Topics Per Day: 0.00 Content Count: 292 Reputation: 199 Joined: 05/03/13 Last Seen: May 26, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 JaranSwitch0101 Posted November 20, 2018 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 59 Reputation: 5 Joined: 07/02/18 Last Seen: September 3, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
0 lllaaazzz Posted November 20, 2018 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 10/14/17 Last Seen: February 16, 2019 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.