KrNoTs
VIP Member
Posts: 57
Joined: Dec 2011
Reputation: 93
Version:
1.4.3.143
|
RE: BAN HAMMER
@Ator , I put back my toons in GF, I can tell you one thing my friend if you do not delisted pickup the ilusion should do it as fast as possible.
I can also say that thing in 10 minutes dropping this thing drop of 10 "illusion 1" they vary between 2 and 3 times. harnak dropping in just this 1 at a time, which makes me think that GM can have an automatic tool for putting this ban, so the person get "X value" it will automatically banned.
I want find VIP users for a little test, run this script and send me a picture, if you get any result speaking that "Illusion 1 found and delete".
LUA Programming
-- SCRIPT --
function DeleteItems(ItemId)
local invList = GetInventory();
for item in invList.list do
if(item.displayId == ItemId) then
DeleteItem(item.objectId, item.ItemNum);
ShowToClient("SYS","Illusion1 found and delete!")
end;
end
end;
ShowToClient("SYS","AutoDel Illusion 1: Enabled!");
repeat
Sleep(500);
DeleteItems(23957); -- "Illusion 1" item ID
Sleep(3000);
until false;
I want know if I pick up the item after, the ban is automatic or GM needs plying something for verification and enforcement of bans
(This post was last modified: 03-18-2014 08:38 AM by KrNoTs.)
|
|
03-18-2014 08:34 AM |
|
Reputed by : | titi200(+2) |
mujiduka07
Amber Basilisk
Posts: 31
Joined: Oct 2013
Reputation: 2
Version:
1.4.1.118
|
RE: BAN HAMMER
sorry for noob question.. Is the /pickup feature and the filter pickup only for VIP?
Thanks! I just wanna test something with my remaining farmers.
|
|
03-18-2014 10:58 AM |
|
james21
Porta
Posts: 41
Joined: Jan 2012
Reputation: 3
Version:
1.4.1.128
|
RE: BAN HAMMER
(03-17-2014 23:29 PM)lovehart Wrote: Lol, we know their methods already
We know some. If we knew all their methods we wouldn't have this topic.
(03-18-2014 08:34 AM)KrNoTs Wrote: @Ator , I put back my toons in GF, I can tell you one thing my friend if you do not delisted pickup the ilusion should do it as fast as possible.
I can also say that thing in 10 minutes dropping this thing drop of 10 "illusion 1" they vary between 2 and 3 times. harnak dropping in just this 1 at a time, which makes me think that GM can have an automatic tool for putting this ban, so the person get "X value" it will automatically banned.
My guess:
BANANA function runs checking chars that have above x illusion in their inventory.
A: Every y hours
B: Every time you login
==============================================================
So you might leave pickup running inside Kartia and do only Kartia few days picking up illusions every day and the next time you login you find your account banned.
(This post was last modified: 03-18-2014 11:25 AM by james21.)
|
|
03-18-2014 11:11 AM |
|
Ator
Ratman Chieftain
Posts: 21
Joined: May 2011
Reputation: 0
Version:
1.4.1.102
|
RE: BAN HAMMER
(03-18-2014 08:34 AM)KrNoTs Wrote: @Ator , I put back my toons in GF, I can tell you one thing my friend if you do not delisted pickup the ilusion should do it as fast as possible.
I can also say that thing in 10 minutes dropping this thing drop of 10 "illusion 1" they vary between 2 and 3 times. harnak dropping in just this 1 at a time, which makes me think that GM can have an automatic tool for putting this ban, so the person get "X value" it will automatically banned.
I want find VIP users for a little test, run this script and send me a picture, if you get any result speaking that "Illusion 1 found and delete".
LUA Programming
-- SCRIPT --
function DeleteItems(ItemId)
local invList = GetInventory();
for item in invList.list do
if(item.displayId == ItemId) then
DeleteItem(item.objectId, item.ItemNum);
ShowToClient("SYS","Illusion1 found and delete!")
end;
end
end;
ShowToClient("SYS","AutoDel Illusion 1: Enabled!");
repeat
Sleep(500);
DeleteItems(23957); -- "Illusion 1" item ID
Sleep(3000);
until false;
I want know if I pick up the item after, the ban is automatic or GM needs plying something for verification and enforcement of bans
I did delist em all. Now we need just to find if there are more items like those.
I'm checking everytime i can, but there are a lot of items, and i do not have that drop script
|
|
03-18-2014 11:36 AM |
|
nmerritt
Expired VIP Member
Posts: 75
Joined: Mar 2013
Reputation: 1
Version:
1.4.2.132
|
RE: BAN HAMMER
I noticed when using /apickup or other scripts-plugins char will go over
to try pickup item at least once would there not be an alarm attached
to these items weather they are dropped by gm or mob ?
so no matter if char pickup or not into inventory your screwed because
char went over to item
|
|
03-18-2014 14:15 PM |
|
Ator
Ratman Chieftain
Posts: 21
Joined: May 2011
Reputation: 0
Version:
1.4.1.102
|
RE: BAN HAMMER
Gettin System Error on my Iss. Prolly got hammered; even tho he wasn't my pickup char.
|
|
03-18-2014 15:20 PM |
|
testforl2
Expired VIP Member
Posts: 259
Joined: Jun 2013
Reputation: 40
Version:
1.4.3.143
|
|
03-18-2014 15:32 PM |
|