Anti-Bot System on Private Servers

05/22/2006 13:53 shad0wfate#1
i was playing on a private server that got an invisible item not recognized in the l2walker item list, so theres no way to disable its pick up, and it has a very high weight, making the char unable to walk unless u delete that item. In game walker cant be used cuz u need to see it in the oog items list to manually delete it, like i said, its an invisible item to the client, but walker gets it.

is there a way to auto delete that item when load > X%? i know the weight comparison is possible in l2walker script, but i did never see a DELETEITEM(id) command on it... or maybe is it possible to add an item on the item list of the walker, so i can add that one and set its "pick up" to false?

plz help me here... thanks
05/22/2006 15:52 Maybe It's Maybelline#2
Hmm, you could use a packet sniffer when the item get spawned or into the inventory, there you will see the id. I even think on l2walker if you acess the inventory you can see the id.
05/22/2006 17:40 shad0wfate#3
indeed... i have the id... but i dont know how to make a script to get rid of the item... is there a DELETEITEM(ID) command or something like that? if so its done...

thanks
05/22/2006 22:20 Hopsi#4
Afaik there was something in the item settings, that when ur wheight is bigger then x delete stuff
and u can mark items u want it to delete.
05/23/2006 05:32 shad0wfate#5
yeah... i know that... but the item is not in the list, thats why i want to know a way to put an new item in the list (so i could do as u said, selecting it for delete after load > X) or some way to delete an item giving its ID using l2w script.