PDA

View Full Version : price change program??


ven-elexver
01-06-2008, 04:40 AM
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

ChaosSlayer
01-07-2008, 02:56 PM
you can use georgeS item editor to set prices

ven-elexver
03-01-2008, 09:33 AM
yea found it but ty .

leslamarch
03-01-2008, 09:42 AM
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

UPDATE `items` SET `price` = '3000' WHERE `id` = 2300 LIMIT 1;

Dodie
10-03-2008, 11:34 AM
Bumping this abit, i have a few problems setting prices since they seem to be following no mathematic order if im not wrong ? like, 3000 is 9 pp, and 2000 is 3 ? a little confused.

ChaosSlayer
10-03-2008, 11:50 AM
Bumping this abit, i have a few problems setting prices since they seem to be following no mathematic order if im not wrong ? like, 3000 is 9 pp, and 2000 is 3 ? a little confused.

umm the prices are in copper - 9000 - 9 pp, 345000 - 345 pp
the actual prices you see in game affected by vendor mark up, charisma and faction

also curent buy sell prices soemwhat broken, we still waiting for devs to fix the formulas

Dodie
10-03-2008, 01:47 PM
Ah,thats what i was looking for ^^ ty