EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   5 & 10 dose combines (https://www.eqemulator.org/forums/showthread.php?t=26176)

LeftRoad 09-14-2008 09:35 AM

5 & 10 dose combines
 
I was working with my shaman on potions and noticed a couple of things...
  1. Trying to combine 5 or 10 potions manually does not work. You have to camp to regain control, otherwise you can no longer open anything. But those same combines will function if you select the recipe and combine from there. Maybe something in the code that isn't grabbing the recipe correctly?
  2. I then noticed several of the 5 & 10 dose recipes have a triv of 255. Shouldn't these all be 0?

Here's the SQL to correct the database, if they are all supposed to be a 0 triv.
Code:

update tradeskill_recipe set trivial = 0 where Name like '%dose%' and trivial = 255


All times are GMT -4. The time now is 12:22 PM.

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