• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Db query to change id of items in all ot

Ancore

New Member
Joined
Jul 6, 2012
Messages
216
Reaction score
1
Hi, I wanna change by using a query all the items that has 2095 as item id to item id 3033, just an example
 
Code:
UPDATE `player_items` SET `itemtype` = 9999 WHERE `itemtype` = 10000

9999: old id
10000: new id
 
doesn't work, my players have wailing widows on their legs (was zaoan shoes on the other items.xml) and they don't disappear with this command:

UPDATE `player_items` SET `itemtype` = 11304 WHERE `itemtype` = 11298
 
Only need players logout he use /closeserver and execute query in database and works :P
query loney works Ancore only need all your players - offline
 
Back
Top