Quote:
Originally Posted by ven-elexver
im looking for a easy whay to set the prices on items that npc's sell i have a lot of programs to make npc spawn npcs add to the items sold but nothing to set the prices of the new items i am not sure if you can use a gm in game command for this or not ? any help or a guide to price setting would be a big help ty
|
or you could just run this query, would be faster i think
Code:
UPDATE `items` SET `price` = '3000' WHERE `id` = 2300 LIMIT 1;