View Single Post
  #5  
Old 04-26-2009, 02:48 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

INSERT INTO `starting_items` (`id`, `race`, `class`, `deityid`, `zoneid`, `itemid`, `item_charges`, `gm`, `slot`) VALUES
(???, 0, 0, 0, 0, ????, 1, 0, -1);


Ok well this is one way to do what you want... The first ??? you replace with a free ID in this table... the Second set of ???? you replace with a GEM that you make...

Reddogut's Gem of Currency...

Make the sell price on that GEM Exactly what you want .. Then . setup a Player.pl quest in the zone to POP up a box or something and tell them to go and sell the Gem to a merchant....

It's not EXACTLY what you wanted... But it's probably going to be more fun for the players this way anyway..

King Mortenson
Owner - www.raidaddicts.org
Reply With Quote