pajodex Posted January 8, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: April 14 Share Posted January 8, 2018 (edited) Hi, How do I change the Magnum break skill? I want to add an SC like the Flame launcher. I already changed from src/map/status.cpp set_sc( SM_MAGNUM , SC_FIREWEAPON , SI_FIREWEAPON , SCB_ATK_ELE ); but no status icon/ doesn work. Help is highly appreciated. Thanks skill.cpp sc_start4(src,src,SC_WATK_ELEMENT,100,3,20,0,0,skill_get_time2(skill_id, skill_lv)); to sc_start4(src,src,SC_FIREWEAPON,100,3,20,0,0,skill_get_time2(skill_id, skill_lv)); Edited January 9, 2018 by pajodex 1 Quote Link to comment Share on other sites More sharing options...
Question
pajodex
Hi,
How do I change the Magnum break skill? I want to add an SC like the Flame launcher. I already changed from src/map/status.cpp
set_sc( SM_MAGNUM , SC_FIREWEAPON , SI_FIREWEAPON , SCB_ATK_ELE );
but no status icon/ doesn work. Help is highly appreciated.
Thanks
skill.cpp
sc_start4(src,src,SC_WATK_ELEMENT,100,3,20,0,0,skill_get_time2(skill_id, skill_lv));
to
sc_start4(src,src,SC_FIREWEAPON,100,3,20,0,0,skill_get_time2(skill_id, skill_lv));
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.