Hello Brothers
i want Query to Delete Item By CHar Name
1 - Query to Delete from Inventory
2 - Query to Delete from Chest
Hello Brothers
i want Query to Delete Item By CHar Name
1 - Query to Delete from Inventory
2 - Query to Delete from Chest
This query will delete item from all game,USE [SRO_VT_SHARD_INIT]
exec _SEEK_N_DESTROY_ITEM 'ITEM Code here'
but you can continue it with where character16= "Character name"
will be something like that i think.
Thise one will clear all the vaults.
Code:
UPDATE warehouse
SET Items=(1)
----------------------
Thise one for deleting all the items from inventories.
Code:
UPDATE Character
SET inventory=(1)
----------------------