Ninja Shadow Leap skill

jaiko23

New member
Messages
94
Points
0
hi, i just wanna ask, im using the latest herc, but it seems like the delay of ninja's Shadow Leap is too big, i already edited the skill delay of it in skill_cast_db, put it like this >> 529,0,0,0,0,0,0 <<

but still, i cant use hiding+shadow leap continuously like before, anyone have an idea how to fix this?

thanks in advance
default_happy.png


 
if you use latest herc you shouldnt have a skill_cast_db, it has a skill_db.conf since a few weeks

 
"but still" ? so did you try to set back normal Shadow Jump setting in "skill_cast_db" and edit skill_db.conf ?

 
Last edited by a moderator:
"but still" ? so did you try to set back normal Shadow Jump setting in "skill_cast_db" and edit skill_db.conf ?
yea i did, put it back to "529,0,1000,0,0,0,0", i even try putting the delay at skill.conf to 0 but still i cant use the combo continuously, its like you have to wait for 1 sec before ninja could jump
default_sad.png


any idea how this happen? XD 

 
Just tested with a fresh server, edited skill_db.conf 

original:

{
Id: 529
Name: "NJ_SHADOWJUMP"
Description: "Shadow Leap"
MaxLevel: 5
Range: {
Lv1: 7
Lv2: 9
Lv3: 11
Lv4: 13
Lv5: 15
Lv6: 17
Lv7: 19
Lv8: 21
Lv9: 23
Lv10: 25
}
Hit: "BDT_SKILL"
SkillType: {
Place: true
}
DamageType: {
NoDamage: true
}
AfterCastActDelay: 1000
FixedCastTime: 0
Requirements: {
SPCost: 10
State: "Hiding"
}
},

Edited:

{
Id: 529
Name: "NJ_SHADOWJUMP"
Description: "Shadow Leap"
MaxLevel: 5
Range: {
Lv1: 7
Lv2: 9
Lv3: 11
Lv4: 13
Lv5: 15
Lv6: 17
Lv7: 19
Lv8: 21
Lv9: 23
Lv10: 25
}
Hit: "BDT_SKILL"
SkillType: {
Place: true
}
DamageType: {
NoDamage: true
}
AfterCastActDelay: 500
FixedCastTime: 0
Requirements: {
SPCost: 10
State: "Hiding"
}
},

working well.

Did you compile again before ?

 
its already fixed, im not sure if this fix it but what i did is i tried to edit skill_db_cast from re too, and it works 

 
Back
Top