illusion Posted December 6, 2012 Posted December 6, 2012 (edited) How can i edit the creator demostration skill for it wont hit the player thats casting the skill? How can i add max cap damages on all OP skills? Mangum break doesnt enchant the player with fire property. How can i fix it? How can i remove using YGGs with EDP on sinx? - If anyone can help me with either or will be gladly appreciated <3 Edited December 6, 2012 by illusion Quote
Dastgir Posted December 6, 2012 Posted December 6, 2012 (edited) Mangum break doesnt enchant the player with fire property. How can i fix it? src/map/skill.c case SM_MAGNUM: case MS_MAGNUM: skill_area_temp[1] = 0; map_foreachinrange(skill_area_sub, src, skill_get_splash(skillid, skilllv), BL_SKILL|BL_CHAR, src,skillid,skilllv,tick, flag|BCT_ENEMY|1, skill_castend_damage_id); clif_skill_nodamage (src,src,skillid,skilllv,1); // Initiate 10% of your damage becomes fire element. sc_start4(src,SC_WATK_ELEMENT,100,3,20,0,0,skill_get_time2(skillid, skilllv)); <----- Fire Element Enchant if( sd ) skill_blockpc_start(sd, skillid, skill_get_time(skillid, skilllv)); else if( bl->type == BL_MER ) skill_blockmerc_start((TBL_MER*)bl, skillid, skill_get_time(skillid, skilllv)); break; Its there in code, check your src. Edited December 6, 2012 by Dastgir Pojee Quote
illusion Posted December 6, 2012 Author Posted December 6, 2012 Mangum break doesnt enchant the player with fire property. How can i fix it? src/map/skill.c case SM_MAGNUM: case MS_MAGNUM: skill_area_temp[1] = 0; map_foreachinrange(skill_area_sub, src, skill_get_splash(skillid, skilllv), BL_SKILL|BL_CHAR, src,skillid,skilllv,tick, flag|BCT_ENEMY|1, skill_castend_damage_id); clif_skill_nodamage (src,src,skillid,skilllv,1); // Initiate 10% of your damage becomes fire element. sc_start4(src,SC_WATK_ELEMENT,100,3,20,0,0,skill_get_time2(skillid, skilllv)); <----- Fire Element Enchant if( sd ) skill_blockpc_start(sd, skillid, skill_get_time(skillid, skilllv)); else if( bl->type == BL_MER ) skill_blockmerc_start((TBL_MER*)bl, skillid, skill_get_time(skillid, skilllv)); break; Its there in code, check your src. What part do i edit for i can change it to endow the player with fire property? Quote
Question
illusion
How can i edit the creator demostration skill for it wont hit the player thats casting the skill?
How can i add max cap damages on all OP skills?
Mangum break doesnt enchant the player with fire property. How can i fix it?
How can i remove using YGGs with EDP on sinx?
- If anyone can help me with either or will be gladly appreciated <3
Edited by illusion3 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.