View Single Post
  #4  
Old 03-01-2008, 09:42 AM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by ven-elexver View Post
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;
Reply With Quote