So Im makeing a Server, and i want to get rid of the honor and tokens needed for some items.
But theres Only 1 Problem? I have to ItemExstendCost Colum.
So i dont know what to do realeh.
all help would be needed.
Snailz
So Im makeing a Server, and i want to get rid of the honor and tokens needed for some items.
But theres Only 1 Problem? I have to ItemExstendCost Colum.
So i dont know what to do realeh.
all help would be needed.
Snailz
Cheese Cake?
Actualy i got the same problem, i can do mine own item on wow-v.com . BUT when i want to download for example a set from wow-v.com , i can't find any Ascent core, so i look in Antrix, download it, then i try to e'cute it into my database, then it pop ups a window called "invaild column itemextendedcost" , i got a table called "Item_extendedcost , i tryed to made e column called itemextendedcost , then the item were invaild. and if you do a new column , you must open the column you did, and put it for "use" on nothing , then delete it!
All extended cost like tokens/honor/marks is in the table "Items_extendedcost" as Xaverz mention above.
If you want to remove the cost for some certain items you need to find the right item for that or use this sql code
just insert the ID for the item you want to remove the cost fromCode:UPDATE items_extendedcost SET Costid = '0' WHERE Itemid ='youritem';
Else if you want to delete the cost from ALL items, just empty the Items_extendedcost" table![]()
Tryed that![]()
Cheese Cake?
And didn't it work?
Have you deleted your Cache?
No it didnt
and lol ofc ive deleted my chace.
Cheese Cake?
What DB are you using if I may ask?
wow-v's structure is outdated.
Dont use Wow-v. It suxs. Imo.
Ne ways. I gust Re-made them with diffrent ID's I just realeh didnt want theh question mark
Cheese Cake?