diff options
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index abf1f5042..78f0c6aa9 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -17,7 +17,7 @@ // 550-699: reserved for job names (also loaded by char server) // 900-1500: @atcommand -// To disable a string (%s) field, make it's max length 0: +// To disable a string (%s) field, make its max length 0: // eg: // 270: *%s %s* (@me format) // 270: *%.0s%s* (remove the character's name from it) @@ -178,8 +178,8 @@ 166: No item has been refined. 167: 1 item has been refined. 168: %d items have been refined. -169: The item (%d: '%s') is not equipable. -170: The item is not equipable. +169: The item (%d: '%s') is not equippable. +170: The item is not equippable. 171: %d - void 172: Speed returned to normal. //173 FREE @@ -607,7 +607,10 @@ 668: Shadow Chaser T 669: Summoner -//670-855 FREE (please start using from the top if you need, leave the 670+ range for new jobs) +//670-853 FREE (please start using from the top if you need, leave the 670+ range for new jobs) + +// Mapflag to disable Autoloot Commands +854: Auto loot item are disabled on this map. // MVP exp message issue clients 2013-12-23cRagexe and newer. 855: Congratulations! You are the MVP! Your reward EXP Points are %u !! @@ -733,7 +736,7 @@ //995 FREE // @refine -996: Please enter a position and an amount (usage: @refine <equip position> <+/- amount>). +996: Please enter a position bitmask and an amount (usage: @refine <equip position> <+/- amount>). 997: %d: Lower Headgear 998: %d: Right Hand 999: %d: Garment @@ -856,7 +859,7 @@ 1060: NoWarp | 1061: NoWarpTo | 1062: NoReturn | -//1063 FREE +1063: NoAutoloot | 1064: NoMemo | 1065: No Exp Penalty: %s | No Zeny Penalty: %s 1066: On @@ -1448,7 +1451,7 @@ 1427: -- %s bindto <channel name> 1428: - binds your global chat to <channel name>, making anything you type in global be sent to the channel 1429: -- %s unbind -1430: - unbinds your global chat from its attached channel (if binded) +1430: - unbinds your global chat from its attached channel (if bound) 1431: Your global chat is now bound to the '%s' channel 1432: Your global chat is not bound to any channel 1433: Your global chat is no longer bound to the '#%s' channel |