summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDastgir Pojee <dastgirpojee@rocketmail.com>2013-10-18 10:57:06 +0530
committerDastgir Pojee <dastgirpojee@rocketmail.com>2013-10-18 10:57:06 +0530
commite322c69d27d3db8c7141d27fa8baf0745de2eae4 (patch)
tree3ad6511427ba3d99ed4befbd1c8c4400558a6319 /conf
parent9128feccf3bddda94a7f8a170305565416815b40 (diff)
downloadhercules-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')
-rw-r--r--conf/atcommand.conf1
-rw-r--r--conf/groups.conf1
-rw-r--r--conf/messages.conf15
3 files changed, 17 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf
index fc2a1af73..df4972067 100644
--- a/conf/atcommand.conf
+++ b/conf/atcommand.conf
@@ -56,6 +56,7 @@ aliases: {
accinfo: ["accountinfo"]
itemreset: ["clearinventory"]
channel: ["main"]
+ autoloottype: ["aloottype"]
}
/* List of commands that should not be logged at all */
diff --git a/conf/groups.conf b/conf/groups.conf
index 7c97352dc..9403e34f6 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -120,6 +120,7 @@ groups: (
noks: true
autoloot: true
alootid: true
+ autoloottype: true
autotrade: true
request: true
go: true
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