[DiscordArchive] Does anyone know where data is stored about skills of raising professions? For ex. skill 60893 (Nort
[DiscordArchive] Does anyone know where data is stored about skills of raising professions? For ex. skill 60893 (Nort
Archived author: Bogir • Posted: 2019-04-02T21:25:46.728000+00:00
Original source
Does anyone know where data is stored about skills of raising professions? For ex. skill 60893 (Northrend Alchemy Research) which profession must to rise? Alchemy or Inscription?
Archived author: Bogir • Posted: 2019-04-02T21:26:13.629000+00:00
Original source
https://www.wowhead.com/spell=60893
[Embed: Northrend Alchemy Research]
Experiment with Northrend herbs to discover a new Alchemy recipe. Can only be done every 3 days. This is an Alchemy Ability. A spell from World of Warcraft.
https://www.wowhead.com/spell=60893
Archived author: Zeeg • Posted: 2019-04-02T21:47:40.051000+00:00
Original source
Alchemy
Archived author: Zeeg • Posted: 2019-04-02T21:47:52.877000+00:00
Original source
It's on the name xD
Archived author: Bogir • Posted: 2019-04-02T21:55:10.174000+00:00
Original source
It stored not in DB? It is scripted in core?
Archived author: jf1x • Posted: 2019-04-02T22:12:07.859000+00:00
Original source
<@422489898105307158> see `select * from world.spell_script_names where spell_id = 60893;`
Archived author: jf1x • Posted: 2019-04-02T22:12:19.695000+00:00
Original source
refers to a script called `spell_gen_profession_research`
Archived author: jf1x • Posted: 2019-04-02T22:16:24.283000+00:00
Original source
looks like it the data itself comes from `SkillLineAbility.dbc` but I don't have more time to look deeper, that should be enough to get you started
Archived author: Bogir • Posted: 2019-04-02T22:17:31.648000+00:00
Original source
<@155863792734044160> Thanks alot