JassMax Posted July 13, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Share 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 Link to comment Share on other sites More sharing options...
eboni001 Posted July 14, 2013 Group: Members Topic Count: 79 Topics Per Day: 0.02 Content Count: 327 Reputation: 4 Joined: 06/22/13 Last Seen: November 13, 2016 Share 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 Link to comment Share on other sites More sharing options...
JassMax Posted July 14, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
themon Posted July 14, 2013 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 240 Reputation: 40 Joined: 04/27/13 Last Seen: June 17, 2015 Share 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 Link to comment Share on other sites More sharing options...
JassMax Posted July 16, 2013 Group: Members Topic Count: 65 Topics Per Day: 0.01 Content Count: 235 Reputation: 0 Joined: 05/03/13 Last Seen: December 18, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
themon Posted July 20, 2013 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 240 Reputation: 40 Joined: 04/27/13 Last Seen: June 17, 2015 Share 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 Link to comment Share on other sites More sharing options...
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..
Link to comment
Share on other sites
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.