pajodex Posted January 8, 2018 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
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));
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.