Jump to content
  • 0

how to add hiding skill with any other skill ?


Question

Posted

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

Posted

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

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

Posted

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

Posted (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 by JassMax
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...