Delete Items? menu

User Tag List

Results 1 to 13 of 13
  1. #1
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Delete Items?

    I thought I deleted them, but the aren't gone! how do you delete items?

    Delete Items?
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in sqlyog or navicat you can select it then hit delete, refresh the database and it should be gone
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you mean from your inventory?

    Delete the item, do .saveall (if you del and the server crashes, you get the item back)


    If you want deleted from the database,

    Find the item, delete the entry. A good helper now to ensure ppl dont get random items, delete that ID from the playeritems table as well. Just sort the list of ID and delete all the entries that have your item.


    Cheers,

  4. #4
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Or,
    DELETE FROM items WHERE entry=1337 LIMIT 1
    will remove item with entry 1
    or
    DELETE FROM items WHERE name1 LIKE "%gladiator%"
    will remove all items with "gladiator" in their name

  5. #5
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I need to delete these entries: 99991, 99992, 99993
    I tried DELETE FROM items WHERE entry=99992 LIMIT 1, but it didn't do anything
    mysql> DELETE FROM items WHERE entry=99992 LIMIT 1
    ->

  6. #6
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The weird thing is, I click my database and go the the table "items" in navicat, I search for 99991, 99992, and 99993, and it doesn't show anything, but ingame I can type .additem 99991 and I get the item wtf

  7. #7
    *Alexz*'s Avatar Member
    Reputation
    105
    Join Date
    May 2007
    Posts
    521
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did you restart server after?

  8. #8
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Delete your cache.

  9. #9
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I restarted my server
    And how do I delete my cache?

  10. #10
    Succy's Avatar Banned
    Reputation
    40
    Join Date
    Jun 2007
    Posts
    804
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go into your World of Warcraft Folder. There is a folder called Cache. Delete that folder. The folder will come back after, but everything will work fine. That's needed when you for example rename an Item already seen or renaming a mob/npc you've already seen!

  11. #11
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ...
    99991 and 99993 need to be deleted now
    I delete them, they are NOT in the freaking database..
    I restart the server, delete my cache / whatever, log in. .additem 99991 and I got it...
    IT'S NOT IN THE DATABSE WHY THE HELL IS IT SHOWING UP WTF

  12. #12
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Delete the WDB folder in your wow installation too.
    Make sure you're not running the game when you do it

  13. #13
    =sinister='s Avatar Contributor
    Reputation
    154
    Join Date
    Jun 2006
    Posts
    277
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally got it, thank you all who helped!

Similar Threads

  1. Deleting items from database
    By Pitchblack1110 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 10-16-2008, 08:08 PM
  2. How do you delete items
    By lolzz in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 06-11-2008, 03:33 PM
  3. deleting hidden cooldowns in items?
    By pl0x4 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-31-2008, 09:53 AM
  4. Items not being deleted
    By cyianos in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-28-2008, 06:44 AM
  5. Items being deleted?
    By Mr.Ice.Cold in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 01-26-2008, 11:35 PM
All times are GMT -5. The time now is 01:15 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search