How to delete items not in zitem.xml

Results 1 to 3 of 3
  1. #1
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    How to delete items not in zitem.xml

    I tried everything and I can't find the items below neither in zitem.xml or strings.xml.. where could them be?

    Last edited by maxolahird; 31-07-16 at 07:21 PM.


  2. #2
    Hi, Im Ryuzu yerij007 is offline
    MemberRank
    Oct 2011 Join Date
    Behind You!Location
    311Posts

    Re: How to delete items not in zitem.xml

    That should be on a table.

    Open your SQL and go to this table and clean it
    PHP Code:
    dbo.GambleItem 
    Or use this query
    PHP Code:
    USE [YourDatabaseName]

    DELETE GambleItem 

  3. #3
    Infraction Banned maxolahird is offline
    MemberRank
    Sep 2010 Join Date
    195Posts

    Re: How to delete items not in zitem.xml

    Quote Originally Posted by yerij007 View Post
    That should be on a table.

    Open your SQL and go to this table and clean it
    PHP Code:
    dbo.GambleItem 
    Or use this query
    PHP Code:
    USE [YourDatabaseName]

    DELETE GambleItem 
    Thank you a lot! It worked!



Advertisement