Skip to content

Commit

Permalink
Mage Portal and Teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony931023 committed Feb 21, 2024
1 parent d248994 commit b7b2224
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions src/mod_learnspells.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@ class LearnSpellsOnLevelUp : public PlayerScript
AddSpell{34769, TeamId::TEAM_HORDE}, // Schlachtross beschwören
AddSpell{13819, TeamId::TEAM_ALLIANCE}, // Schlachtross beschwören
}},
{SPELLFAMILY_MAGE,
{
AddSpell{3567, TeamId::TEAM_HORDE}, // Teleport: Orgrimmar
AddSpell{32272, TeamId::TEAM_HORDE}, // Teleport: Silvermoon
AddSpell{3563, TeamId::TEAM_HORDE}, // Teleport: Undercity
AddSpell{3561, TeamId::TEAM_ALLIANCE}, // Teleport: Stormwind
AddSpell{3562, TeamId::TEAM_ALLIANCE}, // Teleport: Ironforge
AddSpell{32271, TeamId::TEAM_ALLIANCE}, // Teleport: Exodar
}},
}},
{24,
{
Expand Down Expand Up @@ -176,6 +185,11 @@ class LearnSpellsOnLevelUp : public PlayerScript
{
AddSpell{66842}, // Call of the Elements
}},
{SPELLFAMILY_MAGE,
{
AddSpell{3566, TeamId::TEAM_HORDE}, // Teleport: Thunder Bluf
AddSpell{3565, TeamId::TEAM_ALLIANCE}, // Teleport: Darnassus
}},
}},
{32,
{
Expand All @@ -184,6 +198,16 @@ class LearnSpellsOnLevelUp : public PlayerScript
AddSpell{5225}, // Track Humanoids
}},
}},
{35,
{
{SPELLFAMILY_MAGE,
{
AddSpell{49358, TeamId::TEAM_HORDE}, // Teleport: Stonard
AddSpell{49361, TeamId::TEAM_HORDE}, // Portal: Stonard
AddSpell{49359, TeamId::TEAM_ALLIANCE}, // Teleport: Theramore
AddSpell{49360, TeamId::TEAM_ALLIANCE}, // Portal: Theramore
}},
}},
{36,
{
{SPELLFAMILY_WARLOCK,
Expand Down Expand Up @@ -221,6 +245,15 @@ class LearnSpellsOnLevelUp : public PlayerScript
AddSpell{20719}, // Feline Grace
AddSpell{62600}, // Savage Defense
}},
{SPELLFAMILY_MAGE,
{
AddSpell{11417, TeamId::TEAM_HORDE}, // Portal: Orgrimmar
AddSpell{32267, TeamId::TEAM_HORDE}, // Portal: Silvermoon
AddSpell{11418, TeamId::TEAM_HORDE}, // Portal: Undercity
AddSpell{10059, TeamId::TEAM_ALLIANCE}, // Portal: Stormwind
AddSpell{11416, TeamId::TEAM_ALLIANCE}, // Portal: Ironforge
AddSpell{11419, TeamId::TEAM_ALLIANCE}, // Portal: Darnassus
}},
}},
{46,
{
Expand All @@ -235,6 +268,11 @@ class LearnSpellsOnLevelUp : public PlayerScript
{
AddSpell{66844}, // Call of the Spirits
}},
{SPELLFAMILY_MAGE,
{
AddSpell{11420, TeamId::TEAM_HORDE}, // Portal: Thunder Bluff
AddSpell{11419, TeamId::TEAM_ALLIANCE}, // Portal: Darnassus
}},
}},
{56,
{
Expand All @@ -243,13 +281,29 @@ class LearnSpellsOnLevelUp : public PlayerScript
AddSpell{11689}, // Life Tap (R6)
}},
}},
{60,
{
{SPELLFAMILY_MAGE,
{
AddSpell{35715, TeamId::TEAM_HORDE}, // Teleport: Shattrath
AddSpell{33690, TeamId::TEAM_ALLIANCE}, // Teleport: Shattrath
}},
}},
{62,
{
{SPELLFAMILY_MAGE,
{
AddSpell{25306}, // Fireball (R12)
}},
}},
{65,
{
{SPELLFAMILY_MAGE,
{
AddSpell{35717, TeamId::TEAM_HORDE}, // Portal: Shattrath
AddSpell{33691, TeamId::TEAM_ALLIANCE}, // Portal: Shattrath
}},
}},
{66,
{
{SPELLFAMILY_PALADIN,
Expand Down

0 comments on commit b7b2224

Please sign in to comment.