LeftRoad
09-14-2008, 09:35 AM
I was working with my shaman on potions and noticed a couple of things...
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?
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.
update tradeskill_recipe set trivial = 0 where Name like '%dose%' and trivial = 255
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?
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.
update tradeskill_recipe set trivial = 0 where Name like '%dose%' and trivial = 255