Jump to content
  • 0

[HELP]shadow step on root


GoldenNightmare

Question

hey guys can u tell me how can fix shadow step when u got root u can make it like retail here is my skill

 

<skill id="821" levels="1" name="Shadow Step">
	<set name="magicLvl" val="72" />
	<set name="mpConsume" val="50" />
	<set name="operateType" val="OP_ACTIVE" />
	<set name="target" val="TARGET_ONE" />
	<set name="skillType" val="INSTANT_JUMP" />
	<set name="castRange" val="600" />
	<set name="effectRange" val="1100" />
	<set name="reuseDelay" val="75000" />
	<set name="hitTime" val="500" />
	<set name="coolTime" val="200" />
	<for>
		<effect name="RemoveTarget" effectPower="100" noicon="1" val="0" />
	</for>
</skill>

 

what i must add to do this ?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

i dont mean this i mean how i can change the shadow step can be used when u got dryad root

 

I think that this is impossible on Java because: your xml has

<set name="skillType" val="INSTANT_JUMP" />

 

and to make the SAME skill cancel roots it need diffrent SkillType what makes it error if you have 2x skilltypes in the same xml ID :/

Link to comment
Share on other sites

  • 0

i dont mean to cancel the root just ignore it on shadow step is that possible to do it ?

 

ignore, cancel the same, you must change skilltype and you cant have two skilltypes as I already sed, so your last chance is modifing the instantjump.java at gameserver\data\scripts\handlers\skillhandlers, you need a good developer cause those things in there are hardcoded

Link to comment
Share on other sites

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...