Jump to content
  • 0
Sign in to follow this  
Virtue

Remove skill cooldown on Pre-Re

Question

How do you remove it now that skill_cast_db is gone? I've tried

 

{
	Id: 79
	Name: "PR_MAGNUS"
	Description: "Magnus Exorcismus"
	MaxLevel: 10
	Range: 9
	Hit: "BDT_MULTIHIT"
	SkillType: {
		Place: true
	}
	AttackType: "Magic"
	Element: "Ele_Holy"
	NumberOfHits: {
		Lv1: 1
		Lv2: 2
		Lv3: 3
		Lv4: 4
		Lv5: 5
		Lv6: 6
		Lv7: 7
		Lv8: 8
		Lv9: 9
		Lv10: 10
	}
	InterruptCast: true
	CastTime: 15000
	AfterCastActDelay: 4000
	SkillData1: {
		Lv1: 5000
		Lv2: 6000
		Lv3: 7000
		Lv4: 8000
		Lv5: 9000
		Lv6: 10000
		Lv7: 11000
		Lv8: 12000
		Lv9: 13000
		Lv10: 14000
	}
	CoolDown: 0
	Requirements: {
		SPCost: {
			Lv1: 40
			Lv2: 42
			Lv3: 44
			Lv4: 46
			Lv5: 48
			Lv6: 50
			Lv7: 52
			Lv8: 54
			Lv9: 56
			Lv10: 58
		}
		Items: {
			Blue_Gemstone: 1
		}
	}
	Unit: {
		Id: 0x84
		Layout: -1
		Range: 1
		Interval: 3000
		Target: "Enemy"
		Flag: {
			UF_NOOVERLAP: true
			UF_PATHCHECK: true
		}
	}
},


and it still has cooldown

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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