diff options
author | panikon <panikon@zoho.com> | 2014-04-18 23:02:19 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-04-18 23:02:19 -0300 |
commit | 69ca0aaecc5823dfe273810077c185dff7f20611 (patch) | |
tree | 21bb0cd4f5ce4e4ada42738cdf43f3d5991bd001 /conf | |
parent | c9bc22834a472d4b766586135d4c954c49f736cc (diff) | |
download | hercules-69ca0aaecc5823dfe273810077c185dff7f20611.tar.gz hercules-69ca0aaecc5823dfe273810077c185dff7f20611.tar.bz2 hercules-69ca0aaecc5823dfe273810077c185dff7f20611.tar.xz hercules-69ca0aaecc5823dfe273810077c185dff7f20611.zip |
# 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.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 14 |
1 files changed, 11 insertions, 3 deletions
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 <mob name/id>) +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. |