EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Feature Requests (https://www.eqemulator.org/forums/forumdisplay.php?f=612)
-   -   price change program?? (https://www.eqemulator.org/forums/showthread.php?t=24066)

ven-elexver 01-06-2008 04:40 AM

price change program??
 
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

Quote:

Originally Posted by ven-elexver (Post 141518)
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;

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

Quote:

Originally Posted by Dodie (Post 157597)
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


All times are GMT -4. The time now is 09:14 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.