summaryrefslogtreecommitdiff
path: root/conf/groups.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-11 10:52:14 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-11 10:52:14 -0300
commitd24f4da378f99c22ab749691bd34b6e3d4002e5c (patch)
treeb8df5585197a92a2284ab8384e3157858fe3eaeb /conf/groups.conf
parent36e1cef51daaeeb9023a34c4679534fe16eb1e1b (diff)
downloadserverdata-d24f4da378f99c22ab749691bd34b6e3d4002e5c.tar.gz
serverdata-d24f4da378f99c22ab749691bd34b6e3d4002e5c.tar.bz2
serverdata-d24f4da378f99c22ab749691bd34b6e3d4002e5c.tar.xz
serverdata-d24f4da378f99c22ab749691bd34b6e3d4002e5c.zip
Report to all online players possible trade hack attempts, and cancel trade
instead of banning (tweaked/fixed server-code wise). What is considered dupe? Read below. Please note that stacked item trade is NOT allowed, they must be on inv., you must have free space in inventory, ManaPlus should NOT provide an id of 0 (sometimes it does). And you must have GP. Arrows can be stacked. EQUIPPED ITEMS CANNOT BE TRADED. Report for @4144 - money is item id 0 according to src/map/trade.c, so it is a suspcious behavior that hack trade messages are about item id 0 (line 369).
Diffstat (limited to 'conf/groups.conf')
-rw-r--r--conf/groups.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index 4ef556db6..0913397c2 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -94,6 +94,7 @@ groups: (
permissions: {
/* without this basic permissions regular players could not
trade or party */
+ hack_info: true
can_trade: true
can_party: true
}