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
ClockMan Offline
All Mighty
*******

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

This plugin need a correct invalid icon name to work...

    LUA Programming
local invalidItemIcon = "None - None";
 
function BlockItems()
	local result = 0;
	local items = L2TConfig.GetConfig().items;
	local count = items:GetCount();
	for i = 0, count, 1 do
		if (GetItemIcon(i) == invalidItemIcon) then
			local it = items:GetItem(i);
			it.Me.Pickup = false;
			it.Pet.Pickup = false;
			result = result + 1;
		end;
	end;
end;
 
function OnCreate()
	if (IsPremium()) then
		local count = BlockItems();
		ShowToClient("ItemBlocker", "Blocked " .. tostring(count) .. " items");
	else
		ShowToClient("ItemBlocker", "This script works only for premium users");
	end;
end;
 
function OnLoad()
        OnCreate();
end;



And for block custom item:
    LUA Programming
function BlockItem(itemId)
	local item = L2TConfig.GetConfig().items:GetItem(itemId);
	if (item ~= nil) then
			item.Me.Pickup = false;
			item.Pet.Pickup = false;
	end;
end;
 
function OnCreate()
	if (IsPremium()) then
		BlockItem(10648);
	else
		ShowToClient("CustomItemBlocker", "This script works only for premium users");
	end;
end;
 
function OnLoad()
        OnCreate();
end;



Plugins not tested, may have some minor bugs.
(This post was last modified: 11-10-2013 13:32 PM by ClockMan.)
11-05-2013 21:43 PM
Visit this user's website 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: #142
RE: Ban NA

i use client pick up and im fine, but some people informed me about getting ban just by having follow on maybe it was caused by making many chars same time from same ip that triggered it tho.
11-05-2013 21:46 PM
Find all posts by this user Quote this message in a reply
kerberos464 Offline
Bug revealer

Posts: 1,539
Joined: Jun 2012
Reputation: 576
Version: 1.4.3.143
Post: #143
RE: Ban NA

    LUA Programming
function OnLogin()
SCONFIG = L2TConfig.GetConfig();
SCONFIG.items:GetItem(10648).Me.Pickup = false;
end;



send $10 to me =)

Everything is possible. The impossible just takes longer.
11-05-2013 21:46 PM
Visit this user's website Find all posts by this user Quote this message in a reply
OxenteBahia Offline
VIP Member
***

Posts: 72
Joined: Jul 2012
Reputation: 11
Version: 1.4.2.138
Post: #144
RE: Ban NA

14 accounts banned server Chronos, interesting that some were not even being banned in with the party who have been banned.
in my clan have been banned over 30 accounts of some friends, some level 99.
many banned without being connected to the game, with the other banned character within the clanhall, no parameters for this wave of ban, are banning all forms. I'm not connecting with my main character, I'll just plug in the game after the update and without using the tower.
unfortunate, but it's the risk we take.
good luck to all!

Living is drawing without erasing!
11-05-2013 23:37 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: #145
RE: Ban NA

dont use same ip, change ip and mac every time u log, change hwid, dont use same pc for boot and for play, dont boot 24/24, dont create 10 accounts in same day and from same ip and start boost xp, dont colect all adena with same char and on the same char and remember is more easy to track u in instances then on open field
(This post was last modified: 11-06-2013 12:33 PM by xanya11.)
11-06-2013 12:32 PM
Find all posts by this user Quote this message in a reply
capucine Offline
Expired VIP Member
**

Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version: 1.4.2.142
Post: #146
RE: Ban NA

I got a static ip from my ISP, how can i change it? I dont see myself calling them every 2 days to manualy change it! :-)

I got 5 PCs connected to router, anything i should change in router setting?

Thx for help as always!
11-08-2013 21:41 PM
Find all posts by this user Quote this message in a reply
goanga1 Offline
VIP Member
***

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

gor one picket baned today on naia
it had pick-up plugin to filter and pick only wanted items
i only started to use the plugin 3 days ago it might have had an item from before that..

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-11-2013 06:39 AM
Find all posts by this user Quote this message in a reply
Botter100 Offline
Expired VIP Member
**

Posts: 129
Joined: Aug 2013
Reputation: 27
Version: 1.4.2.142
Post: #148
RE: Ban NA

once one toon was banned, I am loged off other toons. After few day another toon was banned. So them analyze logs or invizible items.

Also I missed chat and shout commands /pause /cfg ))) may be that reason.
11-11-2013 07:21 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: #149
RE: Ban NA

(11-06-2013 12:32 PM)xanya11 Wrote:  and remember is more easy to track u in instances then on open field

why?
11-11-2013 10:16 AM
Find all posts by this user Quote this message in a reply
oozaoru Offline
Porta
*

Posts: 49
Joined: Jun 2013
Reputation: 2
Version: 1.4.3.143
Post: #150
RE: Ban NA

fox and other ppl...

im took like 2 bans today... just the pick char... probably its that item 10648...

how can set to not pick it up?
11-13-2013 00:45 AM
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)