Skip to content

Commit

Permalink
added specialisations for Tailoring & Alchemy
Browse files Browse the repository at this point in the history
removed the specialisation spells from "spells.lua"
added the quests & npcs needed to train the specialisations
  • Loading branch information
Thumbkin committed Jun 7, 2021
1 parent 6d0a8f7 commit c4157d1
Show file tree
Hide file tree
Showing 16 changed files with 3,683 additions and 2,452 deletions.
2 changes: 2 additions & 0 deletions MissingTradeSkillsList_TBC.toc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ data\zones.lua
data\Alchemy\items.lua
data\Alchemy\levels.lua
data\Alchemy\skills.lua
data\Alchemy\specialisations.lua

data\Blacksmithing\items.lua
data\Blacksmithing\levels.lua
Expand Down Expand Up @@ -89,6 +90,7 @@ data\Skinning\levels.lua
data\Tailoring\items.lua
data\Tailoring\levels.lua
data\Tailoring\skills.lua
data\Tailoring\specialisations.lua

#
# Load the logic
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ Minimap button & Enhanced tooltip

### Latest version (v2.5.04)

* Added expansions
* Added loads of spells/items/npcs for all professions
* Added all "Master" level for all professions
* Set the correct trainers for each level of each profession
* Added specialisations for Alchemy & Tailoring

### Support

Expand Down
57 changes: 0 additions & 57 deletions data/Alchemy/skills.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3612,63 +3612,6 @@ MTSL_DATA["skills"]["Alchemy"] =
["phase"] = 1,
["special_action"] = "auto learned",
},
{
["expansion"] = 2,
["id"] = 28672,
["min_skill"] = 1,
["name"] = {
["Chinese"] = "转化大师",
["English"] = "Transmutation Master",
["French"] = "Maître des transmutations",
["German"] = "Meister der Transmutation",
["Korean"] = "변환의 대가",
["Mexican"] = "Maestro de transmutación",
["Portuguese"] = "Mestre da Transmutação",
["Russian"] = "Мастер трансмутации",
["Spanish"] = "Maestro de transmutación",
["Taiwanese"] = "轉化專精",
},
["phase"] = 1,
["special_action"] = "auto learned",
},
{
["expansion"] = 2,
["id"] = 28675,
["min_skill"] = 1,
["name"] = {
["Chinese"] = "药水大师",
["English"] = "Potion Master",
["French"] = "Maître des potions",
["German"] = "Meister der Tränke",
["Korean"] = "물약의 대가",
["Mexican"] = "Maestro en pociones",
["Portuguese"] = "Mestre das Poções",
["Russian"] = "Мастер зелий",
["Spanish"] = "Maestro en pociones",
["Taiwanese"] = "藥水專精",
},
["phase"] = 1,
["special_action"] = "auto learned",
},
{
["expansion"] = 2,
["id"] = 28677,
["min_skill"] = 1,
["name"] = {
["Chinese"] = "药剂大师",
["English"] = "Elixir Master",
["French"] = "Maître des élixirs",
["German"] = "Meister der Elixiere",
["Korean"] = "비약의 대가",
["Mexican"] = "Maestro en elixires",
["Portuguese"] = "Mestre dos Elixires",
["Russian"] = "Мастер эликсиров",
["Spanish"] = "Maestro en elixires",
["Taiwanese"] = "藥劑專精",
},
["phase"] = 1,
["special_action"] = "auto learned",
},
{
["expansion"] = 2,
["id"] = 29688,
Expand Down
68 changes: 68 additions & 0 deletions data/Alchemy/specialisations.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
-------------------------------------------------------
-- All specialisations (Alchemy)
-------------------------------------------------------
MTSL_DATA["specialisations"]["Alchemy"] = {
{
["expansion"] = 2,
["id"] = 28672,
["min_skill"] = 1,
["name"] = {
["Chinese"] = "转化大师",
["English"] = "Transmutation Master",
["French"] = "Maître des transmutations",
["German"] = "Meister der Transmutation",
["Korean"] = "변환의 대가",
["Mexican"] = "Maestro de transmutación",
["Portuguese"] = "Mestre da Transmutação",
["Russian"] = "Мастер трансмутации",
["Spanish"] = "Maestro de transmutación",
["Taiwanese"] = "轉化專精",
},
["phase"] = 1,
["quests"] = {
10899,
}
},
{
["expansion"] = 2,
["id"] = 28675,
["min_skill"] = 1,
["name"] = {
["Chinese"] = "药水大师",
["English"] = "Potion Master",
["French"] = "Maître des potions",
["German"] = "Meister der Tränke",
["Korean"] = "물약의 대가",
["Mexican"] = "Maestro en pociones",
["Portuguese"] = "Mestre das Poções",
["Russian"] = "Мастер зелий",
["Spanish"] = "Maestro en pociones",
["Taiwanese"] = "藥水專精",
},
["phase"] = 1,
["quests"] = {
10897
}
},
{
["expansion"] = 2,
["id"] = 28677,
["min_skill"] = 1,
["name"] = {
["Chinese"] = "药剂大师",
["English"] = "Elixir Master",
["French"] = "Maître des élixirs",
["German"] = "Meister der Elixiere",
["Korean"] = "비약의 대가",
["Mexican"] = "Maestro en elixires",
["Portuguese"] = "Mestre dos Elixires",
["Russian"] = "Мастер эликсиров",
["Spanish"] = "Maestro en elixires",
["Taiwanese"] = "藥劑專精",
},
["phase"] = 1,
["quests"] = {
10902,
}
},
}
49 changes: 49 additions & 0 deletions data/Blacksmithing/levels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,24 @@ MTSL_DATA["levels"]["Blacksmithing"] =
514,
957,
1241,
1383,
2836,
2998,
3136,
3174,
3355,
3478,
3557,
4258,
4596,
4605,
5511,
6299,
10266,
10277,
10278,
16583,
16823,
},
},
},
Expand Down Expand Up @@ -63,12 +74,17 @@ MTSL_DATA["levels"]["Blacksmithing"] =
["price"] = 500,
["sources"] = {
1383,
2836,
2998,
3136,
3355,
3478,
4258,
4596,
5511,
10276,
16583,
16823,
},
},
},
Expand All @@ -95,8 +111,11 @@ MTSL_DATA["levels"]["Blacksmithing"] =
["trainers"] = {
["price"] = 5000,
["sources"] = {
2836,
3355,
4258,
16583,
16823,
},
},
},
Expand Down Expand Up @@ -124,6 +143,36 @@ MTSL_DATA["levels"]["Blacksmithing"] =
["price"] = 50000,
["sources"] = {
2836,
16583,
16823,
},
},
},
{
["expansion"] = 2,
["id"] = 29844,
["max_skill"] = 375,
["min_skill"] = 275,
["min_xp_level"] = 50,
["name"] = {
["Chinese"] = "锻造 (大师级)",
["English"] = "Blacksmithing (Master)",
["French"] = "Forge (Maître)",
["German"] = "Schmiedekunst (Meister)",
["Korean"] = "대장기술 (대가)",
["Mexican"] = "Herrería (Maestro)",
["Portuguese"] = "Ferraria (Mestre)",
["Russian"] = "Кузнечное дело (Мастер)",
["Spanish"] = "Herrería (Maestro)",
["Taiwanese"] = "鍛造 (大师级)",
},
["phase"] = 1,
["rank"] = 5,
["trainers"] = {
["price"] = 100000,
["sources"] = {
16583,
16823,
},
},
},
Expand Down
26 changes: 26 additions & 0 deletions data/Cooking/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,32 @@ MTSL_DATA["items"]["Cooking"] =
},
},
},
{
["expansion"] = 2,
["id"] = 27736,
["name"] = {
["Chinese"] = "大师级烹饪教材",
["English"] = "Master Cookbook",
["French"] = "Recettes du Maître-queux",
["German"] = "Meisterkochbuch",
["Korean"] = "대가의 요리책",
["Mexican"] = "Libro de cocina de chef",
["Portuguese"] = "Livro de Receitas do Mestre",
["Russian"] = "Поварская книга",
["Spanish"] = "Libro de cocina de chef",
["Taiwanese"] = "大師級烹饪教材",
},
["phase"] = 1,
["quality"] = "common",
["vendors"] = {
["price"] = 20000,
["sources"] = {
18987,
18988,
18993,
},
},
},
{
["expansion"] = 1,
["holiday"] = 141,
Expand Down
24 changes: 24 additions & 0 deletions data/Cooking/levels.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,28 @@ MTSL_DATA["levels"]["Cooking"] =
},
["rank"] = 4,
},
{
["expansion"] = 2,
["id"] = 33359,
["items"] = {
27736,
},
["max_skill"] = 375,
["min_skill"] = 300,
["min_xp_level"] = 35,
["name"] = {
["Chinese"] = "烹饪 (大师级)",
["English"] = "Cooking (Master)",
["French"] = "Cuisine (Maître)",
["German"] = "Kochkunst (Meister)",
["Korean"] = "요리 (대가)",
["Mexican"] = "Cocina (Maestro)",
["Portuguese"] = "Culinária (Mestre)",
["Russian"] = "Кулинария (Мастер)",
["Spanish"] = "Cocina (Maestro)",
["Taiwanese"] = "烹飪 (大师级)",
},
["phase"] = 1,
["rank"] = 5,
},
}
Loading

0 comments on commit c4157d1

Please sign in to comment.