diff options
author | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-10-18 10:57:06 +0530 |
---|---|---|
committer | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-10-18 10:57:06 +0530 |
commit | e322c69d27d3db8c7141d27fa8baf0745de2eae4 (patch) | |
tree | 3ad6511427ba3d99ed4befbd1c8c4400558a6319 /conf/messages.conf | |
parent | 9128feccf3bddda94a7f8a170305565416815b40 (diff) | |
download | hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.tar.gz hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.tar.bz2 hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.tar.xz hercules-e322c69d27d3db8c7141d27fa8baf0745de2eae4.zip |
Since our neighbours added it, we too wanted this feature. Topic:http://hercules.ws/board/topic/2540-add-rathena-new-aloot-type/
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index 3a16d8054..ae96152f0 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1532,5 +1532,20 @@ 1487: Character cannot be disguised while in monster form. 1488: Transforming into monster is not allowed in Guild Wars. +// @autoloottype +1489: Item type not found. +1490: You're already autolooting this item type. +1491: Your autoloottype list has all item types. You can remove some items with @autoloottype -<type name or ID>. +1492: Autolooting item type: '%s' {%d} +1493: You're currently not autolooting this item type. +1494: Removed item type: '%s' {%d} from your autoloottype list. +1495: To add an item type to the list, use "@aloottype +<type name or ID>". To remove an item type, use "@aloottype -<type name or ID>". +1496: Type List: healing = 0, usable = 2, etc = 3, weapon = 4, armor = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10 +1497: "@aloottype reset" will clear your autoloottype list. +1498: Your autoloottype list is empty. +1499: Item types on your autoloottype list: +1500: Your autoloottype list has been reset. + + //Custom translations import: conf/import/msg_conf.txt |