TabulaRasaXI / TabulaRasa

https://tabularasaxi.com
GNU General Public License v3.0
5 stars 9 forks source link

🐛 Incorrect Crafting subskill for Errant Houppelande #306

Closed dooni-dee closed 1 year ago

dooni-dee commented 2 years ago

Errant Houppelande incorrect crafting subskill

`Errant Houppelande synthesis is telling me I'm not high enough for the recipe despite having 88+1 Clothcraft, 51 Goldsmithing, 60 Leathercraft. Upon looking at the code on https://github.com/TabulaRasaXI/TabulaRasa/blob/staging/sql/synth_recipes.sql and discussing with smarter people than myself there is a mistake on the Houppelande line where the '50' value for Goldsmithing is actually in the Smithing column.'

Line is here: INSERT INTO synth_recipes VALUES (34547,0,0,0,50,0,96,30,0,0,0,4099,4241,761,821,828,829,829,830,830,851,14380,14381,14381,14381,1,1,1,1,'Errant Houppelande');

Steps to reproduce

  1. Attempt Errant Houppelande synthesis
  2. Get "Synthesis canceled. That formula is beyond your current craft skill level" error message.

Expected behavior

  1. Attempt Errant Houppelande synthesis
  2. Either break or succeed

Attached are some screenshots. Thank you very much for any help. image image image image

bran-van-d commented 1 year ago

This has been fixed -- not sure which issue/PR, but we're crafting it heh.