Age | Commit message (Collapse) | Author | Files | Lines |
|
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%
|
|
|
|
This allow always know party settings without changing it.
|
|
New functions:
getlabel - get label and return int
tolabel - get int and return label
|
|
slots changes.
|
|
It works in same way with gm command serverexit.
|
|
|
|
|
|
|
|
|
|
|