ceoflex Posted June 14, 2009 Posted June 14, 2009 Hello can someone tell me please how to edit the Danger area and Desert Heat skills ... i found them as so Danger <skill id="4268" levels="1" name="Danger Area"> <!-- This Skill Is Only For Description In The Client --> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="PASSIVE" /> <set name="operateType" val="OP_PASSIVE" /> <set name="castRange" val="-1" /> <set name="effectRange" val="-1" /> And <skill id="5399" levels="1" name="Heat of Desert"> <!-- Needs to be finished. Description(s): Condition causing target to decrease HP by heat of desert. --> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="CONT" /> <set name="operateType" val="OP_ACTIVE" /> <set name="castRange" val="-1" /> <set name="effectRange" val="-1" /> I think they are somehow related ... What i basically want is them to stop giving damage... I tried deleteing them or replacing val="Target_setl" with something else but it doesn't help can someone tell me the solution please Quote
Intrepid Posted June 15, 2009 Posted June 15, 2009 the damage are hardcoded in the java OR in the skill as an effect Quote
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.
Note: Your post will require moderator approval before it will be visible.