
- SL_STIN/SL_STUN have dex-reducable casting times now. - Added a warning on item loading when an item is of equippable type but has no equippable position. - Turning an alliance to an opposition won't work now during WoE - Slaves can summon other mobs now. The only ones who can't do this are player summoned mobs. - Merged the following functions for faster processing of items: clif_storageitemlist + clif_storageequiplist = clif_storagelist clif_guildstorageitemlist + clif_guildstorageequiplist = clif_guildstoragelist clif_itemlist + clif_equiplist = clif_inventorylist - Increased max knockback value support to 25. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7109 54d463be-8e91-2dee-dedb-b68131a5f0ec
26 lines
972 B
Plaintext
26 lines
972 B
Plaintext
//<Skill id>,<Cast: 1 or 0>,<Delay (Optional): 1 or 0>
|
|
// Cast: With 1, dex does not affect the skill's cast rate
|
|
// Cast: With 2, cast-rate cannot be reduced by Suffragium and the like
|
|
// Cast: With 3, same effect as 1 + 2
|
|
// Cast: With 0, dex affects the skill's cast rate
|
|
// Delay: With 1, dex does not affect the skill's delay rate
|
|
// Delay: With 2, delay cannot be reduced by Suffragium and the like
|
|
// Delay: With 0, dex affects the skill's delay rate
|
|
// Example - 46,1,1 = Double Strafe's casting time and delay is not affected by dex.
|
|
// By default, dex NEVER affects after-cast delay, so no need of putting 'x,0,1' in this file
|
|
|
|
336,1 //WE_CALLPARTNER
|
|
366,1 //HW_MAGICPOWER
|
|
370,1 //CH_PALMSTRIKE
|
|
403,1 //PF_MEMORIZE
|
|
408,1 //WE_BABY
|
|
409,1 //WE_CALLPARENT
|
|
410,1 //WE_CALLBABY
|
|
482,1 //PF_DOUBLECASTING
|
|
462,1 //SL_KAIZEL
|
|
1014,1 //PR_REDEMPTIO
|
|
10010,3 //GD_BATTLEORDER
|
|
10011,3 //GD_REGENERATION
|
|
10012,3 //GD_RESTORE
|
|
10013,3 //GD_EMERGENCYCALL
|