Jump to content

Newbie here


tiwawits14

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  02/16/13
  • Last Seen:  

pano ko ba marereduce ung delay ng mga skills? cnubukan ko na mag no dex and no agi based pero mejo delay padin ung mga skills kahit naka 2 kiel ka na anyone can help me maging balance itong spam ng mga skills sa server ko?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  323
  • Reputation:   9
  • Joined:  11/19/11
  • Last Seen:  

Try to check here.
 
db/re or pre-re/skill_cast_db.txt
 

// Skill Times Database
//
// Structure of Database:
// SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down,Fixed Casting Time
//
// CastingTime: time to cast this skill, in milliseconds
// AfterCastActDelay: "normal" delay, character cannot use skills, in milliseconds
// AfterCastWalkDleay: amount of time before character can move again, in milliseconds
// 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 milliseconds
// Fixed Casting Time: the skills fixed casting time (when 0, uses 20% of cast time and less than 0 means no fixed cast time)
//
// On all fields you can use ':' as a delimiter for level-specific values.
// For example:
// - Original: 6,0,0,0,30000,0,1000
// - Modified: 6,0,0,0,30000,0,1000:2500:3000:...
// Gives Level 1 1000ms cool down, Level 2 2500ms, Level 3 3000ms, and so on.

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

give players a copy of rpe /heh just kidding

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

pano ko ba marereduce ung delay ng mga skills? cnubukan ko na mag no dex and no agi based pero mejo delay padin ung mga skills kahit naka 2 kiel ka na anyone can help me maging balance itong spam ng mga skills sa server ko?

 

2 Kiels = 60% reduce after cast skill delay. 

 

Palitan mo lang to

// Delay time after casting (Note 2)
delay_rate: 100

ng ganito

// Delay time after casting (Note 2)
delay_rate: 60

meron ding other options like 

// Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
// Note: On Official servers, neither Dex nor Agi affect delay time
delay_dependon_dex: no
delay_dependon_agi: no

if isa dyan is naka set as yes for example ...

delay_dependon_agi: no

If Player is merong maatas na agi which e bboost ang attack speed if ASPD is max (ex: 193) is equals to 2 kiels or 3 kiels.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...