AGI BASE SKILL Delay

MikZ

New member
Messages
461
Points
0
Good day Hercules,

I'm running AGI BASE skill delay,

Is there any way to make, like to increase more AGI to remove skill delay or what is the formula or where is it located to increase required agi to remove skill delay? thank you!

Cuz some custom items of the server has + 25 agi, is there away to make 200 agi for no skill delay? /heh

 
Good day Hercules,

I'm running AGI BASE skill delay,

Is there any way to make, like to increase more AGI to remove skill delay or what is the formula or where is it located to increase required agi to remove skill delay? thank you!

Cuz some custom items of the server has + 25 agi, is there away to make 200 agi for no skill delay? /heh
Maybe you can try this

if(readparam(bAgi) >= 200) { bonus bDelayRate, "<SkilName>" , -100; }

 
Last edited by a moderator:
Good day Hercules,

I'm running AGI BASE skill delay,

Is there any way to make, like to increase more AGI to remove skill delay or what is the formula or where is it located to increase required agi to remove skill delay? thank you!

Cuz some custom items of the server has + 25 agi, is there away to make 200 agi for no skill delay? /heh
Maybe you can try this

if(readparam(bAgi) >= 200) { bonus bDelayRate, "<SkilName>" , -100; }
Hi Zao

Where will i place it?

 
@Mikz I think you can use this as an item script, once the player/user has the required amount of agi it will turn = reduce after cast delay 100%

 
Good day Hercules,

I'm running AGI BASE skill delay,

Is there any way to make, like to increase more AGI to remove skill delay or what is the formula or where is it located to increase required agi to remove skill delay? thank you!

Cuz some custom items of the server has + 25 agi, is there away to make 200 agi for no skill delay? /heh
Maybe you can try this

if(readparam(bAgi) >= 200) { bonus bDelayRate, "<SkilName>" , -100; }
Hi Zao

Where will i place it?
Place it on your item script

script <"if(readparam(bAgi) >= 200) { bonus bDelayRate, "<SkilName>" , -100; }">

 
Good day Hercules,

I'm running AGI BASE skill delay,

Is there any way to make, like to increase more AGI to remove skill delay or what is the formula or where is it located to increase required agi to remove skill delay? thank you!

Cuz some custom items of the server has + 25 agi, is there away to make 200 agi for no skill delay? /heh
Maybe you can try this

if(readparam(bAgi) >= 200) { bonus bDelayRate, "<SkilName>" , -100; }
Hi Zao

Where will i place it?
Place it on your item script

script <"if(readparam(bAgi) >= 200) { bonus bDelayRate, "<SkilName>" , -100; }">
how about without item, bcuz im HR server max stat 199, they can just make 150 agi and skill spam very fast.

is this applicable in map_zone? 

 
Last edited by a moderator:
Back
Top