View Single Post
  #3  
Old 12-07-2010, 07:30 PM
Sage_Shadowbane Sage_Shadowbane is offline
Graal Developer
Sage_Shadowbane's Avatar
Join Date: Mar 2004
Posts: 585
Sage_Shadowbane will become famous soon enough
I basically want to create an Alchemy system with a bunch of different formulas for items. Like: this.weapon_1 = "Iron, quantity", "Stock, quantity", etc" would be in the DB, along with a bunch of others. Than in a weapon NPC I would be creating the array based on what items the player is trying to put together, and when they try to create something it would run a check through the DB to see if it matches any formula in the DB.
Reply With Quote