how do i remove a custom item i inserted to my private server via Navicat?
removeing items
Started by BustaaDream, Sep 12 2011 11:14 AM
6 replies to this topic
#1
Posted 12 September 2011 - 11:14 AM
#2
Posted 12 September 2011 - 01:17 PM
You go to the items table and find the entry and delete the row.
Moved to core support, this has nothing to do with WoW-V.
Moved to core support, this has nothing to do with WoW-V.
#3
Posted 12 September 2011 - 01:22 PM
ofcourse i tried doing that...But my it only shows one page that gives item that are like untill 2548 my items are 54000 so... how to i get the next page or something?
#4
Posted 12 September 2011 - 01:30 PM
There should be a next page button in the bottom of the window.
#5
Posted 12 September 2011 - 01:55 PM
You could also use the query and execute an SQL that will delete the item.
To use this query for example, you would need to know the entry of the item:
Or instead of searching for ages for your item, you could find it with SQL in the query:
To use this query for example, you would need to know the entry of the item:
DELETE FROM item_template WHERE Entry = 1000;
Or instead of searching for ages for your item, you could find it with SQL in the query:
SELECT * FROM item_template WHERE Entry = 1000;
#6
Posted 12 September 2011 - 02:25 PM
Thanks guys. where should i post a suggestion for a Entryid Finder?
#7
Posted 12 September 2011 - 03:24 PM
Quote
Thanks guys. where should i post a suggestion for a Entryid Finder?
Entry ids are DB specific.
Look down, look down, you'll always be a slave..
Look down, look down, you're standing in your grave...
Look down, look down, you're standing in your grave...
Similar Topics
![]() |
Saving created items?Started by Banatastic, 11 Apr 2013 |
|
|
|
![]() |
Xtreme WoW Estonia ITEMS/REPACKStarted by Arwencz, 13 Dec 2011 |
|
|
|
![]() |
[GUIDE] Adding Items / Mobs to your ServerStarted by BlackBoy0, 14 Feb 2009 |
|
|
|
![]() |
New dungeon, items and BG 16-18th Nov only!Started by Overlord Cuntasaurus Rex, 17 Nov 2012 |
|
|
|
![]() |
Custom Items ProblemStarted by SkiezHippiez, 07 Nov 2012 |
|
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














