Jump to content
  • 0
Sign in to follow this  
jaiko23

Ninja Shadow Leap skill

Question

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 ^_^

Share this post


Link to post
Share on other sites

12 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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

Edited by Monsieur Panda

Share this post


Link to post
Share on other sites
  • 0

"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 :(

any idea how this happen? XD 

Share this post


Link to post
Share on other sites
  • 0

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 ?

Share this post


Link to post
Share on other sites
  • 0

anyone please ?

 

Update your server to the latest git, herc no longer support skill_cast_db.txt instead, it uses skill_db.conf

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.