L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Poll: WHAT DO YOU THINK ABOUT GM?
I THINK HE NEEDS A WOMAN!
I THINK HE IS A FUCKING GAY!
[Show Results]
 
Post Reply 
 
Thread Rating:
  • 39 Vote(s) - 3.87 Average
  • 1
  • 2
  • 3
  • 4
  • 5
--==BANHAMMER==--
Author Message
KrNoTs Offline
VIP Member
***

Posts: 57
Joined: Dec 2011
Reputation: 93
Version: 1.4.3.143
Post: #371
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

[Image: Ultimate-Defence-Shield-Stun-Deflec.gif]
(This post was last modified: 03-18-2014 08:38 AM by KrNoTs.)
03-18-2014 08:34 AM
Find all posts by this user Quote this message in a reply
 Reputed by : titi200(+2)
lovehart Offline
VIP Member
***

Posts: 97
Joined: Oct 2012
Reputation: 6
Version: 1.4.2.141
Post: #372
RE: BAN HAMMER

These are the IDs for the MOBS called Illusion:

13071 Illusion
13072 Illusion
13073 Illusion
13074 Illusion
13075 Illusion
13076 Illusion
13257 Illusion
13258 Illusion
13259 Illusion
13260 Illusion
13261 Illusion
13262 Illusion
13263 Illusion
13264 Illusion
13265 Illusion
13266 Illusion
13267 Illusion
13329 Illusion
13339 Illusion
03-18-2014 08:43 AM
Find all posts by this user Quote this message in a reply
KrNoTs Offline
VIP Member
***

Posts: 57
Joined: Dec 2011
Reputation: 93
Version: 1.4.3.143
Post: #373
RE: BAN HAMMER

(03-18-2014 08:43 AM)lovehart Wrote:  These are the IDs for the MOBS called Illusion:

13071 Illusion
13072 Illusion
13073 Illusion
13074 Illusion
13075 Illusion
13076 Illusion
13257 Illusion
13258 Illusion
13259 Illusion
13260 Illusion
13261 Illusion
13262 Illusion
13263 Illusion
13264 Illusion
13265 Illusion
13266 Illusion
13267 Illusion
13329 Illusion
13339 Illusion

forget these mobs with the name of illusion, and check the picture.
[GF Mobs]

[Image: 23uuctv.jpg]

[Image: Ultimate-Defence-Shield-Stun-Deflec.gif]
03-18-2014 09:05 AM
Find all posts by this user Quote this message in a reply
mujiduka07 Offline
Amber Basilisk
*

Posts: 31
Joined: Oct 2013
Reputation: 2
Version: 1.4.1.118
Post: #374
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
Find all posts by this user Quote this message in a reply
james21 Offline
Porta
*

Posts: 41
Joined: Jan 2012
Reputation: 3
Version: 1.4.1.128
Post: #375
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
Find all posts by this user Quote this message in a reply
Ator Offline
Ratman Chieftain
*

Posts: 21
Joined: May 2011
Reputation: 0
Version: 1.4.1.102
Post: #376
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 Tongue
03-18-2014 11:36 AM
Find all posts by this user Quote this message in a reply
nmerritt Offline
Expired VIP Member
**

Posts: 75
Joined: Mar 2013
Reputation: 1
Version: 1.4.2.132
Post: #377
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
Find all posts by this user Quote this message in a reply
lovehart Offline
VIP Member
***

Posts: 97
Joined: Oct 2012
Reputation: 6
Version: 1.4.2.141
Post: #378
RE: BAN HAMMER

I've had a toon running non-stop for 36 hrs where I sat it only to pick up adena and attack 3 kind of mobs. No ban so far.
(This post was last modified: 03-18-2014 15:31 PM by lovehart.)
03-18-2014 15:12 PM
Find all posts by this user Quote this message in a reply
Ator Offline
Ratman Chieftain
*

Posts: 21
Joined: May 2011
Reputation: 0
Version: 1.4.1.102
Post: #379
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
Find all posts by this user Quote this message in a reply
testforl2 Offline
Expired VIP Member
**

Posts: 259
Joined: Jun 2013
Reputation: 40
Version: 1.4.3.143
Post: #380
RE: BAN HAMMER

(03-18-2014 15:20 PM)Ator Wrote:  Gettin System Error on my Iss. Prolly got hammered; even tho he wasn't my pickup char.

You are fine.

http://forum.l2tower.eu/thread-support-e...7#pid61857
03-18-2014 15:32 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  NcWest BANHAMMER michael85 1 3,982 04-10-2012 04:09 AM
Last Post: Fox



User(s) browsing this thread: 1 Guest(s)