diff options
author | shennetsind <ind@henn.et> | 2013-11-07 16:04:51 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-07 16:04:51 -0200 |
commit | b9b32ac7609e33c21b488d722103cc0eea16b12c (patch) | |
tree | a2d96930f2f608a14374434e487c1f06ea703728 /conf | |
parent | 52864b40d6f9df5682b257ac2f36d645895364be (diff) | |
download | hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.tar.gz hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.tar.bz2 hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.tar.xz hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.zip |
Item Bound Fixes/Adjustments/Improvements
Special Thanks to Haruna
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 2 | ||||
-rw-r--r-- | conf/messages.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index c1a8d10e6..d31f46f24 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -261,7 +261,7 @@ groups: ( log_commands: true permissions: { can_trade: true - can_trade_bounded: false + can_trade_bound: false can_party: true all_skill: false all_equipment: false diff --git a/conf/messages.conf b/conf/messages.conf index 3564de043..2d429d79e 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -317,8 +317,8 @@ 291: Weather effects will dispell on warp/refresh 292: Killer state reset. //Item Bind System -293: This bounded item cannot be traded to that character. -294: This bounded item cannot be stored there. +293: This bound item cannot be traded to that character. +294: This bound item cannot be stored there. 295: Please enter an item name or ID (usage: @itembound <item name/ID> <quantity> <bound_type>). 296: Please enter all parameters (usage: @itembound2 <item name/ID> <quantity> 297: <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4> <bound_type>). |