Hello anyone.. have query to remove all item D9 from char? please share.
and share how to remove unique drop D9.
Thankssss
Hello anyone.. have query to remove all item D9 from char? please share.
and share how to remove unique drop D9.
Thankssss
This red Code is D9 sword change the item code to what you want to delete then restart serverCode:USE [SRO_VT_SHARD] Exec [Dbo].[_SEEK_N_DESTROY_ITEM] ['ITEM_CH_SWORD_09_A_RARE' ]
this query will remove from all players
Good luck