cloaking duration

Skymomo

New member
Messages
14
Points
0
hello i want to make the cloaking work for 5-10 seconds only, including the other hide skills

 
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

 
Last edited:
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
default_biggrin.png


 
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
default_biggrin.png
sure, should have choosen different times
default_biggrin.png


 
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

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


 
Back
Top