Equipment Restore

Results 1 to 10 of 10
  1. #1
    Account Upgraded | Title Enabled! scrip is offline
    MemberRank
    May 2009 Join Date
    210Posts

    Equipment Restore

    Hey gives any way to make for everyone a item restore


  2. #2
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: Equipment Restore

    try it in propper english ... your not making much sence

    you mean you want to give every1 the same single item ?

  3. #3
    Account Upgraded | Title Enabled! scrip is offline
    MemberRank
    May 2009 Join Date
    210Posts

    Re: Equipment Restore

    no i want delete from everyone the equipment

  4. #4
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Equipment Restore

    DELETE FROM CharacterItem WHERE ItemID = '123'

  5. #5
    Account Upgraded | Title Enabled! scrip is offline
    MemberRank
    May 2009 Join Date
    210Posts

    Re: Equipment Restore

    where i need do thath ap?

  6. #6
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Equipment Restore

    Execute the query in MSSQL. Do it according to your item id's.
    Posted via Mobile Device

  7. #7
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Equipment Restore

    DELETE FROM CharacterItem WHERE ItemID=123

    thats the correct one

  8. #8
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Equipment Restore

    Quote Originally Posted by wtfhacker View Post
    DELETE FROM CharacterItem WHERE ItemID=123

    thats the correct one
    Code:
    DELETE FROM CharacterItem WHERE ItemID > 0
    or was it
    Code:
    DELETE FROM CharacterItem WHERE ItemID < 0
    one of the two deletes all items from 0 and up and the other from 0 down

  9. #9
    Member Your_Mom is offline
    MemberRank
    Mar 2010 Join Date
    Where I want toLocation
    88Posts

    Re: Equipment Restore

    Quote Originally Posted by gregon13 View Post
    Code:
    DELETE FROM CharacterItem WHERE ItemID > 0
    or was it
    Code:
    DELETE FROM CharacterItem WHERE ItemID < 0
    one of the two deletes all items from 0 and up and the other from 0 down
    Code:
    DELETE FROM CharacterItem WHERE ItemID > 0
    Which means, where ItemID is greater than 0.

  10. #10

    Re: Equipment Restore

    Quote Originally Posted by wtfhacker View Post
    DELETE FROM CharacterItem WHERE ItemID=123

    thats the correct one
    You can either do it with or without quotes.



Advertisement