From 69ca0aaecc5823dfe273810077c185dff7f20611 Mon Sep 17 00:00:00 2001 From: panikon Date: Fri, 18 Apr 2014 23:02:19 -0300 Subject: # Several minor changes in atcommands 1. Reallocated and added checks in @jumpto, @jump, @mapmove in order to increase performance * Checks are now made to avoid unnecessary lookups and unnecessary warps 2. Corrected return failure values of @zeny 3. Added messages to * ATclearcart > Warns that it's not possible to clean a cart while vending * ATshowmobs > Asks user to enter a mob name/id and warns if the mob name is invalid * ATgstorage > Warns when another guild member is using the gstorage # Fixed issue where while using storage/gstorage and then refreshing would close the storage but only for the client, the server wouldn't now and this would cause the guild storage to remain locked and the character without ability to do anything. --- conf/messages.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/messages.conf b/conf/messages.conf index 2f6a98882..bbbd04c2e 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -247,7 +247,7 @@ 250: You have already opened your storage. Close it first. 251: You have already opened your guild storage. Close it first. 252: You are not in a guild. -//253 FREE +253: You already are at your destination! 254: GM command configuration has been reloaded. 255: Battle configuration has been reloaded. 256: Status database has been reloaded. @@ -470,7 +470,12 @@ //541: %.0s%.0sSomeone got %s 542: '%s' stole %s's %s (chance: %0.02f%%) //542: %.0s%.0sSomeone stole %s -//543-548 FREE +//543-546 FREE +// @showmobs +546: Please enter a mob name/id (usage: @showmobs ) +547: Invalid mob name %s! +// @clearcart +548: You can't clean a cart while vending! // @Autotrade 549: You should have a shop open in order to use @autotrade. @@ -1065,7 +1070,10 @@ 1199: Items on your autolootitem list: 1200: Your autolootitem list has been reset. -//1201-1202 FREE +// @guildstorage +1201: Your guild's storage has already been opened by another member, try again later. + +//1202 FREE // @snow 1203: Snow has stopped falling. -- cgit v1.2.3-70-g09d2