Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See evol script docs.
|
|
info.
|
|
|
|
add slide buildin
See merge request !3
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For now it support only one char and one map server.
For support this actions need use hercules wrapper.
|
|
|
|
|
|
|
|
|
|
This allow limit any arrow/ammo for any bows/guns.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Increase plugin version to 15.
|
|
|
|
|
|
|
|
|
|
In this packet added calculated skill range.
|
|
|
|
|