illusion Posted December 6, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 01/13/12 Last Seen: December 15, 2012 Share 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 Link to comment Share on other sites More sharing options...
Dastgir Posted December 6, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Friday at 07:59 PM Share 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 Link to comment Share on other sites More sharing options...
illusion Posted December 6, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 01/13/12 Last Seen: December 15, 2012 Author Share 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 Link to comment Share on other sites More sharing options...
illusion Posted December 8, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 01/13/12 Last Seen: December 15, 2012 Author Share Posted December 8, 2012 BUMP! Quote Link to comment Share on other sites More sharing options...
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 illusionLink 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.