Jump to content
  • 0

how to add hiding skill with any other skill ?


JassMax

Question


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  79
  • Topics Per Day:  0.02
  • Content Count:  327
  • Reputation:   4
  • Joined:  06/22/13
  • Last Seen:  

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.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  240
  • Reputation:   40
  • Joined:  04/27/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

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 by JassMax
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  240
  • Reputation:   40
  • Joined:  04/27/13
  • Last Seen:  

// 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 skills
player_cloak_check_type: 4
 

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.

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