Jump to content
  • 0
Sign in to follow this  
Skymomo

cloaking duration

Question

6 answers to this question

Recommended Posts

  • 0
Guest

check the db/pre-re/skill_cast_db.

there you can change the duration of skills

 

for example:
 

//-- TF_HIDING51,0,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0,0

to:
 

//-- TF_HIDING51,0,0,0,5000:5000:5000:5000:5000:5000:5000:5000:5000:5000,0,0

Now hiding duration is 5 sec at every lvl

Edited by Guest

Share this post


Link to post
Share on other sites
  • 0

check the db/pre-re/skill_cast_db.

there you can change the duration of skills

 

for example:

 

//-- TF_HIDING51,0,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0,0

to:

 

//-- TF_HIDING51,0,0,0,5000:5000:5000:5000:5000:5000:5000:5000:5000:5000,0,0

Now hiding duration is 5 sec at every lvl

 

Actually, just

//-- TF_HIDING51,0,0,0,5000,0,0

will suffice :D

Share this post


Link to post
Share on other sites
  • 0
Guest

 

check the db/pre-re/skill_cast_db.

there you can change the duration of skills

 

for example:

 

//-- TF_HIDING51,0,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0,0

to:

 

//-- TF_HIDING51,0,0,0,5000:5000:5000:5000:5000:5000:5000:5000:5000:5000,0,0

Now hiding duration is 5 sec at every lvl

 

Actually, just

//-- TF_HIDING51,0,0,0,5000,0,0

will suffice :D

sure, should have choosen different times :D

Share this post


Link to post
Share on other sites
  • 0
Guest

Hello, thanks for the reply but that works for hiding only

Cloaking, Cloaking Exceed and chase walk is infinite as long as you have sp

it increases the cost of sp, so after 5 sec you are out of sp -> cloak (etc.) end :D

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.