View Full Version : Tradeskill combines
Nydosa
11-14-2013, 01:56 AM
I am wondering if anyone has any ideas why none of my trade skill combinations would work? I have a fully functional server, and am only noticing that none of them work now. I receive the 'you cannot combine these items in this container type' message. These are with standard combinations such as the newbie quests in Cabilis where you combine four leech husk or four saranak heads.
Any ideas for places/things to check?
Thank you very much.
NatedogEZ
11-14-2013, 02:15 AM
Make sure the Tradeskill_recipe table and the tradeskill_recipe_entries tables have stuff in them :)
Nydosa
11-14-2013, 10:55 AM
Both of those tables are complete. I can open Georges tradeskill tool and see all of them entered correctly. I've summoned the direct item numbers from those files along with the container to try them out, and I still get the wrong container error.
Is there something in my EQEmu install that would cause this? I'm assuming there's some functionality I didn't load, or something wrong with a build file?
Thanks again.
Uleat
11-14-2013, 11:31 AM
I'm not 100% on the tradeskill stuffs, but, what I do remember is that the container is verified by id and not container type.
Double-check the id of the container that you are trying to use and post back.
Nydosa
11-14-2013, 11:36 AM
Yep - the containers are being summoned by container ID just to make sure it wasn't any itemization issue on my behalf. These are all quest containers and the IDs pulled up directly from the trade skill tables.
Example stock quest is:
ID 12380 x 4, combined in 17017, should give 12381. That's for the first SK sword in Cabilis.
Uleat
11-14-2013, 12:48 PM
I made some changes recently to the BagType enumeration and skill check codes...
These shouldn't have affected that, but lemme take a quick look.
EDIT:
I didn't see anything in the TS code that my changes would affect...
If you don't see any client messages, and can't locate the messages in the server logs, try the experiment again
and immediately scan the zone log file for any pertinent messages. A failure of the actual combine call should
push a message to EQEmuLog.
https://github.com/EQEmu/Server/blob/master/zone/tradeskills.cpp#L369
Nydosa
11-14-2013, 01:05 PM
Nevermind, the problem was in my sourcing during the server setup... I'm actually not sure what file did it, but I updated to most recent file dump, and re-sourced 2013_10_31_recipe_disabling.sql. Try those if you have my same issue.
Thanks for your attention!
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.