• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Items that have X id and NO attribute

SnakevL

New Member
Joined
Jun 5, 2008
Messages
71
Reaction score
0
Hey you all, what's up?
Well, I need some help.. i think u already know.. haha
I'm using PhoOwned's script to add attribute to items bought in website.
I need a script that delete from database items that have X id and no attribute(my server was hacked, and the hacker created many vip items in command /i, so it don't have attribute.)
In my server, boots vip, for sample, is ID 2641, and to delete all cloned boots vip, i want to use a mysql code that delete the items 2641 that has attributes = [BLOB - 0Bytes]
i made a script like this:
DELETE FROM player_items WHERE itemtype = 2641 AND 'attributes' = '[BLOB - 0Bytes]'
but it doesn't work, (deletes 0 lines)
can anybody help me to make a script to do that?
and, if i'm not abusing, the script may delete from player_items, player_depotitems, tile_items ?
 

Similar threads

Back
Top