diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 1 | ||||
-rw-r--r-- | conf/battle/player.conf | 2 | ||||
-rw-r--r-- | conf/groups.conf | 1 | ||||
-rw-r--r-- | conf/help.txt | 5 | ||||
-rw-r--r-- | conf/messages.conf | 32 |
5 files changed, 22 insertions, 19 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index fc2a1af73..df4972067 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -56,6 +56,7 @@ aliases: { accinfo: ["accountinfo"] itemreset: ["clearinventory"] channel: ["main"] + autoloottype: ["aloottype"] } /* List of commands that should not be logged at all */ diff --git a/conf/battle/player.conf b/conf/battle/player.conf index 03d51bbaf..c11015937 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -163,5 +163,5 @@ snovice_call_type: 0 // 0x200 - @/#Command Request // Please note that at least 1 option has to be enabled. // Be mindful that the more options used, the easier it becomes to cheat features that rely on idletime (e.g. checkidle()). -// Default: walk ( 0x1 ) + useskilltoid ( 0x2 ) + useskilltopos ( 0x4 ) + useitem ( 0x8 ) + attack ( 0x10 ) = 0x25 +// Default: walk ( 0x1 ) + useskilltoid ( 0x2 ) + useskilltopos ( 0x4 ) + useitem ( 0x8 ) + attack ( 0x10 ) = 0x1F idletime_criteria: 0x1F diff --git a/conf/groups.conf b/conf/groups.conf index 9a4c57126..c1a8d10e6 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -120,6 +120,7 @@ groups: ( noks: true autoloot: true alootid: true + autoloottype: true autotrade: true request: true go: true diff --git a/conf/help.txt b/conf/help.txt index 211ed5b19..a65c7de70 100644 --- a/conf/help.txt +++ b/conf/help.txt @@ -300,3 +300,8 @@ reloadscript: "Reload all scripts." gat: "For debugging (you inspect around gat)" send: "For debugging (packet variety)" nuke: "Params: <char name>\n" "Blow somebody up, including those surrounding them." +autoloottype: "Manage a list of autolooting item types.\n" +" To add an item type to the list, use \"@autoloottype +<type name>\".\n" +" To remove an item type, use \"@autoloottype -<type name>\".\n" +" Type List: healing, usable, etc, weapon, armor, card, petegg, petarmor, ammo.\n" +" \"@autoloottype reset\" will clear your autoloottype list." diff --git a/conf/messages.conf b/conf/messages.conf index a56a7a45b..a9f0a5984 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -192,7 +192,7 @@ 169: The item (%d: '%s') is not equipable. 170: The item is not equipable. 171: %d - void -//172: You replace previous memo position %d - %s (%d,%d). +172: Speed returned to normal. //173: Note: you don't have the 'Warp' skill level to use it. 174: Number of status points changed. 175: Number of skill points changed. @@ -316,13 +316,6 @@ 290: The player is no longer killable. 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. -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 // -------------------- //299: ?? Castles @@ -462,13 +455,6 @@ // Messages of others (not for GM commands) // ---------------------------------------- -// Account-Bound Items -497: You cannot distribute this item - it is an account bounded item! - -// @itembound / @itembound2 -498: Cannot create bounded pet eggs or pet armors. -499: Cannot create bounded stackable items. - //500: FREE 501: Your account time limit is: %d-%m-%Y %H:%M:%S. 502: Day Mode is activated @@ -725,14 +711,13 @@ 981: Please enter color and message (usage: @kamic <color> <message>). 982: Invalid color. - // @item 983: Please enter an item name or ID (usage: @item <item name/ID> <quantity>). - // @item2 -984: Please enter all parameters (usage: @item2 <item name/ID> <quantity>). +984: Please enter all parameters (usage: @item2 <item name/ID> <quantity> 985: <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4>). + // @baselevelup 986: Please enter a level adjustment (usage: @lvup/@blevel/@baselvlup <number of levels>). @@ -1550,5 +1535,16 @@ //CashShop mapflag 1489: Cash Shop is disabled in this map +// @autoloottype +1490: You're already autolooting this item type. +1491: Item type not found. +1492: Autolooting item type: '%s' +1493: You're currently not autolooting this item type. +1494: Removed item type: '%s' from your autoloottype list. +1495: Your autoloottype list is empty. +1496: Item types on your autoloottype list: +1497: Your autoloottype list has been reset. + + //Custom translations import: conf/import/msg_conf.txt |