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

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 12-03-2006, 06:43 PM
bufferofnewbies
Hill Giant
 
Join Date: Dec 2005
Location: Lurking in KY
Posts: 239
Default

wow, that sucks.
I hate being old with a bad memory...

EDIT: ALWAYS backup your files before you do anything I suggest, as I am old and loseing my mind.

ok, did some more looking at this in the dbase.
Sharpening stones part is easy enough:

Code:
REPLACE INTO tradeskill_recipe_entries
WHERE item_id = 12056
VALUES (successcount = 0), (failcount =0);
the rusty weapons I could find all had a fail count of 0, so lets swap that to 1 to have them return when the combine fails.

Code:
REPLACE INTO tradeskill_recipe_entries
WHERE item_id = 5013
OR item_id = 5013
OR item_id = 5014
OR item_id = 5015
OR item_id = 5016
OR item_id = 5019
OR item_id = 5020
OR item_id = 5021
OR item_id = 5022
OR item_id = 5023
OR item_id = 5024
OR item_id = 5025
OR item_id = 5040
OR item_id = 5072
OR item_id = 5074
OR item_id = 5076
OR item_id = 6011
OR item_id = 6013
OR item_id = 6014
OR item_id = 6015
OR item_id = 6016
OR item_id = 7007
OR item_id = 7008
OR item_id = 7009
OR item_id = 7010
VALUES (failcount = 1);
Hope that helps/ was what you needed.

Last edited by bufferofnewbies; 12-04-2006 at 03:39 AM..
Reply With Quote
 

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 10:14 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