Tarot Cooldown after using it 8-9times to a player

xlaws27

New member
Messages
225
Points
0
hello. how can i remove this tarot cooldown? it's like 30~50sec cooldown before i can use tarot to  player B

just to be more specific

player A spam tarots to player B. after 8 or 9 Tarots, player A cant use tarot to player B for 30 seconds..

but after 30 seconds i can spam 8-9 tarots again to player b

 
Last edited by a moderator:
up

 You can edit it on skill_db.conf

 

Code:
{
	Id: 489
	Name: "CG_TAROTCARD"
	Description: "Tarot Card of Fate"
	MaxLevel: 5
	Range: 9
	Hit: "BDT_SKILL"
	SkillType: {
		Enemy: true
	}
	AttackType: "Misc"
	DamageType: {
		NoDamage: true
		IgnoreFlee: true
	}
	CastTime: 1000
	AfterCastActDelay: 500
	SkillData2: 10000 //EDIT IT HERE, i edited mine from 30 to 10 second cooldown
	CoolDown: 0
	Requirements: {
		SPCost: 40
	}
},
 
Back
Top