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?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..