diff options
author | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-11-01 10:27:12 +0530 |
---|---|---|
committer | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-11-01 10:27:12 +0530 |
commit | fa54cf57ded42d7b0b45a5025a8858a9b52a0074 (patch) | |
tree | 6ac0f85f6ca3f2bb79791dc987acf7974d35ffde /conf | |
parent | d33d171e7bbe879af077099d201e7f9b86dd23b9 (diff) | |
download | hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.tar.gz hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.tar.bz2 hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.tar.xz hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.zip |
Removed type_id and some unused variables from @autoloottype
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index ae96152f0..22ed991e2 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1533,14 +1533,13 @@ 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} +1491: Item type not found. +1492: Autolooting item type: '%s' 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 +1494: Removed item type: '%s' from your autoloottype list. +1495: To add an item type to the list, use "@aloottype +<type name>". To remove an item type, use "@aloottype -<type name>". +1496: Type List: healing, usable, etc, weapon, armor, card, petegg, petarmor, ammo 1497: "@aloottype reset" will clear your autoloottype list. 1498: Your autoloottype list is empty. 1499: Item types on your autoloottype list: |