Query to Remove all D9 from player

Results 1 to 2 of 2
  1. #1
    Proficient Member nzamkdh is offline
    MemberRank
    Feb 2009 Join Date
    AsianLocation
    173Posts

    sad Query to Remove all D9 from player

    Hello anyone.. have query to remove all item D9 from char? please share.
    and share how to remove unique drop D9.
    Thankssss


  2. #2
    SilkRoad vSro Service MaDenGo is offline
    MemberRank
    Aug 2012 Join Date
    vSro CommunityLocation
    512Posts

    Re: Query to Remove all D9 from player

    Code:
    USE [SRO_VT_SHARD]
    
    Exec [Dbo].[_SEEK_N_DESTROY_ITEM]  ['ITEM_CH_SWORD_09_A_RARE' ]
    This red Code is D9 sword change the item code to what you want to delete then restart server
    this query will remove from all players
    Good luck



Advertisement