JassMax Posted July 13, 2013 Posted July 13, 2013 Hi, I want to add one my custom skill with hiding. example we could use grimtooth with skill hiding hiding+grimtooth, hiding+shadow jump, hiding+shadow slash like that.. so i want that i could use my custom skill with hiding.. where i should edit that? hiding+my custom skill thanks in advance.. Quote
eboni001 Posted July 14, 2013 Posted July 14, 2013 Hi, I want to add one my custom skill with hiding. example we could use grimtooth with skill hiding hiding+grimtooth, hiding+shadow jump, hiding+shadow slash like that.. so i want that i could use my custom skill with hiding.. where i should edit that? hiding+my custom skill thanks in advance.. just add hiding to the skill requirements you want, example: 529,0,0,10,0,0,0,99,0,0,hiding,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NJ_SHADOWJUMP = skill with hiding as pre-requisite enable. 529,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NJ_SHADOWJUMP = skill without hiding pre-requisite. YourSkillID,0,0,10,0,0,0,99,0,0,hiding,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //XX_YourSkillName = your custom skill + hiding as pre-requisite. Quote
JassMax Posted July 14, 2013 Author Posted July 14, 2013 if its from skill_require_db its doesn't work..for example we can't use any skill when we use hide skill, even u cant /sit, or walk..so if i add hiding as a required in skill_require_db it still wont work..cuz any skill wont work while hiding except ( grimtooth, shadow jumpt, ect)so i wanna allow hiding with one of my custom skill.. Quote
themon Posted July 14, 2013 Posted July 14, 2013 Maybe you should try SC_Invisivility rather than hiding. if its from skill_require_db its doesn't work.. for example we can't use any skill when we use hide skill, even u cant /sit, or walk.. so if i add hiding as a required in skill_require_db it still wont work.. cuz any skill wont work while hiding except ( grimtooth, shadow jumpt, ect) so i wanna allow hiding with one of my custom skill.. Maybe you should try to use sc_invisivility rather than hiding Quote
JassMax Posted July 16, 2013 Author Posted July 16, 2013 (edited) Maybe you should try SC_Invisivility rather than hiding. u mean SC_INVISIBILITY ? its pointless since SC_INVISIBILITY has delay.. and i cant use that skill i only want hiding skill cuz its perfect skill..but i cant use my custom skill with hiding.. there is way im sure.. im waiting for solution . Bump~ Bump~ how i allow any other skill use with hiding!!! Bump~ Edited July 14, 2013 by JassMax Quote
themon Posted July 20, 2013 Posted July 20, 2013 // When cloaking, Whether the wall is checked or not. (Note 1)// Note: When the skill does not checks for walls, you will always be considered// as if you had a wall-next to you (you always get the wall-based speed).// Add the settings as required, being hit always uncloaks you.//// 0 = doesn't check for walls// 1 = Check for walls// 2 = Cloaking is not cancelled when attacking.// 4 = Cloaking is not cancelled when using skillsplayer_cloak_check_type: 4 Quote
Question
JassMax
Hi,
I want to add one my custom skill with hiding.
example we could use grimtooth with skill hiding
hiding+grimtooth, hiding+shadow jump, hiding+shadow slash
like that..
so i want that i could use my custom skill with hiding..
where i should edit that?
hiding+my custom skill
thanks in advance..
5 answers to this question
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.