Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-06-2006, 06:24 AM
Rhodan
Hill Giant
 
Join Date: Oct 2006
Posts: 179
Default Helm of northern worlf material - no combine

This recipe in the peq database was different than what I've read on all the quest sites as well as what the quest NPC tells you - so I decided to change it.

Orignally, it needed 1 lore bone chip, 2 small ore and a gnoll pup scalp. The bone chip was wrong so I changed it to the 13073 version and set the amount to 2. I rebooted the server (dunno if thats required, just figured it couldn't hurt) then tried the recipe, which did not work. I get the message that I cannot combine these items in that container type.

I checked the database and it seems to be correct. I tried the other materials and had no trouble making those.

So anyway, I'm stumped as to why this wouldn't work. Here's the database data

tradeskill_recipe
8598, 'northern wolf helm material', 69, 0, 0, 1, 0, 'created by ylosh'

tradeskill_recipe_entries
112142, 8598, 55095, 0, 0, 0, 1
112141, 8598, 13073, 0, 0, 2, 0
112140, 8598, 10500, 0, 0, 2, 0
112139, 8598, 13789, 0, 0, 1, 0
112138, 8598, 55104, 1, 0, 0, 0

55095 is definately the northern wolf plate assembly kit given by the NPC and its marked as the container

13073 is the bonechip type that I have (not stacked)
10500 is the ore I have (not stacked)
13789 is the gnoll pup scalp.

And ideas where I'm going wrong?
Reply With Quote
  #2  
Old 07-11-2008, 01:05 AM
MainMan
Fire Beetle
 
Join Date: Jul 2008
Location: Kansas City, MO
Posts: 9
Default

Hey, this is still a problem. It's still not working.

It's both the helm and the boots. Any ideas?
Reply With Quote
  #3  
Old 07-11-2008, 01:17 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

You need to apply this patch to your code:

http://eqemulator.net/forums/showthread.php?t=25235

Or, download and use the PEQ Installer, the 1118 upgrade version contains this fix.
Reply With Quote
  #4  
Old 07-11-2008, 01:37 AM
MainMan
Fire Beetle
 
Join Date: Jul 2008
Location: Kansas City, MO
Posts: 9
Default

I apologize, I wasn't specific, and this might not be the right place to comment.

I meant that this problem appears to still be occurring on The Grand Creation.
Reply With Quote
  #5  
Old 07-11-2008, 01:50 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

No it isn't, I just did the combine fine. I'll check to make sure the recipe in the DB matches with what is on Allah.
Reply With Quote
  #6  
Old 07-11-2008, 01:54 AM
MainMan
Fire Beetle
 
Join Date: Jul 2008
Location: Kansas City, MO
Posts: 9
Default

Hmm.. Here's the original from Allah:

2 Small Pieces of Ore
1 Gnoll Pup Scalp
2 Bone Chips

I'm sorry for the inconvenience, it's just frustrating; this won't work for me and I've double checked the items dozens of times.
Reply With Quote
  #7  
Old 07-11-2008, 02:48 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

I was able to recreate the problem on TGC, but the problem is I cannot on my internal test server and they are identical. Same code, same db, same quests, even same OS and scripts.

I'll figure out what's causing TGC to flip out with these combines tomorrow.
Reply With Quote
  #8  
Old 07-11-2008, 03:31 AM
MainMan
Fire Beetle
 
Join Date: Jul 2008
Location: Kansas City, MO
Posts: 9
Default

How bizarre.

Thanks again though, I really appreciate it.
Reply With Quote
  #9  
Old 07-11-2008, 04:35 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Couldn't be that there are multiple versions of bone chips? Or, maybe the issue where you can't create a tradeskill item that has the same name as another recipe? Maybe your test server has the fix for that and PEQ doesn't?
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #10  
Old 07-11-2008, 08:33 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Bone chips are fine, and we're using the tradeskill patch mentioned above. TGC's source folder is identical to the one I use here as once I test here I upload to TGC, make, and deploy. I'm sure it's just a small oversight somewhere.
Reply With Quote
  #11  
Old 07-12-2008, 07:43 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default Possible Problem

Ok, just checked this out in our system... Taby can't combine it either. I think it has to do with the Gnoll Pup Scalp.

Could the fact that Lucy does not have it as a tradeskill item be the problem? I would think that the containers check if they are "tradeskillable" items inside.

http://lucy.allakhazam.com/item.html?id=13789

Last edited by joligario; 07-12-2008 at 03:44 PM.. Reason: Added Link
Reply With Quote
  #12  
Old 07-12-2008, 11:25 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

No, it doesn't have to do with items, it all goes back to that patch I posted above. None of the duplicate recipes combine on TGC, but yet they all work fine on my internal test, using identical code and DB. I'm sure it's a small oversight somewhere, but I am banging my head to find it.
Reply With Quote
  #13  
Old 07-25-2008, 09:44 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

If still interested, I finally tracked down the cause of this problem. I have no way to test the correction since I don't have a MySQL 4.0 server up, but it'll be active on PEQ with tomorrow's reboot if anybody wants to give it a try.

It came down to a query in the patch I mentioned above working in MySQL 5.0, but not 4.0 which is what TGC is running.
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 04:35 AM.


 

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