Advertisement
Guest User

Untitled

a guest
Jun 9th, 2010
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.00 KB | None | 0 0
  1. ----[Player commands brought to you by DragonDev of WoW-V]----
  2.  
  3. function Commands_Learn(event, player, message, type, language)
  4. if (player:GetPlayerClass() == "Warrior" and message == "#Learn Warrior") then
  5. player:LearnSpell(6673) -- Battle Shout 1
  6. player:LearnSpell(5242) -- Battle Shout 2
  7. player:LearnSpell(6192) -- Battle Shout 3
  8. player:LearnSpell(11549) -- Battle Shout 4
  9. player:LearnSpell(11550) -- Battle Shout 5
  10. player:LearnSpell(11551) -- Battle Shout 6
  11. player:LearnSpell(25289) -- Battle Shout 7
  12. player:LearnSpell(2048) -- Battle Shout 8
  13. player:LearnSpell(47436) -- Battle Shout 9
  14. player:LearnSpell(18499) -- Beserker Rage
  15. player:LearnSpell(2458) -- Beserker Stance
  16. player:LearnSpell(2687) -- Bloodrage
  17. player:LearnSpell(1161) -- Challenging Shout
  18. player:LearnSpell(100) -- Charge 1
  19. player:LearnSpell(6178) -- Charge 2
  20. player:LearnSpell(11578) -- Charge 3
  21. player:LearnSpell(845) -- Cleave 1
  22. player:LearnSpell(7369) -- Cleave 2
  23. player:LearnSpell(11608) -- Cleave 3
  24. player:LearnSpell(11609) -- Cleave 4
  25. player:LearnSpell(20569) -- Cleave 5
  26. player:LearnSpell(25231) -- Cleave 6
  27. player:LearnSpell(47519) -- Cleave 7
  28. player:LearnSpell(47520) -- Cleave 8
  29. player:LearnSpell(469) -- Commanding Shout 1
  30. player:LearnSpell(47439) -- Commanding Shout 2
  31. player:LearnSpell(47440) -- Commanding Shout 3
  32. player:LearnSpell(71) -- Defensive Stance
  33. player:LearnSpell(1160) -- Demoralizing Shout 1
  34. player:LearnSpell(6190) -- Demoralizing Shout 2
  35. player:LearnSpell(11554) -- Demoralizing Shout 3
  36. player:LearnSpell(11555) -- Demoralizing Shout 4
  37. player:LearnSpell(11556) -- Demoralizing Shout 5
  38. player:LearnSpell(25202) -- Demoralizing Shout 6
  39. player:LearnSpell(25203) -- Demoralizing Shout 7
  40. player:LearnSpell(47437) -- Demoralizing Shout 8
  41. player:LearnSpell(676) -- Disarm
  42. player:LearnSpell(55694) -- Enraged Regeneration
  43. player:LearnSpell(5308) -- Execute 1
  44. player:LearnSpell(20658) -- Execute 2
  45. player:LearnSpell(20660) -- Execute 3
  46. player:LearnSpell(20661) -- Execute 4
  47. player:LearnSpell(20662) -- Execute 5
  48. player:LearnSpell(25234) -- Execute 6
  49. player:LearnSpell(25236) -- Execute 7
  50. player:LearnSpell(47470) -- Execute 8
  51. player:LearnSpell(47471) -- Execute 9
  52. player:LearnSpell(1715) -- Hamstring
  53. player:LearnSpell(284) -- Heroic Strike 2
  54. player:LearnSpell(1608) -- Heroic Strike 4
  55. player:LearnSpell(11564) -- Heroic Strike 5
  56. player:LearnSpell(11565) -- Heroic Strike 6
  57. player:LearnSpell(11566) -- Heroic Strike 7
  58. player:LearnSpell(11567) -- Heroic Strike 8
  59. player:LearnSpell(25286) -- Heroic Strike 9
  60. player:LearnSpell(29707) -- Heroic Strike 10
  61. player:LearnSpell(30324) -- Heroic Strike 11
  62. player:LearnSpell(47449) -- Heroic STrike 12
  63. player:LearnSpell(47450) -- Heroic Strike 13
  64. player:LearnSpell(57755) -- Heroic Throw
  65. player:LearnSpell(20252) -- Intercept
  66. player:LearnSpell(3411) -- Intervene
  67. player:LearnSpell(5246) -- Intimidating Shout
  68. player:LearnSpell(694) -- Mocking Blow
  69. player:LearnSpell(7384) -- Overpower
  70. player:LearnSpell(6552) -- Pummel
  71. player:LearnSpell(1719) -- Recklessness
  72. player:LearnSpell(772) -- Rend 1
  73. player:LearnSpell(6546) -- Rend 2
  74. player:LearnSpell(6547) -- Rend 3
  75. player:LearnSpell(6548) -- Rend 4
  76. player:LearnSpell(11572) -- Rend 5
  77. player:LearnSpell(11573) -- Rend 6
  78. player:LearnSpell(11574) -- Rend 7
  79. player:LearnSpell(25208) -- Rend 8
  80. player:LearnSpell(46845) -- Rend 9
  81. player:LearnSpell(47471) -- Rend 10
  82. player:LearnSpell(20230) -- Retaliation
  83. player:LearnSpell(6572) -- Revenge 1
  84. player:LearnSpell(6574) -- Revenge 2
  85. player:LearnSpell(7379) -- Revenge 3
  86. player:LearnSpell(11600) -- Revenge 4
  87. player:LearnSpell(11601) -- Revenge 5
  88. player:LearnSpell(25288) -- Revenge 6
  89. player:LearnSpell(25269) -- Revenge 7
  90. player:LearnSpell(30357) -- Revenge 8
  91. player:LearnSpell(57823) -- Revenge 9
  92. player:LearnSpell(64382) -- Shattering Throw
  93. player:LearnSpell(72) -- Shield Bash
  94. player:LearnSpell(2565) -- Shield Block
  95. player:LearnSpell(23922) -- Shield Slam 1
  96. player:LearnSpell(23923) -- Shield Slam 2
  97. player:LearnSpell(23924) -- Shield Slam 3
  98. player:LearnSpell(23925) -- Shield Slam 4
  99. player:LearnSpell(25258) -- Shield Slam 5
  100. player:LearnSpell(30356) -- Shield Slam 6
  101. player:LearnSpell(47487) -- Shield Slam 7
  102. player:LearnSpell(47488) -- Shield Slam 8
  103. player:LearnSpell(871) -- Shield Wall
  104. player:LearnSpell(1464) -- Slam 1
  105. player:LearnSpell(8820) -- Slam 2
  106. player:LearnSpell(11604) -- Slam 3
  107. player:LearnSpell(11605) -- Slam 4
  108. player:LearnSpell(25241) -- Slam 5
  109. player:LearnSpell(25242) -- Slam 6
  110. player:LearnSpell(47474) -- Slam 7
  111. player:LearnSpell(47475) -- Slam 8
  112. player:LearnSpell(23920) -- Spell Reflection
  113. player:LearnSpell(12678) -- Stance Mastery
  114. player:LearnSpell(7386) -- Sunder Armor
  115. player:LearnSpell(355) -- Taunt
  116. player:LearnSpell(6343) -- Thunder Clap 1
  117. player:LearnSpell(8198) -- Thunder Clap 2
  118. player:LearnSpell(8204) -- Thunder Clap 3
  119. player:LearnSpell(8205) -- Thunder Clap 4
  120. player:LearnSpell(11580) -- Thunder Clap 5
  121. player:LearnSpell(11581) -- Thunder Clap 6
  122. player:LearnSpell(25264) -- Thunder Clap 7
  123. player:LearnSpell(47501) -- Thunder Clap 8
  124. player:LearnSpell(47502) -- Thunder Clap 9
  125. player:LearnSpell(34428) -- Victory Rush
  126. player:LearnSpell(1680) -- Whirlwind
  127. end
  128.  
  129. if (player:GetPlayerClass() == "Paladin" and message == "#Learn Paladin") then
  130. player:LearnSpell(31884) -- Avenging Wrath
  131. player:LearnSpell(20217) -- Blessing of Kings
  132. player:LearnSpell(19740) -- Blessing of Might 1
  133. player:LearnSpell(19834) -- Blessing of Might 2
  134. player:LearnSpell(19835) -- Blessing of Might 3
  135. player:LearnSpell(19836) -- Blessing of Might 4
  136. player:LearnSpell(10937) -- Blessing of Might 5
  137. player:LearnSpell(19838) -- Blessing of Might 6
  138. player:LearnSpell(25291) -- Blessing of Might 7
  139. player:LearnSpell(27140) -- Blessing of Might 8
  140. player:LearnSpell(48931) -- Blessing of Might 9
  141. player:LearnSpell(48932) -- Blessing of Might 10
  142. player:LearnSpell(19742) -- Blessing of Wisdom 1
  143. player:LearnSpell(19850) -- Blessing of Wisdom 2
  144. player:LearnSpell(19852) -- Blessing of Wisdom 3
  145. player:LearnSpell(19853) -- Blessing of Wisdom 4
  146. player:LearnSpell(19854) -- Blessing of Wisdom 5
  147. player:LearnSpell(25290) -- Blessing of Wisdom 6
  148. player:LearnSpell(48935) -- Blessing of Wisdom 8
  149. player:LearnSpell(48936) -- Blessing of Wisdom 9
  150. player:LearnSpell(31884) -- Avenging Wrath
  151. player:LearnSpell(20217) -- Blessing of Kings
  152. player:LearnSpell(19740) -- Blessing of Might 1
  153. player:LearnSpell(19834) -- Blessing of Might 2
  154. player:LearnSpell(19835) -- Blessing of Might 3
  155. player:LearnSpell(19836) -- Blessing of Might 4
  156. player:LearnSpell(10937) -- Blessing of Might 5
  157. player:LearnSpell(19838) -- Blessing of Might 6
  158. player:LearnSpell(25291) -- Blessing of Might 7
  159. player:LearnSpell(27140) -- Blessing of Might 8
  160. player:LearnSpell(48931) -- Blessing of Might 9
  161. player:LearnSpell(48932) -- Blessing of Might 10
  162. player:LearnSpell(19742) -- Blessing of Wisdom 1
  163. player:LearnSpell(19850) -- Blessing of Wisdom 2
  164. player:LearnSpell(19852) -- Blessing of Wisdom 3
  165. player:LearnSpell(19853) -- Blessing of Wisdom 4
  166. player:LearnSpell(19854) -- Blessing of Wisdom 5
  167. player:LearnSpell(25290) -- Blessing of Wisdom 6
  168. player:LearnSpell(48935) -- Blessing of Wisdom 8
  169. player:LearnSpell(48936) -- Blessing of Wisdom 9
  170. local race = player:GetPlayerRace()
  171. if race == 10 then
  172. player:LearnSpell(34767) -- Summon Charger Horde
  173. elseif race == 1 or race == 3 or race == 11 then
  174. player:LearnSpell(23214) -- Summon Charger Alliance
  175. end
  176. player:LearnSpell(4987) -- Cleanse
  177. player:LearnSpell(19746) -- Concentration Aura
  178. player:LearnSpell(26573) -- Consecration 1
  179. player:LearnSpell(20116) -- Consecration 2
  180. player:LearnSpell(20922) -- Consecration 3
  181. player:LearnSpell(20923) -- Consecration 4
  182. player:LearnSpell(20924) -- Consecration 5
  183. player:LearnSpell(27173) -- Consecration 6
  184. player:LearnSpell(48818) -- Consecration 7
  185. player:LearnSpell(48810) -- Consecration 8
  186. player:LearnSpell(32223) -- Crusader Aura
  187. player:LearnSpell(48942) -- Devotion Aura 10
  188. player:LearnSpell(19752) -- Divine Intervention
  189. player:LearnSpell(54428) -- Divine Plea
  190. player:LearnSpell(498) -- Divine Protection
  191. player:LearnSpell(642) -- Divine Shield
  192. player:LearnSpell(879) -- Exorcism 1
  193. player:LearnSpell(5614) -- Exorcism 2
  194. player:LearnSpell(5615) -- Exorcism 3
  195. player:LearnSpell(10312) -- Exorcism 4
  196. player:LearnSpell(10313) -- Exorcism 5
  197. player:LearnSpell(10314) -- Exorcism 6
  198. player:LearnSpell(27138) -- Exorcism 7
  199. player:LearnSpell(48800) -- Exorcism 8
  200. player:LearnSpell(48801) -- Exorcism 9
  201. player:LearnSpell(48947) -- Fire Resistance Aura 5
  202. player:LearnSpell(19750) -- Flash of Light 1
  203. player:LearnSpell(19939) -- Flash of Light 2
  204. player:LearnSpell(19940) -- Flash of Light 3
  205. player:LearnSpell(19941) -- Flash of Light 4
  206. player:LearnSpell(19942) -- Flash of Light 5
  207. player:LearnSpell(19943) -- Flash of Light 6
  208. player:LearnSpell(27137) -- Flash of Light 7
  209. player:LearnSpell(48784) -- Flash of Light 8
  210. player:LearnSpell(48785) -- Flash of Light 9
  211. player:LearnSpell(48945) -- Frost Resistance Aura 5
  212. player:LearnSpell(25898) -- Greater Blessing of Kings
  213. player:LearnSpell(25782) -- Greater Blessing of Might 1
  214. player:LearnSpell(25916) -- Greater Blessing of Might 2
  215. player:LearnSpell(27141) -- Greater Blessing of Might 3
  216. player:LearnSpell(48933) -- Greater Blessing of Might 4
  217. player:LearnSpell(48934) -- Greater Blessing of Might 5
  218. player:LearnSpell(25899) -- Greater Blessing of Sanctuary
  219. player:LearnSpell(25894) -- Greater Blessing of Wisdom 1
  220. player:LearnSpell(25918) -- Greater Blessing of Wisdom 2
  221. player:LearnSpell(27143) -- Greater Blessing of Wisdom 3
  222. player:LearnSpell(48937) -- Greater Blessing of Wisdom 4
  223. player:LearnSpell(48938) -- Greater Blessing of Wisdom 5
  224. player:LearnSpell(853) -- Hammer of Justice 1
  225. player:LearnSpell(5588) -- Hammer of Justice 2
  226. player:LearnSpell(5589) -- Hammer of Justice 3
  227. player:LearnSpell(10308) -- Hammer of Justice 4
  228. player:LearnSpell(24275) -- Hammer of Wrath 1
  229. player:LearnSpell(24274) -- Hammer of Wrath 2
  230. player:LearnSpell(24239) -- Hammer of Wrath 3
  231. player:LearnSpell(27180) -- Hammer of Wrath 4
  232. player:LearnSpell(48805) -- Hammer of Wrath 5
  233. player:LearnSpell(48806) -- Hammer of Wrath 6
  234. player:LearnSpell(1044) -- Hand of Freedom
  235. player:LearnSpell(1022) -- Hand of Protection 1
  236. player:LearnSpell(5599) -- Hand of Protection 2
  237. player:LearnSpell(10278) -- Hand of Protection 3
  238. player:LearnSpell(62124) -- Hand of Reckoning
  239. player:LearnSpell(6940) -- Hand of Sacrifice
  240. player:LearnSpell(1038) -- Hand of Salvation
  241. player:LearnSpell(639) -- Holy Light 2
  242. player:LearnSpell(647) -- Holy Light 3
  243. player:LearnSpell(1026) -- Holy Light 4
  244. player:LearnSpell(1042) -- Holy Light 5
  245. player:LearnSpell(3472) -- Holy Light 6
  246. player:LearnSpell(10328) -- Holy Light 7
  247. player:LearnSpell(10329) -- Holy Light 8
  248. player:LearnSpell(25292) -- Holy Light 9
  249. player:LearnSpell(27135) -- Holy Light 10
  250. player:LearnSpell(27136) -- Holy Light 11
  251. player:LearnSpell(48781) -- Holy Light 12
  252. player:LearnSpell(48782) -- Holy Light 13
  253. player:LearnSpell(2812) -- Holy Wrath 1
  254. player:LearnSpell(10318) -- Holy Wrath 2
  255. player:LearnSpell(27139) -- Holy Wrath 3
  256. player:LearnSpell(48816) -- Holy Wrath 4
  257. player:LearnSpell(48817) -- Holy Wrath 5
  258. player:LearnSpell(53407) -- Judgement of Justice
  259. player:LearnSpell(20271) -- Judgement of Light
  260. player:LearnSpell(53408) -- Judgement of Wisdom
  261. player:LearnSpell(633) -- Lay on Hands 1
  262. player:LearnSpell(2800) -- Lay on Hands 2
  263. player:LearnSpell(10310) -- Lay on Hands 3
  264. player:LearnSpell(27154) -- Lay on Hands 4
  265. player:LearnSpell(48788) -- Lay on Hands 5
  266. player:LearnSpell(1152) -- Purify
  267. player:LearnSpell(7328) -- Redemption 1
  268. player:LearnSpell(10322) -- Redemption 2
  269. player:LearnSpell(10324) -- Redemption 3
  270. player:LearnSpell(20772) -- Redemption 4
  271. player:LearnSpell(20773) -- Redemption 5
  272. player:LearnSpell(48949) -- Redemption 6
  273. player:LearnSpell(48950) -- Redemption 7
  274. player:LearnSpell(54043) -- Retribution Aura 7
  275. player:LearnSpell(31789) -- Righteous Defense
  276. player:LearnSpell(25780) -- Righteous Fury
  277. player:LearnSpell(53601) -- Sacred Shield 1
  278. local race = player:GetPlayerRace()
  279. if race == 10 then
  280. player:LearnSpell(2825) -- Seal of Corruption
  281. elseif race == 1 or race == 3 or race == 11 then
  282. player:LearnSpell(32182) -- Seal of Vengeance
  283. end
  284. player:LearnSpell(20164) -- Seal of Justice
  285. player:LearnSpell(20165) -- Seal of Light
  286. player:LearnSpell(21084) -- Seal of Righteousness
  287. player:LearnSpell(20166) -- Seal of Wisdom
  288. player:LearnSpell(48943) -- Shadow Resistance Aura 5
  289. player:LearnSpell(5502) -- Sense Undead
  290. player:LearnSpell(53600) -- Shield of Righteousness 1
  291. player:LearnSpell(61411) -- Shield of Righteousness 2
  292. player:LearnSpell(10326) -- Turn Evil
  293. local race = player:GetPlayerRace()
  294. if race == 10 then
  295. player:LearnSpell(34769) -- Summon Warhorse Horde
  296. elseif race == 1 or race == 3 or race == 11 then
  297. player:LearnSpell(13819) -- Summon Warhorse Alliance
  298. end
  299. end
  300. if (player:GetPlayerClass() == "Hunter" and message == "#Learn Hunter") then
  301. player:LearnSpell(3044) -- Arcane Shot 1
  302. player:LearnSpell(14281) -- Arcane Shot 2
  303. player:LearnSpell(14281) -- Arcane Shot 2
  304. player:LearnSpell(14282) -- Arcane Shot 3
  305. player:LearnSpell(14283) -- Arcane Shot 4
  306. player:LearnSpell(14284) -- Arcane Shot 5
  307. player:LearnSpell(14285) -- Arcane Shot 6
  308. player:LearnSpell(14286) -- Arcane Shot 7
  309. player:LearnSpell(14287) -- Arcane Shot 8
  310. player:LearnSpell(27019) -- Arcane Shot 9
  311. player:LearnSpell(49044) -- Arcane Shot 10
  312. player:LearnSpell(49045) -- Arcane Shot 11
  313. player:LearnSpell(13161) -- Aspect of the Beast
  314. player:LearnSpell(5118) -- Aspect of the Cheetah
  315. player:LearnSpell(61846) -- Aspect of the Dragonhawk 1
  316. player:LearnSpell(61847) -- Aspect of the Dragonhawk 2
  317. player:LearnSpell(13165) -- Aspect of the Hawk 1
  318. player:LearnSpell(14318) -- Aspect of the Hawk 2
  319. player:LearnSpell(14319) -- Aspect of the Hawk 3
  320. player:LearnSpell(14320) -- Aspect of the Hawk 4
  321. player:LearnSpell(14321) -- Aspect of the Hawk 5
  322. player:LearnSpell(14322) -- Aspect of the Hawk 6
  323. player:LearnSpell(25296) -- Aspect of the Hawk 7
  324. player:LearnSpell(27044) -- Aspect of the Hawk 8
  325. player:LearnSpell(13163) -- Aspect of the Monkey
  326. player:LearnSpell(13159) -- Aspect of the Pack
  327. player:LearnSpell(34074) -- Aspect of the Viper
  328. player:LearnSpell(20043) -- Aspect of the Wild 1
  329. player:LearnSpell(20190) -- Aspect of the Wild 2
  330. player:LearnSpell(27045) -- Aspect of the Wild 3
  331. player:LearnSpell(49071) -- Aspect of the Wild 4
  332. player:LearnSpell(1462) -- Beast Lore
  333. player:LearnSpell(883) -- Call Pet
  334. player:LearnSpell(62757) -- Call Stabled Pet
  335. player:LearnSpell(5116) -- Concussive Shot
  336. player:LearnSpell(19263) -- Deterrence
  337. player:LearnSpell(781) -- Disengage
  338. player:LearnSpell(2641) -- Dismiss Pet
  339. player:LearnSpell(20736) -- Distracting Shot 1
  340. player:LearnSpell(6197) -- Eagle Eye
  341. player:LearnSpell(13813) -- Explosive Trap 1
  342. player:LearnSpell(14316) -- Explosive Trap 2
  343. player:LearnSpell(14317) -- Explosive Trap 3
  344. player:LearnSpell(27025) -- Explosive Trap 4
  345. player:LearnSpell(49066) -- Explosive Trap 5
  346. player:LearnSpell(49067) -- Explosive Trap 6
  347. player:LearnSpell(1002) -- Eyes of the Beast
  348. player:LearnSpell(6991) -- Feed Pet
  349. player:LearnSpell(5384) -- Feign Death
  350. player:LearnSpell(1543) -- Flare
  351. player:LearnSpell(60192) -- Freezing Arrow 1
  352. player:LearnSpell(1499) -- Freezing Trap 1
  353. player:LearnSpell(14310) -- Freezing Trap 2
  354. player:LearnSpell(14311) -- Freezing Trap 3
  355. player:LearnSpell(13809) -- Frost Trap
  356. player:LearnSpell(1130) -- Hunter's Mark 1
  357. player:LearnSpell(14323) -- Hunter's Mark 2
  358. player:LearnSpell(14324) -- Hunter's Mark 3
  359. player:LearnSpell(14325) -- Hunter's Mark 4
  360. player:LearnSpell(53338) -- Hunter's Mark 5
  361. player:LearnSpell(13795) -- Immolation Trap 1
  362. player:LearnSpell(14302) -- Immolation Trap 2
  363. player:LearnSpell(14303) -- Immolation Trap 3
  364. player:LearnSpell(14304) -- Immolation Trap 4
  365. player:LearnSpell(14305) -- Immolation Trap 5
  366. player:LearnSpell(27023) -- Immolation Trap 6
  367. player:LearnSpell(49055) -- Immolation Trap 7
  368. player:LearnSpell(49056) -- Immolation Trap 8
  369. player:LearnSpell(34026) -- Kill Command
  370. player:LearnSpell(53351) -- Kill Shot 1
  371. player:LearnSpell(61005) -- Kill Shot 2
  372. player:LearnSpell(61006) -- Kill Shot 3
  373. player:LearnSpell(53271) -- Master's Call
  374. player:LearnSpell(136) -- Mend Pet 1
  375. player:LearnSpell(3111) -- Mend Pet 2
  376. player:LearnSpell(3661) -- Mend Pet 3
  377. player:LearnSpell(3662) -- Mend Pet 4
  378. player:LearnSpell(13542) -- Mend Pet 5
  379. player:LearnSpell(13543) -- Mend Pet 6
  380. player:LearnSpell(13544) -- Mend Pet 7
  381. player:LearnSpell(27046) -- Mend Pet 8
  382. player:LearnSpell(48989) -- Mend Pet 9
  383. player:LearnSpell(48990) -- Mend Pet 10
  384. player:LearnSpell(34477) -- Misdirection
  385. player:LearnSpell(1495) -- Mongoose Bite 1
  386. player:LearnSpell(14269) -- Mongoose Bite 2
  387. player:LearnSpell(14270) -- Mongoose Bite 3
  388. player:LearnSpell(14271) -- Mongoose Bite 4
  389. player:LearnSpell(36916) -- Mongoose Bite 5
  390. player:LearnSpell(53339) -- Mongoose Bite 6
  391. player:LearnSpell(2643) -- Multi-Shot 1
  392. player:LearnSpell(14288) -- Multi-Shot 2
  393. player:LearnSpell(14289) -- Multi Shot 3
  394. player:LearnSpell(14290) -- Multi-Shot 4
  395. player:LearnSpell(25204) -- Multi-Shot 5
  396. player:LearnSpell(27021) -- Multi-Shot 6
  397. player:LearnSpell(49047) -- Multi-Shot 7
  398. player:LearnSpell(49048) -- Multi-Shot 8
  399. player:LearnSpell(3045) -- Rapid Fire
  400. player:LearnSpell(14260) -- Raptor Strike 2
  401. player:LearnSpell(14261) -- Raptor Strike 3
  402. player:LearnSpell(14262) -- Raptor Strike 4
  403. player:LearnSpell(14263) -- Raptor Strike 5
  404. player:LearnSpell(14264) -- Raptor Strike 6
  405. player:LearnSpell(14265) -- Raptor Strike 7
  406. player:LearnSpell(14266) -- Raptor Strike 8
  407. player:LearnSpell(27014) -- Raptor Strike 9
  408. player:LearnSpell(48995) -- Raptor Strike 10
  409. player:LearnSpell(48996) -- Raptor Strike 11
  410. player:LearnSpell(982) -- Revive Pet
  411. player:LearnSpell(1513) -- Scare Beast 1
  412. player:LearnSpell(14326) -- Scare Beast 2
  413. player:LearnSpell(14327) -- Scare Beast 3
  414. player:LearnSpell(3043) -- Scorpid Sting
  415. player:LearnSpell(1978) -- Serpent Sting 1
  416. player:LearnSpell(13549) -- Serpent Sting 2
  417. player:LearnSpell(13550) -- Serpent Sting 3
  418. player:LearnSpell(13551) -- Serpent Sting 4
  419. player:LearnSpell(13552) -- Serpent Sting 5
  420. player:LearnSpell(13553) -- Serpent Sting 6
  421. player:LearnSpell(13554) -- Serpent Sting 7
  422. player:LearnSpell(13555) -- Serpent Sting 8
  423. player:LearnSpell(25295) -- Serpent Sting 9
  424. player:LearnSpell(27016) -- Serpent Sting 10
  425. player:LearnSpell(49000) -- Serpent Sting 11
  426. player:LearnSpell(49001) -- Serpent Sting 12
  427. player:LearnSpell(34600) -- Snake Trap
  428. player:LearnSpell(56641) -- Steady Shot 1
  429. player:LearnSpell(34120) -- Steady Shot 2
  430. player:LearnSpell(49051) -- Steady Shot 3
  431. player:LearnSpell(49052) -- Steady Shot 4
  432. player:LearnSpell(1515) -- Tame Beast
  433. player:LearnSpell(1494) -- Track Beasts
  434. player:LearnSpell(19878) -- Track Demons
  435. player:LearnSpell(19879) -- Track Dragonkin
  436. player:LearnSpell(19880) -- Track Elementals
  437. player:LearnSpell(19882) -- Track Giants
  438. player:LearnSpell(19885) -- Track Hidden
  439. player:LearnSpell(19883) -- Track Humanoids
  440. player:LearnSpell(19884) -- Track Undead
  441. player:LearnSpell(19801) -- Tranquilizing Shot
  442. player:LearnSpell(3034) -- Viper Sting
  443. player:LearnSpell(1510) -- Volley 1
  444. player:LearnSpell(14294) -- Volley 2
  445. player:LearnSpell(14295) -- Volley 3
  446. player:LearnSpell(27022) -- Volley 4
  447. player:LearnSpell(58431) -- Volley 5
  448. player:LearnSpell(58434) -- Volley 6
  449. player:LearnSpell(2974) -- Wing Clip
  450. end
  451. if (player:GetPlayerClass() == "Rogue" and message == "#Learn Rogue") then
  452. player:LearnSpell(8676) -- Ambush 1
  453. player:LearnSpell(8724) -- Ambush 2
  454. player:LearnSpell(8725) -- Ambush 3
  455. player:LearnSpell(11267) -- Ambush 4
  456. player:LearnSpell(11268) -- Ambush 5
  457. player:LearnSpell(11269) -- Ambush 6
  458. player:LearnSpell(27441) -- Ambush 7
  459. player:LearnSpell(48689) -- Ambush 8
  460. player:LearnSpell(48690) -- Ambush 9
  461. player:LearnSpell(48691) -- Ambush 10
  462. player:LearnSpell(53) -- Backstab 1
  463. player:LearnSpell(2589) -- Backstab 2
  464. player:LearnSpell(2590) -- Backstab 3
  465. player:LearnSpell(2591) -- Backstab 4
  466. player:LearnSpell(8721) -- Backstab 5
  467. player:LearnSpell(11279) -- Backstab 6
  468. player:LearnSpell(11280) -- Backstab 7
  469. player:LearnSpell(11281) -- Backstab 8
  470. player:LearnSpell(25300) -- Backstab 9
  471. player:LearnSpell(26863) -- Backstab 10
  472. player:LearnSpell(48656) -- Backstab 11
  473. player:LearnSpell(48657) -- Backstab 12
  474. player:LearnSpell(2094) -- Blind
  475. player:LearnSpell(1833) -- Cheap Shot
  476. player:LearnSpell(31224) -- Cloak of Shadows
  477. player:LearnSpell(26679) -- Deadly Throw 1
  478. player:LearnSpell(48673) -- Deadly Throw 2
  479. player:LearnSpell(48674) -- Deadly Throw 3
  480. player:LearnSpell(2836) -- Detect Traps
  481. player:LearnSpell(1842) -- Disarm Trap
  482. player:LearnSpell(51722) -- Dismantle
  483. player:LearnSpell(1725) -- Distract
  484. player:LearnSpell(32645) -- Envenom 1
  485. player:LearnSpell(32684) -- Envenom 2
  486. player:LearnSpell(57992) -- Envenom 3
  487. player:LearnSpell(57993) -- Envenom 4
  488. player:LearnSpell(5277) -- Evasion 1
  489. player:LearnSpell(26669) -- Evasion 2
  490. player:LearnSpell(6760) -- Eviscerate 2
  491. player:LearnSpell(6761) -- Eviscerate 3
  492. player:LearnSpell(6762) -- Eviscerate 4
  493. player:LearnSpell(8623) -- Eviscerate 5
  494. player:LearnSpell(8624) -- Eviscerate 6
  495. player:LearnSpell(11299) -- Eviscerate 7
  496. player:LearnSpell(11300) -- Eviscerate 8
  497. player:LearnSpell(31016) -- Eviscerate 9
  498. player:LearnSpell(26865) -- Eviscerate 10
  499. player:LearnSpell(48667) -- Eviscerate 11
  500. player:LearnSpell(48668) -- Eviscerate 12
  501. player:LearnSpell(8647) -- Expose Armor
  502. player:LearnSpell(51723) -- Fan of Knives
  503. player:LearnSpell(1966) -- Feint 1
  504. player:LearnSpell(6768) -- Feint 2
  505. player:LearnSpell(8637) -- Feint 3
  506. player:LearnSpell(11303) -- Feint 4
  507. player:LearnSpell(25302) -- Feint 5
  508. player:LearnSpell(27448) -- Feint 6
  509. player:LearnSpell(48658) -- Feint 7
  510. player:LearnSpell(48659) -- Feint 8
  511. player:LearnSpell(703) -- Garrote 1
  512. player:LearnSpell(8631) -- Garrote 2
  513. player:LearnSpell(8632) -- Garrote 3
  514. player:LearnSpell(8633) -- Garrote 4
  515. player:LearnSpell(11289) -- Garrote 5
  516. player:LearnSpell(11290) -- Garrote 6
  517. player:LearnSpell(26839) -- Garrote 7
  518. player:LearnSpell(26884) -- Garrote 8
  519. player:LearnSpell(48675) -- Garrote 9
  520. player:LearnSpell(48676) -- Garrote 10
  521. player:LearnSpell(1776) -- Gouge
  522. player:LearnSpell(1766) -- Kick
  523. player:LearnSpell(408) -- Kidney Shot 1
  524. player:LearnSpell(8643) -- Kidney Shot 2
  525. player:LearnSpell(1804) -- Pick Lock
  526. player:LearnSpell(921) -- Pick Pocket
  527. player:LearnSpell(1943) -- Rupture 1
  528. player:LearnSpell(8639) -- Rupture 2
  529. player:LearnSpell(8640) -- Rupture 3
  530. player:LearnSpell(11273) -- Rupture 4
  531. player:LearnSpell(11274) -- Rupture 5
  532. player:LearnSpell(11275) -- Rupture 6
  533. player:LearnSpell(26867) -- Rupture 7
  534. player:LearnSpell(48671) -- Rupture 8
  535. player:LearnSpell(48672) -- Rupture 9
  536. player:LearnSpell(1860) -- Safe Fall
  537. player:LearnSpell(6770) -- Sap 1
  538. player:LearnSpell(2070) -- Sap 2
  539. player:LearnSpell(11297) -- Sap 3
  540. player:LearnSpell(51724) -- Sap 4
  541. player:LearnSpell(5938) -- Shiv
  542. player:LearnSpell(1757) -- Sinister Strike 2
  543. player:LearnSpell(1758) -- Sinister Strike 3
  544. player:LearnSpell(1759) -- Sinister Strike 4
  545. player:LearnSpell(1760) -- Sinister Strike 5
  546. player:LearnSpell(8621) -- Sinister Strike 6
  547. player:LearnSpell(11293) -- Sinister Strike 7
  548. player:LearnSpell(11294) -- Sinister Strike 8
  549. player:LearnSpell(26861) -- Sinister Strike 9
  550. player:LearnSpell(26862) -- Sinister Strike 10
  551. player:LearnSpell(48637) -- Sinister Strike 11
  552. player:LearnSpell(48638) -- Sinister Strike 12
  553. player:LearnSpell(5171) -- Slice and Dice 1
  554. player:LearnSpell(6774) -- Slice and Dice 2
  555. player:LearnSpell(2983) -- Sprint 1
  556. player:LearnSpell(8696) -- Sprint 2
  557. player:LearnSpell(11305) -- Sprint 3
  558. player:LearnSpell(1787) -- Stealth 4
  559. player:LearnSpell(57934) -- Tricks of the Trade
  560. player:LearnSpell(1856) -- Vanish 1
  561. player:LearnSpell(1857) -- Vanish 2
  562. player:LearnSpell(26889) -- Vanish 3
  563. end
  564. if (player:GetPlayerClass() == "Priest" and message == "#Learn Priest") then
  565. player:LearnSpell(552) -- Abolish Disease
  566. player:LearnSpell(32546) -- Binding Heal 1
  567. player:LearnSpell(48119) -- Binding Heal 2
  568. player:LearnSpell(48120) -- Binding Heal 2
  569. player:LearnSpell(528) -- Cure Disease
  570. player:LearnSpell(2944) -- Devouring Plague 1
  571. player:LearnSpell(19276) -- Devouring Plague 2
  572. player:LearnSpell(19277) -- Devouring Plague 3
  573. player:LearnSpell(19278) -- Devouring Plague 4
  574. player:LearnSpell(19279) -- Devouring Plague 5
  575. player:LearnSpell(19280) -- Devouring Plague 6
  576. player:LearnSpell(25467) -- Devouring Plague 7
  577. player:LearnSpell(48299) -- Devouring Plague 8
  578. player:LearnSpell(48300) -- Devouring Plague 9
  579. player:LearnSpell(527) -- Dispel Magic 1
  580. player:LearnSpell(988) -- Dispel Magic 2
  581. player:LearnSpell(64843) -- Divine Hymn
  582. player:LearnSpell(14752) -- Divine Spirit 1
  583. player:LearnSpell(14818) -- Divine Spirit 2
  584. player:LearnSpell(14819) -- Divine Spirit 3
  585. player:LearnSpell(27841) -- Divine Spirit 4
  586. player:LearnSpell(25312) -- Divine Spirit 5
  587. player:LearnSpell(48073) -- Divine Spirit 6
  588. player:LearnSpell(586) -- Fade
  589. player:LearnSpell(6346) -- Fear Ward
  590. player:LearnSpell(2061) -- Flash Heal 1
  591. player:LearnSpell(9472) -- Flash Heal 2
  592. player:LearnSpell(9473) -- Flash Heal 3
  593. player:LearnSpell(9474) -- Flash Heal 4
  594. player:LearnSpell(10915) -- Flash Heal 5
  595. player:LearnSpell(10916) -- Flash Heal 6
  596. player:LearnSpell(10917) -- Flash Heal 7
  597. player:LearnSpell(25233) -- Flash Heal 8
  598. player:LearnSpell(25235) -- Flash Heal 9
  599. player:LearnSpell(48070) -- Flash Heal 10
  600. player:LearnSpell(48071) -- Flash Heal 11
  601. player:LearnSpell(2060) -- Greater Heal 1
  602. player:LearnSpell(10963) -- Greater Heal 2
  603. player:LearnSpell(10964) -- Greater Heal 3
  604. player:LearnSpell(10965) -- Greater Heal 4
  605. player:LearnSpell(25314) -- Greater Heal 5
  606. player:LearnSpell(25210) -- Greater Heal 6
  607. player:LearnSpell(25213) -- Greater Heal 7
  608. player:LearnSpell(48062) -- Greater Heal 8
  609. player:LearnSpell(48063) -- Greater Heal 9
  610. player:LearnSpell(2054) -- Heal 1
  611. player:LearnSpell(2055) -- Heal 2
  612. player:LearnSpell(6063) -- Heal 3
  613. player:LearnSpell(6064) -- Heal 4
  614. player:LearnSpell(14914) -- Holy Fire 1
  615. player:LearnSpell(15262) -- Holy Fire 2
  616. player:LearnSpell(15263) -- Holy Fire 3
  617. player:LearnSpell(15264) -- Holy Fire 4
  618. player:LearnSpell(15265) -- Holy Fire 5
  619. player:LearnSpell(15266) -- Holy Fire 6
  620. player:LearnSpell(15267) -- Holy Fire 7
  621. player:LearnSpell(15261) -- Holy Fire 8
  622. player:LearnSpell(25384) -- Holy Fire 9
  623. player:LearnSpell(48134) -- Holy Fire 10
  624. player:LearnSpell(48135) -- Holy Fire 11
  625. player:LearnSpell(15237) -- Holy Nova 1
  626. player:LearnSpell(15430) -- Holy Nova 2
  627. player:LearnSpell(15431) -- Holy Nova 3
  628. player:LearnSpell(27799) -- Holy Nova 4
  629. player:LearnSpell(27800) -- Holy Nova 5
  630. player:LearnSpell(27801) -- Holy Nova 6
  631. player:LearnSpell(25331) -- Holy Nova 7
  632. player:LearnSpell(48077) -- Holy Nova 8
  633. player:LearnSpell(48078) -- Holy Nova 9
  634. player:LearnSpell(64901) -- Hymn of Hope
  635. player:LearnSpell(588) -- Inner Fire 1
  636. player:LearnSpell(7128) -- Inner Fire 2
  637. player:LearnSpell(602) -- Inner Fire 3
  638. player:LearnSpell(1006) -- Inner Fire 4
  639. player:LearnSpell(10951) -- Inner Fire 5
  640. player:LearnSpell(10952) -- Inner Fire 6
  641. player:LearnSpell(25431) -- Inner Fire 7
  642. player:LearnSpell(48040) -- Inner Fire 8
  643. player:LearnSpell(48168) -- Inner Fire 9
  644. player:LearnSpell(2052) -- Lesser Heal 2
  645. player:LearnSpell(2053) -- Lesser Heal 3
  646. player:LearnSpell(1706) -- Levitate
  647. player:LearnSpell(8129) -- Mana Burn
  648. player:LearnSpell(32375) -- Mass Dispel
  649. player:LearnSpell(8092) -- Mind Blast 1
  650. player:LearnSpell(8102) -- Mind Blast 2
  651. player:LearnSpell(8103) -- Mind Blast 3
  652. player:LearnSpell(8104) -- Mind Blast 4
  653. player:LearnSpell(8105) -- Mind Blast 5
  654. player:LearnSpell(8106) -- Mind Blast 6
  655. player:LearnSpell(10945) -- Mind Blast 7
  656. player:LearnSpell(10946) -- Mind Blast 8
  657. player:LearnSpell(10947) -- Mind Blast 9
  658. player:LearnSpell(25372) -- Mind Blast 10
  659. player:LearnSpell(25375) -- Mind Blast 11
  660. player:LearnSpell(48126) -- Mind Blast 12
  661. player:LearnSpell(48127) -- Mind Blast 13
  662. player:LearnSpell(605) -- Mind Control
  663. player:LearnSpell(48045) -- Mind Sear 1
  664. player:LearnSpell(53023) -- Mind Sear 2
  665. player:LearnSpell(453) -- Mind Soothe
  666. player:LearnSpell(2096) -- Mind Vision 1
  667. player:LearnSpell(10909) -- Mind Vision 2
  668. player:LearnSpell(1243) -- Power Word: Fortitude 1
  669. player:LearnSpell(1244) -- Power Word: Fortitude 2
  670. player:LearnSpell(1245) -- Power Word: Fortitude 3
  671. player:LearnSpell(2791) -- Power Word: Fortitude 4
  672. player:LearnSpell(10937) -- Power Word: Fortitude 5
  673. player:LearnSpell(10938) -- Power Word: Fortitude 6
  674. player:LearnSpell(25389) -- Power Word: Fortitude 7
  675. player:LearnSpell(48161) -- Power Word: Fortitude 8
  676. player:LearnSpell(17) -- Power Word: Shield 1
  677. player:LearnSpell(592) -- Power Word: Shield 2
  678. player:LearnSpell(600) -- Power Word: Shield 3
  679. player:LearnSpell(3747) -- Power Word: Shield 4
  680. player:LearnSpell(6065) -- Power Word: Shield 5
  681. player:LearnSpell(6066) -- Power Word: Shield 6
  682. player:LearnSpell(10898) -- Power Word: Shield 7
  683. player:LearnSpell(10899) -- Power Word: Shield 8
  684. player:LearnSpell(10900) -- Power Word: Shield 9
  685. player:LearnSpell(10901) -- Power Word: Shield 10
  686. player:LearnSpell(25217) -- Power Word: Shield 11
  687. player:LearnSpell(25218) -- Power Word: Shield 12
  688. player:LearnSpell(48065) -- Power Word: Shield 13
  689. player:LearnSpell(48066) -- Power Word: Shield 14
  690. player:LearnSpell(21562) -- Prayer of Fortitude 1
  691. player:LearnSpell(21564) -- Prayer of Fortitude 2
  692. player:LearnSpell(25392) -- Prayer of Fortitude 3
  693. player:LearnSpell(48162) -- Prayer of Fortitude 4
  694. player:LearnSpell(596) -- Prayer of Healing 1
  695. player:LearnSpell(996) -- Prayer of Healing 2
  696. player:LearnSpell(10960) -- Prayer of Healing 3
  697. player:LearnSpell(10961) -- Prayer of Healing 4
  698. player:LearnSpell(25316) -- Prayer of Healing 5
  699. player:LearnSpell(25308) -- Prayer of Healing 6
  700. player:LearnSpell(48072) -- Prayer of Healing 7
  701. player:LearnSpell(33076) -- Prayer of Mending 1
  702. player:LearnSpell(48112) -- Prayer of Mending 2
  703. player:LearnSpell(48113) -- Prayer of Mending 3
  704. player:LearnSpell(27683) -- Prayer of Shadow Protection 1
  705. player:LearnSpell(39374) -- Prayer of Shadow Protection 2
  706. player:LearnSpell(48170) -- Prayer of Shadow Protection 3
  707. player:LearnSpell(27681) -- Prayer of Spirit 1
  708. player:LearnSpell(32999) -- Prayer of Spirit 2
  709. player:LearnSpell(48074) -- Prayer of Spirit 3
  710. player:LearnSpell(8122) -- Psychic Scream 1
  711. player:LearnSpell(8124) -- Psychic Scream 2
  712. player:LearnSpell(10888) -- Psychic Scream 3
  713. player:LearnSpell(10890) -- Psychic Scream 4
  714. player:LearnSpell(139) -- Renew 1
  715. player:LearnSpell(6074) -- Renew 2
  716. player:LearnSpell(6075) -- Renew 3
  717. player:LearnSpell(6076) -- Renew 4
  718. player:LearnSpell(6077) -- Renew 5
  719. player:LearnSpell(6078) -- Renew 6
  720. player:LearnSpell(10927) -- Renew 7
  721. player:LearnSpell(10928) -- Renew 8
  722. player:LearnSpell(10929) -- Renew 9
  723. player:LearnSpell(25315) -- Renew 10
  724. player:LearnSpell(25221) -- Renew 11
  725. player:LearnSpell(25222) -- Renew 12
  726. player:LearnSpell(48067) -- Renew 13
  727. player:LearnSpell(48068) -- Renew 14
  728. player:LearnSpell(2006) -- Resurrection 1
  729. player:LearnSpell(2010) -- Resurrection 2
  730. player:LearnSpell(10880) -- Resurrection 3
  731. player:LearnSpell(10881) -- Resurrection 4
  732. player:LearnSpell(20770) -- Resurrection 5
  733. player:LearnSpell(25435) -- Resurrection 6
  734. player:LearnSpell(48171) -- Resurrection 7
  735. player:LearnSpell(9484) -- Shackle Undead 1
  736. player:LearnSpell(9485) -- Shackle Undead 2
  737. player:LearnSpell(10955) -- Shackle Undead 3
  738. player:LearnSpell(976) -- Shadow Protection 1
  739. player:LearnSpell(10957) -- Shadow Protection 2
  740. player:LearnSpell(10958) -- Shadow Protection 3
  741. player:LearnSpell(25433) -- Shadow Protection 4
  742. player:LearnSpell(48169) -- Shadow Protection 5
  743. player:LearnSpell(32379) -- Shadow Word: Death 1
  744. player:LearnSpell(32996) -- Shadow Word: Death 2
  745. player:LearnSpell(48157) -- Shadow Word: Death 3
  746. player:LearnSpell(48158) -- Shadow Word: Death 4
  747. player:LearnSpell(589) -- Shadow Word: Pain 1
  748. player:LearnSpell(594) -- Shadow Word: Pain 2
  749. player:LearnSpell(970) -- Shadow Word: Pain 3
  750. player:LearnSpell(992) -- Shadow Word: Pain 4
  751. player:LearnSpell(2767) -- Shadow Word: Pain 5
  752. player:LearnSpell(10892) -- Shadow Word: Pain 6
  753. player:LearnSpell(10893) -- Shadow Word: Pain 7
  754. player:LearnSpell(10894) -- Shadow Word: Pain 8
  755. player:LearnSpell(25367) -- Shadow Word: Pain 9
  756. player:LearnSpell(25368) -- Shadow Word: Pain 10
  757. player:LearnSpell(48124) -- Shadow Word: Pain 11
  758. player:LearnSpell(48125) -- Shadow Word: Pain 12
  759. player:LearnSpell(34433) -- Shadowfiend
  760. player:LearnSpell(591) -- Smite 2
  761. player:LearnSpell(598) -- Smite 3
  762. player:LearnSpell(984) -- Smite 4
  763. player:LearnSpell(1004) -- Smite 5
  764. player:LearnSpell(6060) -- Smite 6
  765. player:LearnSpell(10933) -- Smite 7
  766. player:LearnSpell(10934) -- Smite 8
  767. player:LearnSpell(25363) -- Smite 9
  768. player:LearnSpell(25364) -- Smite 10
  769. player:LearnSpell(48122) -- Smite 11
  770. player:LearnSpell(48123) -- Smite 12
  771. end
  772. if (player:GetPlayerClass() == "Death Knight" and message == "#Learn Death Knight") then
  773. player:LearnSpell(48778) -- Acherus Deathcharger
  774. player:LearnSpell(48707) -- Anti-Magic Shell
  775. player:LearnSpell(42650) -- Army of the Dead
  776. player:LearnSpell(48721) -- Blood Boil 1
  777. player:LearnSpell(49939) -- Blood Boil 2
  778. player:LearnSpell(49940) -- Blood Boil 3
  779. player:LearnSpell(49941) -- Blood Boil 4
  780. player:LearnSpell(49926) -- Blood Strike 2
  781. player:LearnSpell(49927) -- Blood Strike 3
  782. player:LearnSpell(49928) -- Blood Strike 4
  783. player:LearnSpell(49929) -- Blood Strike 5
  784. player:LearnSpell(49930) -- Blood Strike 6
  785. player:LearnSpell(45529) -- Blood Tap
  786. player:LearnSpell(45524) -- Chains of Ice
  787. player:LearnSpell(56222) -- Dark Command
  788. player:LearnSpell(43265) -- Death and Decay 1
  789. player:LearnSpell(49963) -- Death and Decay 2
  790. player:LearnSpell(49937) -- Death and Decay 3
  791. player:LearnSpell(49938) -- Death and Decay 4
  792. player:LearnSpell(49892) -- Death Coil 2
  793. player:LearnSpell(49893) -- Death Coil 3
  794. player:LearnSpell(62903) -- Death Coil 4
  795. player:LearnSpell(62904) -- Death Coil 5
  796. player:LearnSpell(50977) -- Death Gate
  797. player:LearnSpell(48743) -- Death Pact
  798. player:LearnSpell(49998) -- Death Strike 1
  799. player:LearnSpell(49999) -- Death Strike 2
  800. player:LearnSpell(45463) -- Death Strike 3
  801. player:LearnSpell(49923) -- Death Strike 4
  802. player:LearnSpell(49924) -- Death Strike 5
  803. player:LearnSpell(43265) -- Death and Decay 1
  804. player:LearnSpell(49936) -- Death and Decay 2
  805. player:LearnSpell(49937) -- Death and Decay 3
  806. player:LearnSpell(49938) -- Death and Decay 4
  807. player:LearnSpell(47568) -- Empower Rune Weapon
  808. player:LearnSpell(48263) -- Frost Presence
  809. player:LearnSpell(57330) -- Horn of Winter 1
  810. player:LearnSpell(57623) -- Horn of Winter 2
  811. player:LearnSpell(48792) -- Icebound Fortitude
  812. player:LearnSpell(49896) -- Icy Touch 2
  813. player:LearnSpell(49903) -- Icy Touch 3
  814. player:LearnSpell(49904) -- Icy Touch 4
  815. player:LearnSpell(49909) -- Icy Touch 5
  816. player:LearnSpell(47528) -- Mind Freeze
  817. player:LearnSpell(49020) -- Obliterate 1
  818. player:LearnSpell(51423) -- Obliterate 2
  819. player:LearnSpell(51424) -- Obliterate 3
  820. player:LearnSpell(51425) -- Obliterate 4
  821. player:LearnSpell(3714) -- Path of Frost
  822. player:LearnSpell(50842) -- Pestilence
  823. player:LearnSpell(49917) -- Plague Strike 2
  824. player:LearnSpell(49918) -- Plague Strike 3
  825. player:LearnSpell(49919) -- Plague Strike 4
  826. player:LearnSpell(49920) -- Plague Strike 5
  827. player:LearnSpell(49221) -- Plague Strike 6
  828. player:LearnSpell(61999) -- Raise Ally
  829. player:LearnSpell(46584) -- Raise Dead
  830. player:LearnSpell(56815) -- Rune Strike
  831. player:LearnSpell(53428) -- Runeforging
  832. player:LearnSpell(47476) -- Strangulate
  833. player:LearnSpell(48265) -- Unholy Presence
  834. end
  835. if (player:GetPlayerClass() == "Shaman" and message == "#Learn Shaman") then
  836. player:LearnSpell(2008) -- Ancestral Spirit 1
  837. player:LearnSpell(20609) -- Ancestral Spirit 2
  838. player:LearnSpell(20610) -- Ancestral Spirit 3
  839. player:LearnSpell(20776) -- Ancestral Spirit 4
  840. player:LearnSpell(20777) -- Ancestral Spirit 5
  841. player:LearnSpell(25590) -- Ancestral Spirit 6
  842. player:LearnSpell(49277) -- Ancestral Spirit 7
  843. player:LearnSpell(556) -- Astral Recall
  844. local race = player:GetPlayerRace()
  845. if race == 2 or race == 6 or race == 8 then
  846. player:LearnSpell(2825) -- Bloodlust
  847. elseif race == 11 then
  848. player:LearnSpell(32182) -- Heroism
  849. end
  850. player:LearnSpell(66843) -- Call of the Ancestors
  851. player:LearnSpell(66842) -- Call of the Elements
  852. player:LearnSpell(66844) -- Call of the Spirits
  853. player:LearnSpell(1064) -- Chain Heal 1
  854. player:LearnSpell(10622) -- Chain Heal 2
  855. player:LearnSpell(10623) -- Chain Heal 3
  856. player:LearnSpell(25422) -- Chain Heal 4
  857. player:LearnSpell(25423) -- Chain Heal 5
  858. player:LearnSpell(55458) -- Chain Heal 6
  859. player:LearnSpell(55459) -- Chain Heal 7
  860. player:LearnSpell(421) -- Chain Lightning 1
  861. player:LearnSpell(930) -- Chain Lightning 2
  862. player:LearnSpell(2860) -- Chain Lightning 3
  863. player:LearnSpell(10605) -- Chain Lightning 4
  864. player:LearnSpell(25439) -- Chain Lightning 5
  865. player:LearnSpell(25442) -- Chain Lightning 6
  866. player:LearnSpell(49270) -- Chain Lightning 7
  867. player:LearnSpell(49271) -- Chain Lightning 8
  868. player:LearnSpell(8170) -- Cleansing Totem
  869. player:LearnSpell(526) -- Cure Toxins
  870. player:LearnSpell(2062) -- Earth Elemental Totem
  871. player:LearnSpell(8042) -- Earth Shock 1
  872. player:LearnSpell(8044) -- Earth Shock 2
  873. player:LearnSpell(8045) -- Earth Shock 3
  874. player:LearnSpell(8046) -- Earth Shock 4
  875. player:LearnSpell(10412) -- Earth Shock 5
  876. player:LearnSpell(10413) -- Earth Shock 6
  877. player:LearnSpell(10414) -- Earth Shock 7
  878. player:LearnSpell(25454) -- Earth Shock 8
  879. player:LearnSpell(49230) -- Earth Shock 9
  880. player:LearnSpell(49231) -- Earth Shock 10
  881. player:LearnSpell(2484) -- Earthbind Totem
  882. player:LearnSpell(51730) -- Earthliving Weapon 1
  883. player:LearnSpell(51988) -- Earthliving Weapon 2
  884. player:LearnSpell(51991) -- Earthliving Weapon 3
  885. player:LearnSpell(51992) -- Earthliving Weapon 4
  886. player:LearnSpell(51993) -- Earthliving Weapon 5
  887. player:LearnSpell(51994) -- Earthliving Weapon 6
  888. player:LearnSpell(6196) -- Far Sight
  889. player:LearnSpell(2894) -- Fire Elemental Totem
  890. player:LearnSpell(1535) -- Fire Nova Totem 1
  891. player:LearnSpell(8498) -- Fire Nova Totem 2
  892. player:LearnSpell(8499) -- Fire Nova Totem 3
  893. player:LearnSpell(11314) -- Fire Nova Totem 4
  894. player:LearnSpell(11315) -- Fire Nova Totem 5
  895. player:LearnSpell(25546) -- Fire Nova Totem 6
  896. player:LearnSpell(25547) -- Fire Nova Totem 7
  897. player:LearnSpell(61649) -- Fire Nova Totem 8
  898. player:LearnSpell(61657) -- Fire Nova Totem 9
  899. player:LearnSpell(8184) -- Fire Resistance Totem 1
  900. player:LearnSpell(10537) -- Fire Resistance Totem 2
  901. player:LearnSpell(10538) -- Fire Resistance Totem 3
  902. player:LearnSpell(25563) -- Fire Resistance Totem 4
  903. player:LearnSpell(58737) -- Fire Resistance Totem 5
  904. player:LearnSpell(58739) -- Fire Resistance Totem 6
  905. player:LearnSpell(8050) -- Flame Shock 1
  906. player:LearnSpell(8052) -- Flame Shock 2
  907. player:LearnSpell(8053) -- Flame Shock 3
  908. player:LearnSpell(10447) -- Flame Shock 4
  909. player:LearnSpell(10448) -- Flame Shock 5
  910. player:LearnSpell(29228) -- Flame Shock 6
  911. player:LearnSpell(25457) -- Flame Shock 7
  912. player:LearnSpell(49232) -- Flame Shock 8
  913. player:LearnSpell(49233) -- Flame Shock 9
  914. player:LearnSpell(8227) -- Flametongue Totem 1
  915. player:LearnSpell(8249) -- Flametongue Totem 2
  916. player:LearnSpell(10526) -- Flametongue Totem 3
  917. player:LearnSpell(16387) -- Flametongue Totem 4
  918. player:LearnSpell(25557) -- Flametongue Totem 5
  919. player:LearnSpell(58649) -- Flametongue Totem 6
  920. player:LearnSpell(58652) -- Flametongue Totem 7
  921. player:LearnSpell(58656) -- Flametongue Totem 8
  922. player:LearnSpell(8024) -- Flametongue Weapon 1
  923. player:LearnSpell(8027) -- Flametongue Weapon 2
  924. player:LearnSpell(8030) -- Flametongue Weapon 3
  925. player:LearnSpell(16339) -- Flametongue Weapon 4
  926. player:LearnSpell(16341) -- Flametongue Weapon 5
  927. player:LearnSpell(16342) -- Flametongue Weapon 6
  928. player:LearnSpell(25489) -- Flametongue Weapon 7
  929. player:LearnSpell(58785) -- Flametongue Weapon 8
  930. player:LearnSpell(58789) -- Flametongue Weapon 9
  931. player:LearnSpell(58790) -- Flametongue Weapon 10
  932. player:LearnSpell(8181) -- Frost Resistance Totem 1
  933. player:LearnSpell(10478) -- Frost Resistance Totem 2
  934. player:LearnSpell(10479) -- Frost Resistance Totem 3
  935. player:LearnSpell(25560) -- Frost Resistance Totem 4
  936. player:LearnSpell(58741) -- Frost Resistance Totem 5
  937. player:LearnSpell(58745) -- Frost Resistance Totem 6
  938. player:LearnSpell(8056) -- Frost Shock 1
  939. player:LearnSpell(8058) -- Frost Shock 2
  940. player:LearnSpell(10472) -- Frost Shock 3
  941. player:LearnSpell(10473) -- Frost Shock 4
  942. player:LearnSpell(25464) -- Frost Shock 5
  943. player:LearnSpell(49235) -- Frost Shock 6
  944. player:LearnSpell(49236) -- Frost Shock 7
  945. player:LearnSpell(8033) -- Frostbrand Weapon 1
  946. player:LearnSpell(8038) -- Frostbrand Weapon 2
  947. player:LearnSpell(10456) -- Frostbrand Weapon 3
  948. player:LearnSpell(16355) -- Frostbrand Weapon 4
  949. player:LearnSpell(16356) -- Frostbrand Weapon 5
  950. player:LearnSpell(25500) -- Frostbrand Weapon 6
  951. player:LearnSpell(58794) -- Frostbrand Weapon 7
  952. player:LearnSpell(58795) -- Frostbrand Weapon 8
  953. player:LearnSpell(58796) -- Frostbrand Weapon 9
  954. player:LearnSpell(2645) -- Ghost Wolf
  955. player:LearnSpell(8177) -- Grounding Totem
  956. player:LearnSpell(5394) -- Healing Stream Totem 1
  957. player:LearnSpell(6375) -- Healing Stream Totem 2
  958. player:LearnSpell(6377) -- Healing Stream Totem 3
  959. player:LearnSpell(10462) -- Healing Stream Totem 4
  960. player:LearnSpell(10463) -- Healing Stream Totem 5
  961. player:LearnSpell(25567) -- Healing Stream Totem 6
  962. player:LearnSpell(58755) -- Healing Stream Totem 7
  963. player:LearnSpell(58756) -- Healing Stream Totem 8
  964. player:LearnSpell(58757) -- Healing Stream Totem 9
  965. player:LearnSpell(332) -- Healing Wave 2
  966. player:LearnSpell(547) -- Healing Wave 3
  967. player:LearnSpell(913) -- Healing Wave 4
  968. player:LearnSpell(939) -- Healing Wave 5
  969. player:LearnSpell(959) -- Healing Wave 6
  970. player:LearnSpell(8005) -- Healing Wave 7
  971. player:LearnSpell(10395) -- Healing Wave 8
  972. player:LearnSpell(10396) -- Healing Wave 9
  973. player:LearnSpell(25357) -- Healing Wave 10
  974. player:LearnSpell(25391) -- Healing Wave 11
  975. player:LearnSpell(25396) -- Healing Wave 12
  976. player:LearnSpell(49272) -- Healing Wave 13
  977. player:LearnSpell(49273) -- Healing Wave 14
  978. player:LearnSpell(51514) -- Hex
  979. player:LearnSpell(51505) -- Lava Burst 1
  980. player:LearnSpell(60043) -- Lava Burst 2
  981. player:LearnSpell(8004) -- Lesser Healing Wave 1
  982. player:LearnSpell(8008) -- Lesser Healing Wave 2
  983. player:LearnSpell(8010) -- Lesser Healing Wave 3
  984. player:LearnSpell(10466) -- Lesser Healing Wave 4
  985. player:LearnSpell(10467) -- Lesser Healing Wave 5
  986. player:LearnSpell(10468) -- Lesser Healing Wave 6
  987. player:LearnSpell(25420) -- Lesser Healing Wave 7
  988. player:LearnSpell(49275) -- Lesser Healing Wave 8
  989. player:LearnSpell(49276) -- Lesser Healing Wave 9
  990. player:LearnSpell(529) -- Lightning Bolt 2
  991. player:LearnSpell(548) -- Lightning Bolt 3
  992. player:LearnSpell(915) -- Lightning Bolt 4
  993. player:LearnSpell(943) -- Lightning Bolt 5
  994. player:LearnSpell(6041) -- Lightning Bolt 6
  995. player:LearnSpell(10391) -- Lightning Bolt 7
  996. player:LearnSpell(10392) -- Lightning Bolt 8
  997. player:LearnSpell(15207) -- Lightning Bolt 9
  998. player:LearnSpell(15208) -- Lightning Bolt 10
  999. player:LearnSpell(25448) -- Lightning Bolt 11
  1000. player:LearnSpell(25449) -- Lightning Bolt 12
  1001. player:LearnSpell(49237) -- Lightning Bolt 13
  1002. player:LearnSpell(49238) -- Lightning Bolt 14
  1003. player:LearnSpell(324) -- Lightning Shield 1
  1004. player:LearnSpell(325) -- Lightning Shield 2
  1005. player:LearnSpell(905) -- Lightning Shield 3
  1006. player:LearnSpell(945) -- Lightning Shield 4
  1007. player:LearnSpell(8134) -- Lightning Shield 5
  1008. player:LearnSpell(10431) -- Lightning Shield 6
  1009. player:LearnSpell(10432) -- Lightning Shield 7
  1010. player:LearnSpell(25469) -- Lightning Shield 8
  1011. player:LearnSpell(25472) -- Lightning Shield 9
  1012. player:LearnSpell(49280) -- Lightning Shield 10
  1013. player:LearnSpell(49281) -- Lightning Shield 11
  1014. player:LearnSpell(8190) -- Magma Totem 1
  1015. player:LearnSpell(10585) -- Magma Totem 2
  1016. player:LearnSpell(10586) -- Magma Totem 3
  1017. player:LearnSpell(10587) -- Magma Totem 4
  1018. player:LearnSpell(25552) -- Magma Totem 5
  1019. player:LearnSpell(58731) -- Magma Totem 6
  1020. player:LearnSpell(58734) -- Magma Totem 7
  1021. player:LearnSpell(5675) -- Mana Spring Totem 1
  1022. player:LearnSpell(10495) -- Mana Spring Totem 2
  1023. player:LearnSpell(10496) -- Mana Spring Totem 3
  1024. player:LearnSpell(10497) -- Mana Spring Totem 4
  1025. player:LearnSpell(25570) -- Mana Spring Totem 5
  1026. player:LearnSpell(58771) -- Mana Spring Totem 6
  1027. player:LearnSpell(58773) -- Mana Spring Totem 7
  1028. player:LearnSpell(58774) -- Mana Spring Totem 8
  1029. player:LearnSpell(10595) -- Nature Resistance Totem 1
  1030. player:LearnSpell(10600) -- Nature Resistance Totem 2
  1031. player:LearnSpell(10601) -- Nature Resistance Totem 3
  1032. player:LearnSpell(25574) -- Nature Resistance Totem 4
  1033. player:LearnSpell(58746) -- Nature Resistance Totem 5
  1034. player:LearnSpell(58749) -- Nature Resistance Totem 6
  1035. player:LearnSpell(370) -- Purge 1
  1036. player:LearnSpell(8012) -- Purge 2
  1037. player:LearnSpell(20608) -- Reincarnation
  1038. player:LearnSpell(8017) -- Rockbiter Weapon 1
  1039. player:LearnSpell(8018) -- Rockbiter Weapon 2
  1040. player:LearnSpell(8019) -- Rockbiter Weapon 3
  1041. player:LearnSpell(10399) -- Rockbiter Weapon 4
  1042. player:LearnSpell(3599) -- Searing Totem 1
  1043. player:LearnSpell(6363) -- Searing Totem 2
  1044. player:LearnSpell(6364) -- Searing Totem 3
  1045. player:LearnSpell(6365) -- Searing Totem 4
  1046. player:LearnSpell(10437) -- Searing Totem 5
  1047. player:LearnSpell(10438) -- Searing Totem 6
  1048. player:LearnSpell(25533) -- Searing Totem 7
  1049. player:LearnSpell(58699) -- Searing Totem 8
  1050. player:LearnSpell(58703) -- Searing Totem 9
  1051. player:LearnSpell(58704) -- Searing Totem 10
  1052. player:LearnSpell(6495) -- Sentry Totem
  1053. player:LearnSpell(5730) -- Stoneclaw Totem 1
  1054. player:LearnSpell(6390) -- Stoneclaw Totem 2
  1055. player:LearnSpell(6391) -- Stoneclaw Totem 3
  1056. player:LearnSpell(6392) -- Stoneclaw Totem 4
  1057. player:LearnSpell(10427) -- Stoneclaw Totem 5
  1058. player:LearnSpell(10428) -- Stoneclaw Totem 6
  1059. player:LearnSpell(25525) -- Stoneclaw Totem 7
  1060. player:LearnSpell(58580) -- Stoneclaw Totem 8
  1061. player:LearnSpell(58581) -- Stoneclaw Totem 9
  1062. player:LearnSpell(58582) -- Stoneclaw Totem 10
  1063. player:LearnSpell(8071) -- Stoneskin Totem 1
  1064. player:LearnSpell(8154) -- Stoneskin Totem 2
  1065. player:LearnSpell(8155) -- Stoneskin Totem 3
  1066. player:LearnSpell(10406) -- Stoneskin Totem 4
  1067. player:LearnSpell(10407) -- Stoneskin Totem 5
  1068. player:LearnSpell(10408) -- Stoneskin Totem 6
  1069. player:LearnSpell(25508) -- Stoneskin Totem 7
  1070. player:LearnSpell(25509) -- Stoneskin Totem 8
  1071. player:LearnSpell(58751) -- Stoneskin Totem 9
  1072. player:LearnSpell(58753) -- Stoneskin Totem 10
  1073. player:LearnSpell(8075) -- Strength of Earth Totem 1
  1074. player:LearnSpell(8160) -- Strength of Earth Totem 2
  1075. player:LearnSpell(8161) -- Strength of Earth Totem 3
  1076. player:LearnSpell(10442) -- Strength of Earth Totem 4
  1077. player:LearnSpell(25361) -- Strength of Earth Totem 5
  1078. player:LearnSpell(25528) -- Strength of Earth Totem 6
  1079. player:LearnSpell(57622) -- Strength of Earth Totem 7
  1080. player:LearnSpell(58643) -- Strength of Earth Totem 8
  1081. player:LearnSpell(36936) -- Totemic Recall
  1082. player:LearnSpell(8143) -- Tremor Totem
  1083. player:LearnSpell(131) -- Water Breathing
  1084. player:LearnSpell(52127) -- Water Shield 1
  1085. player:LearnSpell(52129) -- Water Shield 2
  1086. player:LearnSpell(52131) -- Water Shield 3
  1087. player:LearnSpell(52134) -- Water Shield 4
  1088. player:LearnSpell(52136) -- Water Shield 5
  1089. player:LearnSpell(52138) -- Water Shield 6
  1090. player:LearnSpell(24398) -- Water Shield 7
  1091. player:LearnSpell(33736) -- Water Shield 8
  1092. player:LearnSpell(57960) -- Water Shield 9
  1093. player:LearnSpell(546) -- Water Walking
  1094. player:LearnSpell(57994) -- Wind Shear
  1095. player:LearnSpell(8512) -- Windfury Totem
  1096. player:LearnSpell(8232) -- Windfury Weapon 1
  1097. player:LearnSpell(8235) -- Windfury Weapon 2
  1098. player:LearnSpell(10486) -- Windfury Weapon 3
  1099. player:LearnSpell(16362) -- Windfury Weapon 4
  1100. player:LearnSpell(25505) -- Windfury Weapon 5
  1101. player:LearnSpell(58801) -- Windfury Weapon 6
  1102. player:LearnSpell(58803) -- Windfury Weapon 7
  1103. player:LearnSpell(58804) -- Windfury Weapon 8
  1104. end
  1105. if (player:GetPlayerClass() == "Mage" and message == "#Learn Mage") then
  1106. player:LearnSpell(1008) -- Amplify Magic 1
  1107. player:LearnSpell(8455) -- Amplify Magic 2
  1108. player:LearnSpell(10169) -- Amplify Magic 3
  1109. player:LearnSpell(10170) -- Amplify Magic 4
  1110. player:LearnSpell(27130) -- Amplify Magic 5
  1111. player:LearnSpell(33946) -- Amplify Magic 6
  1112. player:LearnSpell(43017) -- Amplify Magic 7
  1113. player:LearnSpell(30451) -- Arcane Blast 1
  1114. player:LearnSpell(42894) -- Arcane Blast 2
  1115. player:LearnSpell(42896) -- Arcane Blast 3
  1116. player:LearnSpell(42897) -- Arcane Blast 4
  1117. player:LearnSpell(23028) -- Arcane Brilliance 1
  1118. player:LearnSpell(27127) -- Arcane Brilliance 2
  1119. player:LearnSpell(43002) -- Arcane Brilliance 3
  1120. player:LearnSpell(1449) -- Arcane Explosion 1
  1121. player:LearnSpell(8437) -- Arcane Explosion 2
  1122. player:LearnSpell(8438) -- Arcane Explosion 3
  1123. player:LearnSpell(8439) -- Arcane Explosion 4
  1124. player:LearnSpell(10201) -- Arcane Explosion 5
  1125. player:LearnSpell(10202) -- Arcane Explosion 6
  1126. player:LearnSpell(27080) -- Arcane Explosion 7
  1127. player:LearnSpell(27082) -- Arcane Explosion 8
  1128. player:LearnSpell(42920) -- Arcane Explosion 9
  1129. player:LearnSpell(42921) -- Arcane Explosion 10
  1130. player:LearnSpell(1459) -- Arcane Intellect 1
  1131. player:LearnSpell(1460) -- Arcane Intellect 2
  1132. player:LearnSpell(1461) -- Arcane Intellect 3
  1133. player:LearnSpell(10156) -- Arcane Intellect 4
  1134. player:LearnSpell(10157) -- Arcane Intellect 5
  1135. player:LearnSpell(27126) -- Arcane Intellect 6
  1136. player:LearnSpell(42995) -- Arcane Intellect 7
  1137. player:LearnSpell(5143) -- Arcane Missles 1
  1138. player:LearnSpell(5144) -- Arcane Missles 2
  1139. player:LearnSpell(5145) -- Arcane Missles 3
  1140. player:LearnSpell(8416) -- Arcane Missles 4
  1141. player:LearnSpell(8417) -- Arcane Missles 5
  1142. player:LearnSpell(10211) -- Arcane Missles 6
  1143. player:LearnSpell(10212) -- Arcane Missles 7
  1144. player:LearnSpell(25345) -- Arcane Missles 8
  1145. player:LearnSpell(27075) -- Arcane Missles 9
  1146. player:LearnSpell(38699) -- Arcane Missles 10
  1147. player:LearnSpell(38704) -- Arcane Missles 11
  1148. player:LearnSpell(42842) -- Arcane Missles 12
  1149. player:LearnSpell(42846) -- Arcane Missles 13
  1150. player:LearnSpell(1953) -- Blink
  1151. player:LearnSpell(10) -- Blizzard 1
  1152. player:LearnSpell(6141) -- Blizzard 2
  1153. player:LearnSpell(8427) -- Blizzard 3
  1154. player:LearnSpell(10185) -- Blizzard 4
  1155. player:LearnSpell(10186) -- Blizzard 5
  1156. player:LearnSpell(10187) -- Blizzard 6
  1157. player:LearnSpell(27085) -- Blizzard 7
  1158. player:LearnSpell(42939) -- Blizzard 8
  1159. player:LearnSpell(42940) -- Blizzard 9
  1160. player:LearnSpell(120) -- Cone of Cold 1
  1161. player:LearnSpell(8492) -- Cone of Cold 2
  1162. player:LearnSpell(10159) -- Cone of Cold 3
  1163. player:LearnSpell(10160) -- Cone of Cold 4
  1164. player:LearnSpell(10161) -- Cone of Cold 5
  1165. player:LearnSpell(27087) -- Cone of Cold 6
  1166. player:LearnSpell(42930) -- Cone of Cold 7
  1167. player:LearnSpell(42931) -- Cone of Cold 8
  1168. player:LearnSpell(587) -- Conjure Food 1
  1169. player:LearnSpell(597) -- Conjure Food 2
  1170. player:LearnSpell(990) -- Conjure Food 3
  1171. player:LearnSpell(6129) -- Conjure Food 4
  1172. player:LearnSpell(10144) -- Conjure Food 5
  1173. player:LearnSpell(10145) -- Conjure Food 6
  1174. player:LearnSpell(28612) -- Conjure Food 7
  1175. player:LearnSpell(33717) -- Conjure Food 8
  1176. player:LearnSpell(759) -- Conjure Mana Gem 1
  1177. player:LearnSpell(3552) -- Conjure Mana Gem 2
  1178. player:LearnSpell(10053) -- Conjure Mana Gem 3
  1179. player:LearnSpell(10054) -- Conjure Mana Gem 4
  1180. player:LearnSpell(27101) -- Conjure Mana Gem 5
  1181. player:LearnSpell(42985) -- Conjure Mana Gem 6
  1182. player:LearnSpell(42955) -- Conjure Refreshment 1
  1183. player:LearnSpell(42956) -- Conjure Refreshment 2
  1184. player:LearnSpell(5504) -- Conjure Water 1
  1185. player:LearnSpell(5505) -- Conjure Water 2
  1186. player:LearnSpell(5506) -- Conjure Water 3
  1187. player:LearnSpell(6127) -- Conjure Water 4
  1188. player:LearnSpell(10138) -- Conjure Water 5
  1189. player:LearnSpell(10139) -- Conjure Water 6
  1190. player:LearnSpell(10140) -- Conjure Water 7
  1191. player:LearnSpell(37420) -- Conjure Water 8
  1192. player:LearnSpell(27090) -- Conjure Water 9
  1193. player:LearnSpell(2139) -- Counterspell
  1194. player:LearnSpell(61316) -- Dalaran Brilliance 3
  1195. player:LearnSpell(61024) -- Dalaran Intellect 7
  1196. player:LearnSpell(604) -- Dampen Magic 1
  1197. player:LearnSpell(8450) -- Dampen Magic 2
  1198. player:LearnSpell(8451) -- Dampen Magic 3
  1199. player:LearnSpell(10173) -- Dampen Magic 4
  1200. player:LearnSpell(10174) -- Dampen Magic 5
  1201. player:LearnSpell(33944) -- Dampen Magic 6
  1202. player:LearnSpell(43015) -- Dampen Magic 7
  1203. player:LearnSpell(12051) -- Evocation
  1204. player:LearnSpell(2136) -- Fire Blast 1
  1205. player:LearnSpell(2137) -- Fire Blast 2
  1206. player:LearnSpell(2138) -- Fire Blast 3
  1207. player:LearnSpell(8412) -- Fire Blast 4
  1208. player:LearnSpell(8413) -- Fire Blast 5
  1209. player:LearnSpell(10197) -- Fire Blast 6
  1210. player:LearnSpell(10199) -- Fire Blast 7
  1211. player:LearnSpell(27078) -- Fire Blast 8
  1212. player:LearnSpell(27079) -- Fire Blast 9
  1213. player:LearnSpell(42872) -- Fire Blast 10
  1214. player:LearnSpell(42873) -- Fire Blast 11
  1215. player:LearnSpell(543) -- Fire Ward 1
  1216. player:LearnSpell(8457) -- Fire Ward 2
  1217. player:LearnSpell(8458) -- Fire Ward 3
  1218. player:LearnSpell(10223) -- Fire Ward 4
  1219. player:LearnSpell(10225) -- Fire Ward 5
  1220. player:LearnSpell(27128) -- Fire Ward 6
  1221. player:LearnSpell(43010) -- Fire Ward 7
  1222. player:LearnSpell(143) -- Fireball 2
  1223. player:LearnSpell(145) -- Fireball 3
  1224. player:LearnSpell(3140) -- Fireball 4
  1225. player:LearnSpell(8400) -- Fireball 5
  1226. player:LearnSpell(8401) -- Fireball 6
  1227. player:LearnSpell(8402) -- Fireball 7
  1228. player:LearnSpell(10148) -- Fireball 8
  1229. player:LearnSpell(10149) -- Fireball 9
  1230. player:LearnSpell(10150) -- Fireball 10
  1231. player:LearnSpell(10151) -- Fireball 11
  1232. player:LearnSpell(25306) -- Fireball 12
  1233. player:LearnSpell(27070) -- Fireball 13
  1234. player:LearnSpell(38692) -- Fireball 14
  1235. player:LearnSpell(42832) -- Fireball 15
  1236. player:LearnSpell(42833) -- Fireball 16
  1237. player:LearnSpell(2120) -- Flamestrike 1
  1238. player:LearnSpell(2121) -- Flamestrike 2
  1239. player:LearnSpell(8422) -- Flamestrike 3
  1240. player:LearnSpell(8423) -- Flamestrike 4
  1241. player:LearnSpell(10215) -- Flamestrike 5
  1242. player:LearnSpell(10216) -- Flamestrike 6
  1243. player:LearnSpell(27086) -- Flamestrike 7
  1244. player:LearnSpell(42925) -- Flamestrike 8
  1245. player:LearnSpell(42926) -- Flamestrike 9
  1246. player:LearnSpell(7300) -- Frost Armor 2
  1247. player:LearnSpell(7301) -- Frost Armor 3
  1248. player:LearnSpell(122) -- Frost Nova 1
  1249. player:LearnSpell(865) -- Frost Nova 2
  1250. player:LearnSpell(6131) -- Frost Nova 3
  1251. player:LearnSpell(10230) -- Frost Nova 4
  1252. player:LearnSpell(27088) -- Frost Nova 5
  1253. player:LearnSpell(42917) -- Frost Nova 6
  1254. player:LearnSpell(6143) -- Frost Ward 1
  1255. player:LearnSpell(8461) -- Frost Ward 2
  1256. player:LearnSpell(8462) -- Frost Ward 3
  1257. player:LearnSpell(10177) -- Frost Ward 4
  1258. player:LearnSpell(28609) -- Frost Ward 5
  1259. player:LearnSpell(32796) -- Frost Ward 6
  1260. player:LearnSpell(43012) -- Frost Ward 7
  1261. player:LearnSpell(116) -- Frostbolt 1
  1262. player:LearnSpell(205) -- Frostbolt 2
  1263. player:LearnSpell(837) -- Frostbolt 3
  1264. player:LearnSpell(7322) -- Frostbolt 4
  1265. player:LearnSpell(8406) -- Frostbolt 5
  1266. player:LearnSpell(8407) -- Frostbolt 6
  1267. player:LearnSpell(8408) -- Frostbolt 7
  1268. player:LearnSpell(10179) -- Frostbolt 8
  1269. player:LearnSpell(10180) -- Frostbolt 9
  1270. player:LearnSpell(10181) -- Frostbolt 10
  1271. player:LearnSpell(25304) -- Frostbolt 11
  1272. player:LearnSpell(27071) -- Frostbolt 12
  1273. player:LearnSpell(27072) -- Frostbolt 13
  1274. player:LearnSpell(38697) -- Frostbolt 14
  1275. player:LearnSpell(42841) -- Frostbolt 15
  1276. player:LearnSpell(42842) -- Frostbolt 16
  1277. player:LearnSpell(44614) -- Frostfire Bolt 1
  1278. player:LearnSpell(47610) -- Frostfire Bolt 2
  1279. player:LearnSpell(7302) -- Ice Armor 1
  1280. player:LearnSpell(7320) -- Ice Armor 2
  1281. player:LearnSpell(10219) -- Ice Armor 3
  1282. player:LearnSpell(10220) -- Ice Armor 4
  1283. player:LearnSpell(27124) -- Ice Armor 5
  1284. player:LearnSpell(43008) -- Ice Armor 6
  1285. player:LearnSpell(45438) -- Ice Block
  1286. player:LearnSpell(30455) -- Ice Lance 1
  1287. player:LearnSpell(42913) -- Ice Lance 2
  1288. player:LearnSpell(42914) -- Ice Lance 3
  1289. player:LearnSpell(66) -- Invisibility
  1290. player:LearnSpell(6117) -- Mage Armor 1
  1291. player:LearnSpell(22782) -- Mage Armor 2
  1292. player:LearnSpell(22783) -- Mage Armor 3
  1293. player:LearnSpell(27125) -- Mage Armor 4
  1294. player:LearnSpell(43023) -- Mage Armor 5
  1295. player:LearnSpell(43024) -- Mage Armor 6
  1296. player:LearnSpell(1463) -- Mana Shield 1
  1297. player:LearnSpell(8494) -- Mana Shield 2
  1298. player:LearnSpell(8495) -- Mana Shield 3
  1299. player:LearnSpell(10191) -- Mana Shield 4
  1300. player:LearnSpell(10192) -- Mana Shield 5
  1301. player:LearnSpell(10193) -- Mana Shield 6
  1302. player:LearnSpell(27131) -- Mana Shield 7
  1303. player:LearnSpell(43019) -- Mana Shield 8
  1304. player:LearnSpell(43020) -- Mana Shield 9
  1305. player:LearnSpell(55342) -- Mirror Image
  1306. player:LearnSpell(30482) -- Molten Armor 1
  1307. player:LearnSpell(43045) -- Molten Armor 2
  1308. player:LearnSpell(43046) -- Molten Armor 3
  1309. player:LearnSpell(118) -- Polymorph 1
  1310. player:LearnSpell(12824) -- Polymorph 2
  1311. player:LearnSpell(12825) -- Polymorph 3
  1312. player:LearnSpell(12826) -- Polymorph 4
  1313. player:LearnSpell(61305) -- Polymorph: Black Cat
  1314. player:LearnSpell(28272) -- Polymorph: Pig
  1315. player:LearnSpell(61721) -- Polymorph: Rabbit
  1316. player:LearnSpell(61780) -- Polymorph: Turkey
  1317. player:LearnSpell(28271) -- Polymorph: Turtle
  1318. player:LearnSpell(53142) -- Portal: Dalaran
  1319. local race = player:GetPlayerRace()
  1320. if race == 1 or race == 3 or race == 4 or race == 7 or race == 11 then
  1321. player:LearnSpell(11419) -- Portal: Darnassus
  1322. player:LearnSpell(32266) -- Portal: Exodar
  1323. player:LearnSpell(11416) -- Portal: Ironforge
  1324. player:LearnSpell(33691) -- Portal: Shattrath
  1325. player:LearnSpell(11059) -- Portal: Stormwind
  1326. player:LearnSpell(49360) -- Portal: Theramore
  1327. elseif race == 2 or race == 5 or race == 6 or race == 8 or race == 10 then
  1328. player:LearnSpell(11417) -- Portal: Orgrimmar
  1329. player:LearnSpell(35717) -- Portal: Shattrath
  1330. player:LearnSpell(32267) -- Portal: Silvermoon
  1331. player:LearnSpell(49361) -- Portal: Stonard
  1332. player:LearnSpell(11420) -- Portal: Thunder Bluff
  1333. player:LearnSpell(11418) -- Portal: Undercity
  1334. end
  1335. player:LearnSpell(475) -- Remove Curse
  1336. player:LearnSpell(43987) -- Ritual of Refreshment 1
  1337. player:LearnSpell(58659) -- Ritual of Refreshment 2
  1338. player:LearnSpell(2948) -- Scorch 1
  1339. player:LearnSpell(8444) -- Scorch 2
  1340. player:LearnSpell(8445) -- Scorch 3
  1341. player:LearnSpell(8446) -- Scorch 4
  1342. player:LearnSpell(10205) -- Scorch 5
  1343. player:LearnSpell(10206) -- Scorch 6
  1344. player:LearnSpell(10207) -- Scorch 7
  1345. player:LearnSpell(27073) -- Scorch 8
  1346. player:LearnSpell(27074) -- Scorch 9
  1347. player:LearnSpell(42858) -- Scorch 10
  1348. player:LearnSpell(42859) -- Scorch 11
  1349. player:LearnSpell(130) -- Slow Fall
  1350. player:LearnSpell(30449) -- Spellsteal
  1351. player:LearnSpell(53140) -- Teleport: Dalaran
  1352. local race = player:GetPlayerRace()
  1353. if race == 1 or race == 3 or race == 4 or race == 7 or race == 11 then
  1354. player:LearnSpell(3565) -- Teleport: Darnassus
  1355. player:LearnSpell(32271) -- Teleport: Exodar
  1356. player:LearnSpell(3562) -- Teleport: Ironforge
  1357. player:LearnSpell(33690) -- Teleport: Shattrath
  1358. player:LearnSpell(3561) -- Teleport: Stormwind
  1359. player:LearnSpell(49359) -- Teleport: Theramore
  1360. elseif race == 2 or race == 5 or race == 6 or race == 8 or race == 10 then
  1361. player:LearnSpell(3567) -- Teleport: Orgrimmar
  1362. player:LearnSpell(35715) -- Teleport: Shattrath
  1363. player:LearnSpell(32272) -- Teleport: Silvermoon
  1364. player:LearnSpell(49358) -- Teleport: Stonard
  1365. player:LearnSpell(3566) -- Teleport: Thunder Bluff
  1366. player:LearnSpell(3563) -- Teleport: Undercity
  1367. end
  1368. end
  1369.  
  1370. if (player:GetPlayerClass() == "Warlock" and message == "#Learn Warlock") then
  1371. player:LearnSpell(6366) -- Create Firestone 1
  1372. player:LearnSpell(17951) -- Create Firestone 2
  1373. player:LearnSpell(17952) -- Create Firestone 3
  1374. player:LearnSpell(17953) -- Create Firestone 4
  1375. player:LearnSpell(27250) -- Create Firestone 5
  1376. player:LearnSpell(60219) -- Create Firestone 6
  1377. player:LearnSpell(60220) -- Create Firestone 7
  1378. player:LearnSpell(693) -- Create Soulstone 1
  1379. player:LearnSpell(20752) -- Create Soulstone 2
  1380. player:LearnSpell(20755) -- Create Soulstone 3
  1381. player:LearnSpell(20756) -- Create Soulstone 4
  1382. player:LearnSpell(20757) -- Create Soulstone 5
  1383. player:LearnSpell(27238) -- Create Soulstone 6
  1384. player:LearnSpell(47884) -- Create Soulstone 7
  1385. player:LearnSpell(2362) -- Create Spellstone 1
  1386. player:LearnSpell(17727) -- Create Spellstone 2
  1387. player:LearnSpell(17728) -- Create Spellstone 3
  1388. player:LearnSpell(28172) -- Create Spellstone 4
  1389. player:LearnSpell(47886) -- Create Spellstone 5
  1390. player:LearnSpell(47888) -- Create Spellstone 6
  1391. player:LearnSpell(710) -- Banish 1
  1392. player:LearnSpell(18647) -- Banish 2
  1393. player:LearnSpell(172) -- Corruption 1
  1394. player:LearnSpell(6222) -- Corruption 2
  1395. player:LearnSpell(6223) -- Corruption 3
  1396. player:LearnSpell(7648) -- Corruption 4
  1397. player:LearnSpell(11671) -- Corruption 5
  1398. player:LearnSpell(11672) -- Corruption 6
  1399. player:LearnSpell(25311) -- Corruption 7
  1400. player:LearnSpell(27216) -- Corruption 8
  1401. player:LearnSpell(47812) -- Corruption 9
  1402. player:LearnSpell(47813) -- Corruption 10
  1403. player:LearnSpell(6201) -- Create Healthstone 1
  1404. player:LearnSpell(6202) -- Create Healthstone 2
  1405. player:LearnSpell(5699) -- Create Healthstone 3
  1406. player:LearnSpell(11729) -- Create Healthstone 4
  1407. player:LearnSpell(11730) -- Create Healthstone 5
  1408. player:LearnSpell(27230) -- Create Healthstone 6
  1409. player:LearnSpell(47871) -- Create Healthstone 7
  1410. player:LearnSpell(47878) -- Create Healthstone 8
  1411. player:LearnSpell(980) -- Curse of Agony 1
  1412. player:LearnSpell(1014) -- Curse of Agony 2
  1413. player:LearnSpell(6217) -- Curse of Agony 3
  1414. player:LearnSpell(11711) -- Curse of Agony 4
  1415. player:LearnSpell(11712) -- Curse of Agony 5
  1416. player:LearnSpell(11713) -- Curse of Agony 6
  1417. player:LearnSpell(27218) -- Curse of Agony 7
  1418. player:LearnSpell(47863) -- Curse of Agony 8
  1419. player:LearnSpell(47864) -- Curse of Agony 9
  1420. player:LearnSpell(603) -- Curse of Doom 1
  1421. player:LearnSpell(30910) -- Curse of Doom 2
  1422. player:LearnSpell(47867) -- Curse of Doom 3
  1423. player:LearnSpell(1714) -- Curse of Tongues 1
  1424. player:LearnSpell(11719) -- Curse of Tongues 2
  1425. player:LearnSpell(702) -- Curse of Weakness 1
  1426. player:LearnSpell(1108) -- Curse of Weakness 2
  1427. player:LearnSpell(6205) -- Curse of Weakness 3
  1428. player:LearnSpell(7646) -- Curse of Weakness 4
  1429. player:LearnSpell(11707) -- Curse of Weakness 5
  1430. player:LearnSpell(11708) -- Curse of Weakness 6
  1431. player:LearnSpell(27224) -- Curse of Weakness 7
  1432. player:LearnSpell(30909) -- Curse of Weakness 8
  1433. player:LearnSpell(50511) -- Curse of Weakness 9
  1434. player:LearnSpell(1490) -- Curse of the Elements 1
  1435. player:LearnSpell(11721) -- Curse of the Elements 2
  1436. player:LearnSpell(11722) -- Curse of the Elements 3
  1437. player:LearnSpell(27228) -- Curse of the Elements 4
  1438. player:LearnSpell(47865) -- Curse of the Elements 5
  1439. player:LearnSpell(6789) -- Death Coil 1
  1440. player:LearnSpell(17925) -- Death Coil 2
  1441. player:LearnSpell(17926) -- Death Coil 3
  1442. player:LearnSpell(27223) -- Death Coil 4
  1443. player:LearnSpell(47859) -- Death Coil 5
  1444. player:LearnSpell(47860) -- Death Coil 6
  1445. player:LearnSpell(706) -- Demon Armor 1
  1446. player:LearnSpell(1086) -- Demon Armor 2
  1447. player:LearnSpell(11733) -- Demon Armor 3
  1448. player:LearnSpell(11734) -- Demon Armor 4
  1449. player:LearnSpell(11735) -- Demon Armor 5
  1450. player:LearnSpell(27260) -- Demon Armor 6
  1451. player:LearnSpell(47793) -- Demon Armor 7
  1452. player:LearnSpell(47889) -- Demon Armor 8
  1453. player:LearnSpell(687) -- Demon Skin 1
  1454. player:LearnSpell(696) -- Demon Skin 2
  1455. player:LearnSpell(48018) -- Demonic Circle: Summon
  1456. player:LearnSpell(48020) -- Demonic Circle: Teleport
  1457. player:LearnSpell(132) -- Detect Invisibility
  1458. player:LearnSpell(689) -- Drain Life 1
  1459. player:LearnSpell(699) -- Drain Life 2
  1460. player:LearnSpell(709) -- Drain Life 3
  1461. player:LearnSpell(7651) -- Drain Life 4
  1462. player:LearnSpell(11699) -- Drain Life 5
  1463. player:LearnSpell(11700) -- Drain Life 6
  1464. player:LearnSpell(27219) -- Drain Life 7
  1465. player:LearnSpell(27220) -- Drain Life 8
  1466. player:LearnSpell(47857) -- Drain Life 9
  1467. player:LearnSpell(5138) -- Drain Mana
  1468. player:LearnSpell(1120) -- Drain Soul 1
  1469. player:LearnSpell(8288) -- Drain Soul 2
  1470. player:LearnSpell(8289) -- Drain Soul 3
  1471. player:LearnSpell(11675) -- Drain Soul 4
  1472. player:LearnSpell(27217) -- Drain Soul 5
  1473. player:LearnSpell(47855) -- Drain Soul 6
  1474. player:LearnSpell(23161) -- Dreadsteed
  1475. player:LearnSpell(1098) -- Enslave Demon 1
  1476. player:LearnSpell(11725) -- Enslave Demon 2
  1477. player:LearnSpell(11726) -- Enslave Demon 3
  1478. player:LearnSpell(61191) -- Enslave Demon 4
  1479. player:LearnSpell(126) -- Eye of Kilrogg
  1480. player:LearnSpell(5782) -- Fear 1
  1481. player:LearnSpell(6213) -- Fear 2
  1482. player:LearnSpell(6215) -- Fear 3
  1483. player:LearnSpell(28176) -- Fel Armor 1
  1484. player:LearnSpell(28189) -- Fel Armor 2
  1485. player:LearnSpell(47892) -- Fel Armor 3
  1486. player:LearnSpell(47893) -- Fel Armor 4
  1487. player:LearnSpell(5784) -- Felsteed
  1488. player:LearnSpell(755) -- Health Funnel 1
  1489. player:LearnSpell(3698) -- Health Funnel 2
  1490. player:LearnSpell(3699) -- Health Funnel 3
  1491. player:LearnSpell(3700) -- Health Funnel 4
  1492. player:LearnSpell(11693) -- Health Funnel 5
  1493. player:LearnSpell(11694) -- Health Funnel 6
  1494. player:LearnSpell(11695) -- Health Funnel 7
  1495. player:LearnSpell(27259) -- Health Funnel 8
  1496. player:LearnSpell(47856) -- Health Funnel 9
  1497. player:LearnSpell(1949) -- Hellfire 1
  1498. player:LearnSpell(11683) -- Hellfire 2
  1499. player:LearnSpell(11684) -- Hellfire 3
  1500. player:LearnSpell(27213) -- Hellfire 4
  1501. player:LearnSpell(47823) -- Hellfire 5
  1502. player:LearnSpell(5484) -- Howl of Terror 1
  1503. player:LearnSpell(17928) -- Howl of Terror 2
  1504. player:LearnSpell(348) -- Immolate 1
  1505. player:LearnSpell(707) -- Immolate 2
  1506. player:LearnSpell(1094) -- Immolate 3
  1507. player:LearnSpell(2941) -- Immolate 4
  1508. player:LearnSpell(11665) -- Immolate 5
  1509. player:LearnSpell(11667) -- Immolate 6
  1510. player:LearnSpell(11668) -- Immolate 7
  1511. player:LearnSpell(25309) -- Immolate 8
  1512. player:LearnSpell(27215) -- Immolate 9
  1513. player:LearnSpell(47810) -- Immolate 10
  1514. player:LearnSpell(47811) -- Immolate 11
  1515. player:LearnSpell(29722) -- Incinerate 1
  1516. player:LearnSpell(32231) -- Incinerate 2
  1517. player:LearnSpell(47837) -- Incinerate 3
  1518. player:LearnSpell(47838) -- Incinerate 4
  1519. player:LearnSpell(1454) -- Life Tap 1
  1520. player:LearnSpell(1455) -- Life Tap 2
  1521. player:LearnSpell(1456) -- Life Tap 3
  1522. player:LearnSpell(11687) -- Life Tap 4
  1523. player:LearnSpell(11688) -- Life Tap 5
  1524. player:LearnSpell(11689) -- Life Tap 6
  1525. player:LearnSpell(27222) -- Life Tap 7
  1526. player:LearnSpell(57946) -- Life Tap 8
  1527. player:LearnSpell(5740) -- Rain of Fire 1
  1528. player:LearnSpell(6219) -- Rain of Fire 2
  1529. player:LearnSpell(11677) -- Rain of Fire 3
  1530. player:LearnSpell(11678) -- Rain of Fire 4
  1531. player:LearnSpell(27212) -- Rain of Fire 5
  1532. player:LearnSpell(47819) -- Rain of Fire 6
  1533. player:LearnSpell(47820) -- Rain of Fire 7
  1534. player:LearnSpell(18540) -- Ritual of Doom
  1535. player:LearnSpell(29893) -- Ritual of Souls 1
  1536. player:LearnSpell(58887) -- Ritual of Souls 2
  1537. player:LearnSpell(698) -- Ritual of Summoning
  1538. player:LearnSpell(5676) -- Searing Pain 1
  1539. player:LearnSpell(17919) -- Searing Pain 2
  1540. player:LearnSpell(17920) -- Searing Pain 3
  1541. player:LearnSpell(17921) -- Searing Pain 4
  1542. player:LearnSpell(17922) -- Searing Pain 5
  1543. player:LearnSpell(17923) -- Searing Pain 6
  1544. player:LearnSpell(27210) -- Searing Pain 7
  1545. player:LearnSpell(30459) -- Searing Pain 8
  1546. player:LearnSpell(47814) -- Searing Pain 9
  1547. player:LearnSpell(47815) -- Searing Pain 10
  1548. player:LearnSpell(27243) -- Seed of Corruption 1
  1549. player:LearnSpell(47835) -- Seed of Corruption 2
  1550. player:LearnSpell(47836) -- Seed of Corruption 3
  1551. player:LearnSpell(5500) -- Sense Demons
  1552. player:LearnSpell(695) -- Shadow Bolt 2
  1553. player:LearnSpell(705) -- Shadow Bolt 3
  1554. player:LearnSpell(1088) -- Shadow Bolt 4
  1555. player:LearnSpell(1106) -- Shadow Bolt 5
  1556. player:LearnSpell(7641) -- Shadow Bolt 6
  1557. player:LearnSpell(11659) -- Shadow Bolt 7
  1558. player:LearnSpell(11660) -- Shadow Bolt 8
  1559. player:LearnSpell(11661) -- Shadow Bolt 9
  1560. player:LearnSpell(25307) -- Shadow Bolt 10
  1561. player:LearnSpell(27209) -- Shadow Bolt 11
  1562. player:LearnSpell(47808) -- Shadow Bolt 12
  1563. player:LearnSpell(47809) -- Shadow Bolt 13
  1564. player:LearnSpell(6229) -- Shadow Ward 1
  1565. player:LearnSpell(11739) -- Shadow Ward 2
  1566. player:LearnSpell(11740) -- Shadow Ward 3
  1567. player:LearnSpell(28610) -- Shadow Ward 4
  1568. player:LearnSpell(47890) -- Shadow Ward 5
  1569. player:LearnSpell(47891) -- Shadow Ward 6
  1570. player:LearnSpell(47897) -- Shadowflame 1
  1571. player:LearnSpell(61290) -- Shadowflame 2
  1572. player:LearnSpell(6353) -- Soul Fire 1
  1573. player:LearnSpell(17924) -- Soul Fire 2
  1574. player:LearnSpell(27211) -- Soul Fire 3
  1575. player:LearnSpell(30545) -- Soul Fire 4
  1576. player:LearnSpell(47824) -- Soul Fire 5
  1577. player:LearnSpell(47825) -- Soul Fire 6
  1578. player:LearnSpell(29858) -- Soulshatter
  1579. player:LearnSpell(691) -- Summon Felhunter
  1580. player:LearnSpell(688) -- Summon Imp
  1581. player:LearnSpell(712) -- Summon Succubus
  1582. player:LearnSpell(697) -- Summon Voidwalker
  1583. player:LearnSpell(5697) -- Unending Breath
  1584. end
  1585. if (player:GetPlayerClass() == "Druid" and message == "#Learn Druid") then
  1586. player:LearnSpell(2893) -- Abolish Poison
  1587. player:LearnSpell(1066) -- Aquatic Form
  1588. player:LearnSpell(22812) -- Barkskin
  1589. player:LearnSpell(5211) -- Bash 1
  1590. player:LearnSpell(6798) -- Bash 2
  1591. player:LearnSpell(8983) -- Bash 3
  1592. player:LearnSpell(768) -- Cat Form
  1593. player:LearnSpell(5209) -- Challenging Roar
  1594. player:LearnSpell(1082) -- Claw 1
  1595. player:LearnSpell(3029) -- Claw 2
  1596. player:LearnSpell(5201) -- Claw 3
  1597. player:LearnSpell(9849) -- Claw 4
  1598. player:LearnSpell(9850) -- Claw 5
  1599. player:LearnSpell(27000) -- Claw 6
  1600. player:LearnSpell(48569) -- Claw 7
  1601. player:LearnSpell(48570) -- Claw 8
  1602. player:LearnSpell(8998) -- Cower 1
  1603. player:LearnSpell(9000) -- Cower 2
  1604. player:LearnSpell(9892) -- Cower 3
  1605. player:LearnSpell(31709) -- Cower 4
  1606. player:LearnSpell(27004) -- Cower 5
  1607. player:LearnSpell(48575) -- Cower 6
  1608. player:LearnSpell(8946) -- Cure Poison
  1609. player:LearnSpell(33786) -- Cyclone
  1610. player:LearnSpell(1850) -- Dash 1
  1611. player:LearnSpell(9821) -- Dash 2
  1612. player:LearnSpell(33357) -- Dash 3
  1613. player:LearnSpell(99) -- Demoralizing Roar 1
  1614. player:LearnSpell(1735) -- Demoralizing Roar 2
  1615. player:LearnSpell(9490) -- Demoralizing Roar 3
  1616. player:LearnSpell(9747) -- Demoralizing Roar 4
  1617. player:LearnSpell(9898) -- Demoralizing Roar 5
  1618. player:LearnSpell(26998) -- Demoralizing Roar 6
  1619. player:LearnSpell(48559) -- Demoralizing Roar 7
  1620. player:LearnSpell(48560) -- Demoralizing Roar 8
  1621. player:LearnSpell(9634) -- Dire Bear Form
  1622. player:LearnSpell(5229) -- Enrage
  1623. player:LearnSpell(339) -- Entangling Roots 1
  1624. player:LearnSpell(1062) -- Entangling Roots 2
  1625. player:LearnSpell(5195) -- Entangling Roots 3
  1626. player:LearnSpell(5196) -- Entangling Roots 4
  1627. player:LearnSpell(9852) -- Entangling Roots 5
  1628. player:LearnSpell(9853) -- Entangling Roots 6
  1629. player:LearnSpell(26989) -- Entangling Roots 7
  1630. player:LearnSpell(53308) -- Entangling Roots 8
  1631. player:LearnSpell(770) -- Faerie Fire
  1632. player:LearnSpell(16857) -- Faerie Fire (Feral)
  1633. player:LearnSpell(20719) -- Feline Grace
  1634. player:LearnSpell(16979) -- Feral Charge - Bear
  1635. player:LearnSpell(49376) -- Feral Charge - Cat
  1636. player:LearnSpell(22568) -- Ferocious Bite 1
  1637. player:LearnSpell(22827) -- Ferocious Bite 2
  1638. player:LearnSpell(22828) -- Ferocious Bite 3
  1639. player:LearnSpell(22829) -- Ferocious Bite 4
  1640. player:LearnSpell(31018) -- Ferocious Bite 5
  1641. player:LearnSpell(24248) -- Ferocious Bite 6
  1642. player:LearnSpell(48576) -- Ferocious Bite 7
  1643. player:LearnSpell(48577) -- Ferocious Bite 8
  1644. player:LearnSpell(33943) -- Flight Form
  1645. player:LearnSpell(22842) -- Frenzied Regeneration 1
  1646. player:LearnSpell(21849) -- Gift of the Wild 1
  1647. player:LearnSpell(21850) -- Gift of the Wild 2
  1648. player:LearnSpell(26991) -- Gift of the Wild 3
  1649. player:LearnSpell(48470) -- Gift of the Wild 4
  1650. player:LearnSpell(6795) -- Growl
  1651. player:LearnSpell(5186) -- Healing Touch 2
  1652. player:LearnSpell(5187) -- Healing Touch 3
  1653. player:LearnSpell(5188) -- Healing Touch 4
  1654. player:LearnSpell(5189) -- Healing Touch 5
  1655. player:LearnSpell(6778) -- Healing Touch 6
  1656. player:LearnSpell(8903) -- Healing Touch 7
  1657. player:LearnSpell(9758) -- Healing Touch 8
  1658. player:LearnSpell(9888) -- Healing Touch 9
  1659. player:LearnSpell(9889) -- Healing Touch 10
  1660. player:LearnSpell(25297) -- Healing Touch 11
  1661. player:LearnSpell(26978) -- Healing Touch 12
  1662. player:LearnSpell(26979) -- Healing Touch 13
  1663. player:LearnSpell(48377) -- Healing Touch 14
  1664. player:LearnSpell(48378) -- Healing Touch 15
  1665. player:LearnSpell(2637) -- Hibernate 1
  1666. player:LearnSpell(18657) -- Hibernate 2
  1667. player:LearnSpell(18658) -- Hibernate 3
  1668. player:LearnSpell(16914) -- Hurricane 1
  1669. player:LearnSpell(17401) -- Hurricane 2
  1670. player:LearnSpell(17402) -- Hurricane 3
  1671. player:LearnSpell(27012) -- Hurricane 4
  1672. player:LearnSpell(48467) -- Hurricane 5
  1673. player:LearnSpell(29166) -- Innervate
  1674. player:LearnSpell(33745) -- Lacerate 1
  1675. player:LearnSpell(48567) -- Lacerate 2
  1676. player:LearnSpell(48568) -- Lacerate 3
  1677. player:LearnSpell(33763) -- Lifebloom 1
  1678. player:LearnSpell(48450) -- Lifebloom 2
  1679. player:LearnSpell(48451) -- Lifebloom 3
  1680. player:LearnSpell(22570) -- Maim 1
  1681. player:LearnSpell(49802) -- Maim 2
  1682. player:LearnSpell(33878) -- Mangle (Bear) 1
  1683. player:LearnSpell(33986) -- Mangle (Bear) 2
  1684. player:LearnSpell(33987) -- Mangle (Bear) 3
  1685. player:LearnSpell(48563) -- Mangle (Bear) 4
  1686. player:LearnSpell(48564) -- Mangle (Bear) 5
  1687. player:LearnSpell(33876) -- Mangle (Cat) 1
  1688. player:LearnSpell(33982) -- Mangle (Cat) 2
  1689. player:LearnSpell(33983) -- Mangle (Cat) 3
  1690. player:LearnSpell(48565) -- Mangle (Cat) 4
  1691. player:LearnSpell(48566) -- Mangle (Cat) 5
  1692. player:LearnSpell(1126) -- Mark of the Wild 1
  1693. player:LearnSpell(5232) -- Mark of the Wild 2
  1694. player:LearnSpell(6756) -- Mark of the Wild 3
  1695. player:LearnSpell(5234) -- Mark of the Wild 4
  1696. player:LearnSpell(8907) -- Mark of the Wild 5
  1697. player:LearnSpell(9884) -- Mark of the Wild 6
  1698. player:LearnSpell(9885) -- Mark of the Wild 7
  1699. player:LearnSpell(26990) -- Mark of the Wild 8
  1700. player:LearnSpell(48469) -- Mark of the Wild 9
  1701. player:LearnSpell(6807) -- Maul 1
  1702. player:LearnSpell(6808) -- Maul 2
  1703. player:LearnSpell(6809) -- Maul 3
  1704. player:LearnSpell(8972) -- Maul 4
  1705. player:LearnSpell(9745) -- Maul 5
  1706. player:LearnSpell(9880) -- Maul 6
  1707. player:LearnSpell(9881) -- Maul 7
  1708. player:LearnSpell(26996) -- Maul 8
  1709. player:LearnSpell(48479) -- Maul 9
  1710. player:LearnSpell(48480) -- Maul 10
  1711. player:LearnSpell(8921) -- Moonfire 1
  1712. player:LearnSpell(8924) -- Moonfire 2
  1713. player:LearnSpell(8925) -- Moonfire 3
  1714. player:LearnSpell(8926) -- Moonfire 4
  1715. player:LearnSpell(8927) -- Moonfire 5
  1716. player:LearnSpell(8928) -- Moonfire 6
  1717. player:LearnSpell(8929) -- Moonfire 7
  1718. player:LearnSpell(9833) -- Moonfire 8
  1719. player:LearnSpell(9834) -- Moonfire 9
  1720. player:LearnSpell(9835) -- Moonfire 10
  1721. player:LearnSpell(26987) -- Moonfire 11
  1722. player:LearnSpell(26988) -- Moonfire 12
  1723. player:LearnSpell(48462) -- Moonfire 13
  1724. player:LearnSpell(48463) -- Moonfire 14
  1725. player:LearnSpell(16689) -- Nature's Grasp 1
  1726. player:LearnSpell(16810) -- Nature's Grasp 2
  1727. player:LearnSpell(16811) -- Nature's Grasp 3
  1728. player:LearnSpell(16812) -- Nature's Grasp 4
  1729. player:LearnSpell(16813) -- Nature's Grasp 5
  1730. player:LearnSpell(17329) -- Nature's Grasp 6
  1731. player:LearnSpell(27009) -- Nature's Grasp 7
  1732. player:LearnSpell(53312) -- Nature's Grasp 8
  1733. player:LearnSpell(50464) -- Nourish 1
  1734. player:LearnSpell(9005) -- Pounce 1
  1735. player:LearnSpell(9823) -- Pounce 2
  1736. player:LearnSpell(9827) -- Pounce 3
  1737. player:LearnSpell(27006) -- Pounce 4
  1738. player:LearnSpell(49803) -- Pounce 5
  1739. player:LearnSpell(5215) -- Prowl 1
  1740. player:LearnSpell(6783) -- Prowl 2
  1741. player:LearnSpell(9913) -- Prowl 3
  1742. player:LearnSpell(1822) -- Rake 1
  1743. player:LearnSpell(1823) -- Rake 2
  1744. player:LearnSpell(1824) -- Rake 3
  1745. player:LearnSpell(9904) -- Rake 4
  1746. player:LearnSpell(27003) -- Rake 5
  1747. player:LearnSpell(48573) -- Rake 6
  1748. player:LearnSpell(48574) -- Rake 7
  1749. player:LearnSpell(6785) -- Ravage 1
  1750. player:LearnSpell(6787) -- Ravage 2
  1751. player:LearnSpell(9866) -- Ravage 3
  1752. player:LearnSpell(9867) -- Ravage 4
  1753. player:LearnSpell(27005) -- Ravage 5
  1754. player:LearnSpell(48578) -- Ravage 6
  1755. player:LearnSpell(48579) -- Ravage 7
  1756. player:LearnSpell(20484) -- Rebirth 1
  1757. player:LearnSpell(20739) -- Rebirth 2
  1758. player:LearnSpell(20742) -- Rebirth 3
  1759. player:LearnSpell(20747) -- Rebirth 4
  1760. player:LearnSpell(20748) -- Rebirth 5
  1761. player:LearnSpell(26994) -- Rebirth 6
  1762. player:LearnSpell(48477) -- Rebirth 7
  1763. player:LearnSpell(8936) -- Regrowth 1
  1764. player:LearnSpell(8938) -- Regrowth 2
  1765. player:LearnSpell(8939) -- Regrowth 3
  1766. player:LearnSpell(8940) -- Regrowth 4
  1767. player:LearnSpell(8941) -- Regrowth 5
  1768. player:LearnSpell(9750) -- Regrowth 6
  1769. player:LearnSpell(9856) -- Regrowth 7
  1770. player:LearnSpell(9857) -- Regrowth 8
  1771. player:LearnSpell(9858) -- Regrowth 9
  1772. player:LearnSpell(26980) -- Regrowth 10
  1773. player:LearnSpell(48442) -- Regrowth 11
  1774. player:LearnSpell(48443) -- Regrowth 12
  1775. player:LearnSpell(774) -- Rejuvenation 1
  1776. player:LearnSpell(1058) -- Rejuvenation 2
  1777. player:LearnSpell(1430) -- Rejuvenation 3
  1778. player:LearnSpell(2090) -- Rejuvenation 4
  1779. player:LearnSpell(2091) -- Rejuvenation 5
  1780. player:LearnSpell(3627) -- Rejuvenation 6
  1781. player:LearnSpell(8910) -- Rejuvenation 7
  1782. player:LearnSpell(9839) -- Rejuvenation 8
  1783. player:LearnSpell(9840) -- Rejuvenation 9
  1784. player:LearnSpell(9841) -- Rejuvenation 10
  1785. player:LearnSpell(25299) -- Rejuvenation 11
  1786. player:LearnSpell(26981) -- Rejuvenation 12
  1787. player:LearnSpell(26982) -- Rejuvenation 13
  1788. player:LearnSpell(48440) -- Rejuvenation 14
  1789. player:LearnSpell(48441) -- Rejuvenation 15
  1790. player:LearnSpell(2782) -- Remove Curse
  1791. player:LearnSpell(50769) -- Revive 1
  1792. player:LearnSpell(50768) -- Revive 2
  1793. player:LearnSpell(50767) -- Revive 3
  1794. player:LearnSpell(50766) -- Revive 4
  1795. player:LearnSpell(50765) -- Revive 5
  1796. player:LearnSpell(50764) -- Revive 6
  1797. player:LearnSpell(50763) -- Revive 7
  1798. player:LearnSpell(1079) -- Rip 1
  1799. player:LearnSpell(9492) -- Rip 2
  1800. player:LearnSpell(9493) -- Rip 3
  1801. player:LearnSpell(9752) -- Rip 4
  1802. player:LearnSpell(9894) -- Rip 5
  1803. player:LearnSpell(9896) -- Rip 6
  1804. player:LearnSpell(27008) -- Rip 7
  1805. player:LearnSpell(49799) -- Rip 8
  1806. player:LearnSpell(49800) -- Rip 9
  1807. player:LearnSpell(62600) -- Savage Defense
  1808. player:LearnSpell(52610) -- Savage Roar 1
  1809. player:LearnSpell(5221) -- Shred 1
  1810. player:LearnSpell(6800) -- Shred 2
  1811. player:LearnSpell(8992) -- Shred 3
  1812. player:LearnSpell(9829) -- Shred 4
  1813. player:LearnSpell(9830) -- Shred 5
  1814. player:LearnSpell(27001) -- Shred 6
  1815. player:LearnSpell(27002) -- Shred 7
  1816. player:LearnSpell(48571) -- Shred 8
  1817. player:LearnSpell(48572) -- Shred 9
  1818. player:LearnSpell(2908) -- Soothe Animal 1
  1819. player:LearnSpell(8955) -- Soothe Animal 2
  1820. player:LearnSpell(9901) -- Soothe Animal 3
  1821. player:LearnSpell(26995) -- Soothe Animal 4
  1822. player:LearnSpell(2912) -- Starfire 1
  1823. player:LearnSpell(8949) -- Starfire 2
  1824. player:LearnSpell(8950) -- Starfire 3
  1825. player:LearnSpell(8951) -- Starfire 4
  1826. player:LearnSpell(9875) -- Starfire 5
  1827. player:LearnSpell(9876) -- Starfire 6
  1828. player:LearnSpell(25298) -- Starfire 7
  1829. player:LearnSpell(26986) -- Starfire 8
  1830. player:LearnSpell(48464) -- Starfire 9
  1831. player:LearnSpell(48465) -- Starfire 10
  1832. player:LearnSpell(40120) -- Swift Flight Form
  1833. player:LearnSpell(779) -- Swipe (Bear) 1
  1834. player:LearnSpell(780) -- Swipe (Bear) 2
  1835. player:LearnSpell(769) -- Swipe (Bear) 3
  1836. player:LearnSpell(9754) -- Swipe (Bear) 4
  1837. player:LearnSpell(9908) -- Swipe (Bear) 5
  1838. player:LearnSpell(26997) -- Swipe (Bear) 6
  1839. player:LearnSpell(48561) -- Swipe (Bear) 7
  1840. player:LearnSpell(48562) -- Swipe (Bear) 8
  1841. player:LearnSpell(62078) -- Swipe (Cat) 1
  1842. player:LearnSpell(18960) -- Teleport: Moonglade
  1843. player:LearnSpell(467) -- Thorns 1
  1844. player:LearnSpell(782) -- Thorns 2
  1845. player:LearnSpell(1075) -- Thorns 3
  1846. player:LearnSpell(8914) -- Thorns 4
  1847. player:LearnSpell(9756) -- Thorns 5
  1848. player:LearnSpell(9910) -- Thorns 6
  1849. player:LearnSpell(26992) -- Thorns 7
  1850. player:LearnSpell(53307) -- Thorns 8
  1851. player:LearnSpell(5217) -- Tiger's Fury 1
  1852. player:LearnSpell(6793) -- Tiger's Fury 2
  1853. player:LearnSpell(9845) -- Tiger's Fury 3
  1854. player:LearnSpell(9846) -- Tiger's Fury 4
  1855. player:LearnSpell(50212) -- Tiger's Fury 5
  1856. player:LearnSpell(50213) -- Tiger's Fury 6
  1857. player:LearnSpell(5225) -- Track Humanoids
  1858. player:LearnSpell(740) -- Tranquility 1
  1859. player:LearnSpell(8918) -- Tranquility 2
  1860. player:LearnSpell(9862) -- Tranquility 3
  1861. player:LearnSpell(9863) -- Tranquility 4
  1862. player:LearnSpell(26983) -- Tranquility 5
  1863. player:LearnSpell(48446) -- Tranquility 6
  1864. player:LearnSpell(48447) -- Tranquility 7
  1865. player:LearnSpell(783) -- Travel Form
  1866. player:LearnSpell(5177) -- Wrath 2
  1867. player:LearnSpell(5178) -- Wrath 3
  1868. player:LearnSpell(5179) -- Wrath 4
  1869. player:LearnSpell(5180) -- Wrath 5
  1870. player:LearnSpell(6780) -- Wrath 6
  1871. player:LearnSpell(8905) -- Wrath 7
  1872. player:LearnSpell(9912) -- Wrath 8
  1873. player:LearnSpell(26984) -- Wrath 9
  1874. player:LearnSpell(26985) -- Wrath 10
  1875. player:LearnSpell(48459) -- Wrath 11
  1876. player:LearnSpell(48461) -- Wrath 12
  1877. end
  1878. end
  1879.  
  1880.  
  1881. RegisterServerHook(16, "Commands_Learn")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement