[HELP] Delete item

05/25/2012 20:51 ILowe#1
hello

my GM char item bug.

ITEM_MALL_M_SANTA

item write and item wear.now char bug have :(

ID - PW enter 1-2 sec. later game error
05/25/2012 20:54 Veteran1337#2
SMC--->SR_UserEdit--->Char Item
You can type the character name and dellete items with right click
05/25/2012 22:47 ILowe#3
smc error

"query failed" wrote :(
05/26/2012 06:05 ღ ∂ Ropp#4
You cannot use the name [GM] inside the SMC,
Also when you get to the Char Item tab,
Click on the avatar section, and you'll see your avatar inventory.
Right click the avatars, and remove them

Enjoy!
09/04/2020 20:05 srothanglong#5
The GM character has an item error. I think the fastest solution is to delete all the items in the [GM] character. Let's use Query:
Quote:
USE SRO_VT_SHARD
UPDATE _Inventory
SET ItemID = 0 WHERE CharID = (SELECT CharID from _Char WHERE Charname16 = 'charname')
Or outfit :
Quote:
USE SRO_VT_SHARD
UPDATE _InventoryForAvatar
SET ItemID = 0 WHERE CharID = (SELECT CharID from _Char WHERE Charname16 = 'charname')