Jump to content

  •  

Photo

How to remove Skill Cooldown Effect?


  • Please log in to reply
4 replies to this topic

#1 funtwocrasher

funtwocrasher

    Member

  • Members
  • PipPip
  • 15 posts

Posted 04 February 2015 - 11:03 AM

Posted Image

 

 

I want to remove that effect. Anyone know how?
NOTE: Only the effect, not the skill cooldown.



#2 Cannabis

Cannabis

    Member

  • Members
  • PipPip
  • 28 posts
  • Github:Macupak

Posted 04 February 2015 - 12:22 PM

if you are using pre renewal client its should be on trunk/db/pre-re/skill_cast_db.txt

 

and if you're using renewal client its should be on trunk/db/re/skill_cast_db.txt

 

// Skill Times Database
//
// Structure of Database:
// SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down
//== Explained:
// CastingTime : time to cast this skill, in miliseconds
// AfterCastActDelay : "normal" delay, character cannot use skills, in miliseconds
// AfterCastWalkDleay : amount of time before character can move again, in miliseconds
// Duration1 / Duration2 : usually the durations used by the skill, at special cases it is used to hold special data
// Cool Down : amount of time until character can re-use this skill, in miliseconds
//== Extra
// On all fields you can use ':' as a delimiter to level-specific values,
// - Example using SM_PROVOKE
// - Original:6,0,0,0,30000,0,1000
// - ModifiedTo:6,0,0,0,30000,0,1000:2500:3000:etc
// - Makes lvl 1 have 1000 (1s) cool down, lvl 2 2500 (2.5s), lvl 3 3000, and so on.
//==========================================


#3 funtwocrasher

funtwocrasher

    Member

  • Members
  • PipPip
  • 15 posts

Posted 04 February 2015 - 12:48 PM

Hello sir. I dont want to remove the Skill Cooldown. What I wanted to remove is the Cooldown on SKill Icon. How to remove it?



#4 Cannabis

Cannabis

    Member

  • Members
  • PipPip
  • 28 posts
  • Github:Macupak

Posted 04 February 2015 - 12:56 PM

use the "AfterCastActDelay" instead of skill cooldown.



#5 funtwocrasher

funtwocrasher

    Member

  • Members
  • PipPip
  • 15 posts

Posted 04 February 2015 - 01:43 PM

I did. And its already 0. But there's CD Effect on SKILL ICON still.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 37 user(s)