Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 08-08-2005, 02:29 AM
canehdian
Sarnak
 
Join Date: Nov 2004
Location: Windsor, Ontario, Canada
Posts: 59
Default

thx for all that info, but if you cant combine anything what use is a forge =P
__________________
From The Biggest tool ever

Server Op of A server in development! =D

formerly A fire inside
Reply With Quote
  #2  
Old 08-08-2005, 03:17 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default eh

Quote:
Originally Posted by canehdian
thx for all that info, but if you cant combine anything what use is a forge =P
my forges work great... im not sure how you set yours up.
if you post your forge SLQ code maybe someone can troubleshoot it for you.
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #3  
Old 08-08-2005, 11:26 AM
bushman77
Hill Giant
 
Join Date: May 2003
Location: In the bush
Posts: 129
Default forge sql script

ok we have gotten the forge put in place now we need to be able to have a tradeskill recipie properly setup so we can combine a few items to make a 'new' item
what we've tried gives us the error you cannot combine these items in this container type

Last edited by bushman77; 08-09-2005 at 05:11 PM.. Reason: using the forge
Reply With Quote
  #4  
Old 08-19-2005, 01:01 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default fix

Quote:
Originally Posted by bushman77
ok we have gotten the forge put in place now we need to be able to have a tradeskill recipie properly setup so we can combine a few items to make a 'new' item
what we've tried gives us the error you cannot combine these items in this container type
drop table forage;

CREATE TABLE forage (

id int(11) NOT NULL auto_increment,

zoneid int(4) NOT NULL default '0',

Itemid int(11) NOT NULL default '0',

level smallint(6) NOT NULL default '0',

chance smallint(6) NOT NULL default '0',

PRIMARY KEY (id)

) TYPE=MyISAM;

-------------------------
then source in this.

http://spacetrader.no-ip.info/fordge.sql
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:29 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