GoldenNightmare Posted August 6, 2011 Posted August 6, 2011 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 ?
0 GoldenNightmare Posted August 7, 2011 Author Posted August 7, 2011 i dont mean this i mean how i can change the shadow step can be used when u got dryad root
0 xdem Posted August 7, 2011 Posted August 7, 2011 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 :/
0 GoldenNightmare Posted August 10, 2011 Author Posted August 10, 2011 i dont mean to cancel the root just ignore it on shadow step is that possible to do it ?
0 xdem Posted August 10, 2011 Posted August 10, 2011 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
Question
GoldenNightmare
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
what i must add to do this ?
5 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now