Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-22-2009, 06:44 PM
reddogut
Sarnak
 
Join Date: Jun 2007
Posts: 83
Default Add money to the starting_items table

Is there a way to add money to the starting_items table?
Reply With Quote
  #2  
Old 04-22-2009, 07:21 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Not in any normal way that I am aware of. If you want players to start with money, you could either start them with an item that they can sell for some starting cash to a nearby merchant, or you could use a slightly more advanced technique with qglobals and have an invisible NPC with a proximity check waiting at the new player's spawn point to give them money when they log in for the first time.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 04-25-2009, 04:00 PM
reddogut
Sarnak
 
Join Date: Jun 2007
Posts: 83
Default

Ok, so I wrote a quest to give my players some money.... that was easy. Is there a way to ensure that players can only collect that money once?
Reply With Quote
  #4  
Old 04-25-2009, 05:09 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

You would just set a quest global (qglobal) on them when you give them the cash and have the quest check for that global when they log in before giving them the plat. If they have the global, it won't give it to them, so you only give it once.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #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
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:33 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3