Jump to content
  • 0

[Help] Hellbound Island


Question

Posted

Hello guys ! I made a farm zone in Hellbound Island, but when you teleport there you get to the passive skill Danger Area. How do I disable skill or edit for give me little damage . Thx . Respect ! Waiting for answer plz!

2 answers to this question

Recommended Posts

  • 0
Posted

well, edit the 4200-4299.xml file id 4268 :

 

 <skill id="4268" levels="1" name="Danger Area">
    <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" />
  </skill>

 

to

 

<skill id="4268" levels="1" name="Danger Area">
    <!-- This Skill Is Only For Description In The Client -->
    <set name="target" val="TARGET_NONE"/>
    <set name="skillType" val="NOTDONE" />
    <set name="operateType" val="OP_PASSIVE" />
    <set name="castRange" val="-1" />
    <set name="effectRange" val="-1" />
  </skill>

  • 0
Posted

Thanks for your help xMaylox but not everything goes exactly as decreases life before ... or set to if you are in your party will not decreases life ... ? and if you're single decreases life ... other opinions?

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...