diff options
author | sevenzz23 <sevenzz23@yahoo.com> | 2013-11-01 02:22:55 +0700 |
---|---|---|
committer | sevenzz23 <sevenzz23@yahoo.com> | 2013-11-01 02:22:55 +0700 |
commit | c5795013b52c95847491e13a5549381016629640 (patch) | |
tree | e28ccdebc2a1d308acf6f1117c2253ae61fb4f5c /conf | |
parent | c47d8e4b8f9d63ab6b4e7e286e91cd50a5bdd151 (diff) | |
download | hercules-c5795013b52c95847491e13a5549381016629640.tar.gz hercules-c5795013b52c95847491e13a5549381016629640.tar.bz2 hercules-c5795013b52c95847491e13a5549381016629640.tar.xz hercules-c5795013b52c95847491e13a5549381016629640.zip |
Item Binding System Final.
Fixed, some issue thanks to Master Ind ;)
Signed-off-by: sevenzz23 <sevenzz23@yahoo.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 1 | ||||
-rw-r--r-- | conf/messages.conf | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 7c97352dc..9a4c57126 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -260,6 +260,7 @@ groups: ( log_commands: true permissions: { can_trade: true + can_trade_bounded: false can_party: true all_skill: false all_equipment: false diff --git a/conf/messages.conf b/conf/messages.conf index d2e57bb0e..a20b1353b 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -319,8 +319,8 @@ //Item Bound System 293: This bounded item cannot be traded to that character. 294: This bounded item cannot be stored there. -295: Please enter an item name or ID (usage: @item <item name/ID> <quantity> <bound_type>). -296: Please enter all parameters (usage: @item2 <item name/ID> <quantity> +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>). 298: Invalid bound type. Valid types are - 1:Account 2:Guild 3:Party 4:Character // Guild Castles Number |