EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Tradeskill problems (https://www.eqemulator.org/forums/showthread.php?t=32046)

Swiftsong_Lorekeeper 09-07-2010 12:43 AM

Tradeskill problems
 
I'm not sure where to post this question so I guess this would be correct? I am having problems with my tradeskills. It always returns with "you cannot combine these items in this container type." I know I am doing the combines correctly (correct items in the correct container). I even double checked that it was correct in the database and all was set correctly (via GeorgeS tradeskill editor). Has anybody else run into this problem and figured out how to fix it?

Caryatis 09-07-2010 01:14 AM

Make sure you have this sql update if you recently crossed over the 1610 update: Link

Had same issue on my server.

Swiftsong_Lorekeeper 09-08-2010 12:06 AM

Which sql update am I supposed to incorporate. I clicked the link and it took me to the SVN source tab but no specific update appears on the link. I browsed through the source/changes and the only one that makes sense to me is r1619 which says its a fix for the tradeskill message for missing components. Is that the correct one?

Akkadius 09-08-2010 12:29 AM

Quote:

Originally Posted by Caryatis (Post 191762)
Make sure you have this sql update if you recently crossed over the 1610 update: Link

Had same issue on my server.

Holy crap bro, that's the nicest response I've seen from you in a while lolol.

And... Run this SQL:

Code:

ALTER TABLE tradeskill_recipe ADD COLUMN quest TINYINT(1) NOT NULL DEFAULT '0';

Swiftsong_Lorekeeper 09-08-2010 01:28 AM

I appreciate both of your help. I did run the SQL but it made no change. Just to make sure I did it correctly, I copied and pasted that into the query with my database selected and right clicked and then clicked run. Is that right? Sorry for my noobness but I'm learning. After I did that I did check the tradeskill_recipe and the quest column was added and it was defaulted at 0. It appears that the SQL worked. I restarted the server but still recieve the same "you cannot combine these items in this container type" error.


All times are GMT -4. The time now is 11:08 PM.

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