Age | Commit message (Collapse) | Author | Files | Lines |
|
Add rodex support.
|
|
|
|
|
|
Also improve a bit hashtable cleanup code.
|
|
Now it include group id
Also change plugin version to 18.
|
|
|
|
support it.
Old clients ignoring it anyway.
|
|
failRemoveCardsIndex.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removing blocking this packet from clif_send.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New functions:
getitemoptionidbyindex
getitemoptionvaluebyindex
getitemoptionparambyindex
setitemoptionbyindex
|
|
|
|
|
|
Send send_pc_info if language was changed.
Also change plugin version to 17.
|
|
|
|
cash shop.
|
|
|
|
|
|
|
|
|
|
|
|
See evol script docs.
|
|
info.
|
|
|
|
|
|
server side.
New script command: closeclientdialog
|
|
|
|
If weapon used on range smaller than MinRange, weapon not attacking.
|
|
Now for npc_str used global variable. And it cant be used in any functions
except input related buildins.
|
|
New group in mob_db: SkillAttacks
Example:
SkillAttacks: {
SM_BASH: 5000 // mean SM_BASH skill do 50% of normal damage
}
Default value is 10000 mean 100%
|
|
New group in mob_db: WeaponAttacks
Example:
WeaponAttacks: {
Bows: 5000 // mean bow attack do 50% of normal attack
}
Default value is 10000 mean 100%
|
|
|