diff options
-rw-r--r-- | conf/help.txt | 4 | ||||
-rw-r--r-- | doc/item_bonus.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/help.txt b/conf/help.txt index b683e675d..d3cb61143 100644 --- a/conf/help.txt +++ b/conf/help.txt @@ -62,8 +62,12 @@ follow: "Params: <char_name>\n" "Follow a player." mount: "Give/remove you a peco (Class is required, but not skill)" disguise: "Params: <monster_name_or_monster_ID>\n" "Change your appearence to other players to a mob." undisguise: "Restore your normal appearance." +disguiseguild: "Disguises all online characters of a guild." +undisguise: "Restore the normal appearance of all characters of a guild." model: "Params: <hair ID: 0-17> <hair color: 0-8> <clothes color: 0-4> - Changes your characters appearence." size: "Params: <1-3> Changes your size (1-Smallest 2-Biggest 3-Normal)" +sizeall: "Changes the size of all players." +sizeguild: "Changes the size of all online characters of a guild." hide: "Makes you character invisible (GM invisibility). Type again to become visible." save: "Sets respawn point to current spot." load: "Warps you to your save point." diff --git a/doc/item_bonus.txt b/doc/item_bonus.txt index d97c0dd60..55efe5075 100644 --- a/doc/item_bonus.txt +++ b/doc/item_bonus.txt @@ -51,9 +51,9 @@ bonus bAtk,n; ATK + n bonus bAtk2,n; ATK2 + n bonus bAtkRate,n; Attack power + n% bonus bBaseAtk,n; Basic attack power + n -bonus bMatk,n; Magical attack power + n +bonus bIntMatk,n; Magical attack power + n bonus bMatkRate,n; Magical attack power + n% -bonus bWeaponMatk,n; Weapon magical attack power + n +bonus bEquipmentMatk,n; Weapon magical attack power + n bonus bDef,n; Equipment DEF + n bonus bDef2,n; VIT based DEF + n bonus bDefRate,n; Equipment DEF + n% |