Can someone tell me how can i delete same items for everyone ? in the DB or something.
What i'm saying is that i want to remove vesper items from my players cause it was custom aquired (with vesper shop exchanger ) and it unbalanced the server . Any help please? thx in advance.
LE: or replace them.
How to delete item for all characters/accounts
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 8
- Joined: Wed Aug 13, 2008 3:18 pm
How to delete item for all characters/accounts
Last edited by Anakin666 on Sat Jun 12, 2010 4:56 pm, edited 1 time in total.
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: How to delete item for all characters/accounts
in database
where 1,2,3,4 are your item ids of vesper. the list of the item ids can be variable long.
Code: Select all
DELETE FROM items WHERE item_id IN (1,2,3,4);
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 8
- Joined: Wed Aug 13, 2008 3:18 pm
Re: How to delete item for all characters/accounts
thx ,but doesnt that delete vespers for good?
LE: nvm i saw that there is "ownerid" so i guess it deletes just from owners not server ,reply if im wrong,tyvm
LE: nvm i saw that there is "ownerid" so i guess it deletes just from owners not server ,reply if im wrong,tyvm

- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: How to delete item for all characters/accounts
the table items holds the information about items that are in possesion of players and clans, their warehouses.
there could be a leak if an item is as attachment in mail, but im am not sure how these are stored.
there could be a leak if an item is as attachment in mail, but im am not sure how these are stored.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!