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
goanga1 Offline
VIP Member
***

Posts: 436
Joined: Apr 2012
Reputation: 76
Version: 1.4.2.142
Post: #131
RE: Ban NA

Ok, nice general wall of text, then why only 3 chars banned, all pickers, out if 30+ chars?

Chonos Shop
(closed atm)

accepting paypal
For more info contact me on Skype : michail.gh

Info here: http://forum.l2tower.eu/thread-wts-lvl-9...aia-chonos
11-03-2013 13:26 PM
Find all posts by this user Quote this message in a reply
xanya11 Offline
Expired VIP Member
**

Posts: 106
Joined: Sep 2013
Reputation: 2
Version: 1.4.2.135
Post: #132
RE: Ban NA

bots who are run from the same device (hwid <-- not mac address, they get your device guid via the enterworld packet)


the US law don't allow to track hwid onli with warn from a judge curt
11-03-2013 14:34 PM
Find all posts by this user Quote this message in a reply
caramelito1981 Away
Goblin Grave Robber
*

Posts: 17
Joined: Jun 2013
Reputation: 2
Version: 1.4.2.138
Post: #133
RE: Ban NA

just ban 2 accounts in harnak iss+sum in harnak server naia.
7 days 7 bans Smile
11-05-2013 01:07 AM
Find all posts by this user Quote this message in a reply
xanya11 Offline
Expired VIP Member
**

Posts: 106
Joined: Sep 2013
Reputation: 2
Version: 1.4.2.135
Post: #134
RE: Ban NA

they detect via ip,mac address, time in game , pickup (aka new bans about pickup invisible items) adena earn in 24h , items earn in 24,human immposible act (like buffs in same time ,move In same center spot,skill use same time (ms) etc .....),same area for x y z chars in more then 24h .....and the list is big belive me
11-05-2013 16:19 PM
Find all posts by this user Quote this message in a reply
Cttdav Offline
Expired VIP Member
**

Posts: 129
Joined: Jul 2013
Reputation: 13
Version: 1.4.2.138
Post: #135
RE: Ban NA

I love all these experts coming on here and giving there documented opinions.
We all know there is a risk in botting, but to have a bug in the operation of the bot program is not OK. Its like putting red flag on your head.
The l2tower paying community wants a fix or work around.
11-05-2013 17:39 PM
Find all posts by this user Quote this message in a reply
ClockMan Offline
All Mighty
*******

Posts: 2,886
Joined: Jan 2011
Reputation: 499
Version: 1.4.3.143
Post: #136
RE: Ban NA

Every character can be banned, every 3rd party program can be detected on server side by using some heuresis. It can be hidden GM, invisible item or monster. Interval of use skill, action use, packet send or anything.

If you believe it's a item fault, block pickup of it in config via script/plugin.
If you thing that is some logic fault, create own unique one by writing plugin.
L2Tower is not like L2Tower, L2Net, L2Ranger because it's don't send packet directly.
We use game to send it, so when Ncsoft release new version, change one packet by changing order or adding new element, then we will send that new packet. The only problem can be when we put wrong argument into a function. But I don't thing that this happens, and functions symbols didn't change because bot still inject.

[Image: owner.gif]
11-05-2013 18:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
 Reputed by : Fox(+2)
Cttdav Offline
Expired VIP Member
**

Posts: 129
Joined: Jul 2013
Reputation: 13
Version: 1.4.2.138
Post: #137
RE: Ban NA

It is a hidden item that the bot is picking up.
The item ID appears to be 10648.
Can you make us some script or plugin to ignore this item?
If I knew how I would make it and share with the community.
11-05-2013 19:34 PM
Find all posts by this user Quote this message in a reply
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #138
RE: Ban NA

there is no such item id in ItemName-e.dat, so i dont think bot will pick it coz i suppose if its inot in /xcfg in item settings then its automatically unchecked.
11-05-2013 19:45 PM
Find all posts by this user Quote this message in a reply
 Reputed by : Fox(+2)
ClockMan Offline
All Mighty
*******

Posts: 2,886
Joined: Jan 2011
Reputation: 499
Version: 1.4.3.143
Post: #139
RE: Ban NA

Bot will pickup all items by default... It doesn't matter if its in xcfg or not. Xcfg is just for users.

to block this best way is to have a plugin with OnDropItem and OnSpawnItem events.
What could check a name of item (GetItemName) or icon (GetItemIcon). I'm not sure what name will have item what is not in ItemName-e.dat but with that you should compare.
And then just call a

L2TConfig.GetConfig().items:GetItem(itemDisplayId).Me.Pickup = false;
L2TConfig.GetConfig().items:GetItem(itemDisplayId).Pet.Pickup = false;

Or can make all this things for items with id 0-100000 on bot load as plugin.

If someone have time can check what will return GetItemIcon(10648) and GetItemName(10648) and make such plugin... It's easy

[Image: owner.gif]
(This post was last modified: 11-05-2013 21:32 PM by ClockMan.)
11-05-2013 21:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Cttdav Offline
Expired VIP Member
**

Posts: 129
Joined: Jul 2013
Reputation: 13
Version: 1.4.2.138
Post: #140
RE: Ban NA

I will give $10.00 reward for figuring out how to make plugin, not to pick up item 10648.
11-05-2013 21:40 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,842 04-10-2012 04:09 AM
Last Post: Fox



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