Advertisement
julienanid

Synth REDO spell

Sep 12th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 13.65 KB | None | 0 0
  1.    
  2.  
  3.     #include "ScriptPCH.h"
  4.      
  5.     enum eIcons
  6.     {
  7.             CHAT_ICON               = 0,
  8.             VENDOR_ICON             = 1,
  9.             FLIGHT_ICON             = 2,
  10.             TRAINER_ICON            = 3,
  11.             GEAR_ICON               = 4,
  12.             GEAR_ICON_2             = 5,
  13.             BANK_ICON               = 6,
  14.             CHAT_DOTS_ICON          = 7,
  15.             TABARD_ICON             = 8,
  16.             SWORDS_ICON             = 9,
  17.             GOLD_DOT_ICON           = 10
  18.     };
  19.      
  20.     // enum redo same FOR ALL classes
  21.     enum war_spell
  22.     {      
  23.             //Name OF spell = Spell ID // (,) Needed, remove it ONLY at the END. LIKE here
  24.             war_spell_Overpower = 7384,
  25.             war_spell_Battle_Shout = 47436,
  26.             war_spell_Heroic_Strike = 47450,
  27.             war_spell_Charge = 11578,
  28.             war_spell_Rend = 47465,
  29.             war_spell_Thunder Clap = 47502,
  30.             war_spell_Victory Rush = 34428,
  31.             war_spell_Hamstring = 1715,
  32.             war_spell_Bloodrage = 2687,
  33.             war_spell_Defensive_Stance = 71,
  34.             war_spell_Sunder_Armor = 7386,
  35.             war_spell_Taunt = 355,
  36.             war_spell_Shield_Bash = 72,
  37.             war_spell_Demoralizing_Shout = 47437,
  38.             war_spell_Revenge = 57823,
  39.             war_spell_Mocking_Blow = 694,
  40.             war_spell_Shield_Block = 2565,
  41.             war_spell_Disarm = 676,
  42.             war_spell_Cleave = 47520,
  43.             war_spell_Retaliation = 20230,
  44.             war_spell_Stance_Mastery = 12678,
  45.             war_spell_Execute = 47471,
  46.             war_spell_Challenging_Shout = 1161,
  47.             war_spell_Shield_Wall = 871,
  48.             war_spell_Berserker_Stance = 2458,
  49.             war_spell_Intercept = 20252,
  50.             war_spell_Slam = 47475,
  51.             war_spell_Berserker_Rage = 18499,
  52.             war_spell_Whirlwind = 1680,
  53.             war_spell_Pummel = 6552,
  54.             war_spell_Sheild_Slam = 47488,
  55.             war_spell_Recklessness = 1719,
  56.             war_spell_Spell_Reflection = 23920,
  57.             war_spell_Commanding_Shout = 47440,
  58.             war_spell_Intervene = 3411,
  59.             war_spell_Shattering_Throw = 64382,
  60.             war_spell_Enraged_Regeneration = 55694,
  61.             war_spell_Heroic_Throw = 57755,
  62.             war_spell_Dual_Wield = 42459,
  63.             war_spell_Plate_Mail_skill = 750,
  64.             war_spell_Intimidating_Shout = 5246,
  65.             war_spell_Parry = 3127,
  66.             war_spell_Riding = 34093,
  67.             war_spell_Journeyman_Riding = 33392,
  68.             war_spell_Cold_Weather_Flying = 54197,
  69.             war_spell_Plate_Mail_skill = 750,
  70.             war_spell_Axes_skill = 196,
  71.             war_spell_Two_Handed_Axes_skill = 197,
  72.             war_spell_Maces_skill = 198,
  73.             war_spell_Two_Haned_Maces_skill = 199,
  74.             war_spell_Polearms_skill = 200,
  75.             war_spell_Swords_skill = 201,
  76.             war_spell_Two_Handed_Swords_skill = 202,
  77.             war_spell_Shoot = 264,
  78.             war_spell_Crossbows_skill = 5011,
  79.             war_spell_Guns_skill = 266,
  80.             war_spell_Throw = 2567,
  81.             war_spell_Mortal Strike = 47486,
  82.             war_spell_Devastate = 47498
  83.             //END Spell = blabla
  84.     };
  85.      
  86.     enum pala_spell
  87.     {
  88.             //Name OF spell = Spell ID // (,) Needed, remove it ONLY at the END. LIKE here
  89.             pala_spell_Parry = 3127,
  90.             pala_spell_Concentration_Aura = 19746,
  91.             pala_spell_Divine_Intervention = 19752,
  92.             pala_spell_Plate_Mail_skill = 750,
  93.             pala_spell_Devotion_Aura = 48942,
  94.             pala_spell_Holy_Light = 48782,
  95.             pala_spell_Blessing_of_Might = 48932,
  96.             pala_spell_Judgement_of_Light = 20271,
  97.             pala_spell_Divine_Protection = 498,
  98.             pala_spell_Hammer_of_Justice = 10308,
  99.             pala_spell_Purify = 1152,
  100.             pala_spell_Hand_of_Protection = 10278,
  101.             pala_spell_Lay_on_Hands = 48788,
  102.             pala_spell_Judgement_of_Wisdom = 53408,
  103.             pala_spell_Redemption = 48950,
  104.             pala_spell_Blessing_of_Wisdom = 48936,
  105.             pala_spell_Righteous_Defense = 31789,
  106.             pala_spell_Hand_of_Reckoning = 62124,
  107.             pala_spell_Retribution_Aura = 54043,
  108.             pala_spell_Righteous_Fury = 25780,
  109.             pala_spell_Hand_of_Freedom = 1044,
  110.             pala_spell_Blessing_of_Kings = 20217,
  111.             pala_spell_Consecration = 48819,
  112.             pala_spell_Exorcism = 48801,
  113.             pala_spell_Flash_of_Light = 48785,
  114.             pala_spell_Sense_Undead = 5502,
  115.             pala_spell_Seal_of_Justice = 20164,
  116.             pala_spell_Turn_Evil = 10326,
  117.             pala_spell_Hand_of_Salvation = 1038,
  118.             pala_spell_Judgement_of_Justice = 53407,
  119.             pala_spell_Shadow_Resistance_Aura = 48943,
  120.             pala_spell_Seal_of_Light = 20165,
  121.             pala_spell_Frost_Resistance_Aura = 48945,
  122.             pala_spell_Divine_Shield = 642,
  123.             pala_spell_Fire_Resistance_Aura = 48947,
  124.             pala_spell_Seal_of_Wisdom = 20166,
  125.             pala_spell_Cleanse = 4987,
  126.             pala_spell_Hammer_of_Wrath = 48806,
  127.             pala_spell_Hand_of_Sacrifice = 6940,
  128.             pala_spell_Holy_Wrath = 48817,
  129.             pala_spell_Greater_Blessing_of_Might = 48934,
  130.             pala_spell_Greater_Blessing_of_Wisdom = 48938,
  131.             pala_spell_Greater_Blessing_of_Kings = 25898,
  132.             pala_spell_Crusader_Aura = 32223,
  133.             pala_spell_Avenging_Wrath = 31884,
  134.             pala_spell_Divine_Plea = 54428,
  135.             pala_spell_Shield_of_Righteousness = 61411,
  136.             pala_spell_Sacred_Shield = 53601,
  137.             pala_spell_Plate_Mail_skill = 750,
  138.             pala_spell_Axes_skill = 196,
  139.             pala_spell_Two_Handed_Axes_skill = 197,
  140.             pala_spell_Maces_skill = 198,
  141.             pala_spell_Two_Haned_Maces_skill = 199,
  142.             pala_spell_Polearms_skill = 200,
  143.             pala_spell_Swords_skill = 201,
  144.             pala_spell_Two_Handed_Swords_skill = 202,
  145.             pala_spell_Holy_Shield = 48952,
  146.             pala_spell_Avenger's Shield = 48827,
  147.            pala_spell_Greater_Blessing_of_Sanctuary = 25899,
  148.            pala_spell_Holy _Shock = 48825,
  149.            pala_spell_Seal _of _Vengeance = 31801, // Alliance
  150.            pala_spell_Warhorse = 13819, // Alliance
  151.            pala_spell_Charger = 23214, // Alliance
  152.            pala_spell_Seal_of_Corruption = 53736, // Horde
  153.            pala_spell_Thalassian_Warhorse = 34769, // Horde
  154.            pala_spell_Thalassian_Charger = 34767, // Horde
  155.    };
  156.    
  157.    
  158.    enum mount_spell
  159.    {
  160.            mount_spell_Master_Riding = 90265,
  161.            mount_spell_Journeyman_Riding = 33392,
  162.            mount_spell_Cold_Weather_Flying = 54197,
  163.            mount_spell_Flight_Master_License = 90267
  164.    };
  165.  
  166.    enum hunter_spell
  167.     {
  168.         hunter_spell_Scorpid_Sting = 3043,
  169.         hunter_spell_Parry = 3127,
  170.         hunter_spell_Rapid_Fire = 3045,
  171.         hunter_spell_Viper_Sting = 3034,
  172.         hunter_spell_Mail_skill = 8737,
  173.         hunter_spell_Track_Beasts = 1494,
  174.         hunter_spell_Aspect_of_the_Monkey = 13163,
  175.         hunter_spell_Raptor_Strike = 48996,
  176.         hunter_spell_Serpent_Sting = 49001,
  177.         hunter_spell_Arcane_Shot = 49045,
  178.         hunter_spell_Hunter's_Mark = 53338,
  179.          hunter_spell_Concussive_Shot = 5116,
  180.          hunter_spell_Aspect_of_the_Hawk = 27044,
  181.          hunter_spell_Call_Pet = 883,
  182.          hunter_spell_Dismiss_Pet = 2641,
  183.          hunter_spell_Feed_Pet = 6991,
  184.          hunter_spell_Revive_Pet = 982,
  185.          hunter_spell_Tame_Beast = 1515,
  186.          hunter_spell_Track_Humanoids = 19883,
  187.          hunter_spell_Distracting_Shot = 20736,
  188.          hunter_spell_Mend_Pet = 48990,
  189.          hunter_spell_Wing_Clip = 2974,
  190.          hunter_spell_Eagle_Eye = 6197,
  191.          hunter_spell_Eyes_of_the_Beast = 1002,
  192.          hunter_spell_Scare_Beast = 14327,
  193.          hunter_spell_Aspect_of_the_Cheetah = 5118,
  194.          hunter_spell_Immolation_Trap = 49056,
  195.          hunter_spell_Mongoose_Bite = 53339,
  196.          hunter_spell_Multi_Shot = 49048,
  197.          hunter_spell_Track_Undead = 19884,
  198.          hunter_spell_Aspect_of_the_Viper = 34074,
  199.          hunter_spell_Disengage = 781,
  200.          hunter_spell_Freezing_Trap = 14311,
  201.          hunter_spell_Beast_Lore = 1462,
  202.          hunter_spell_Track_Hidden = 19885,
  203.          hunter_spell_Track_Elementals = 19880,
  204.          hunter_spell_Frost_Trap = 13809,
  205.          hunter_spell_Aspect_of_the_Beast = 13161,
  206.          hunter_spell_Feign_Death = 5384,
  207.          hunter_spell_Flare = 1543,
  208.          hunter_spell_Track_Demons = 19878,
  209.          hunter_spell_Explosive_Trap = 49067,
  210.          hunter_spell_Aspect_of_the_Pack = 13159,
  211.          hunter_spell_Track_Giants = 19882,
  212.          hunter_spell_Volley = 58434,
  213.          hunter_spell_Aspect_of_the_Wild = 49071,
  214.          hunter_spell_Steady_Shot = 49052,
  215.          hunter_spell_Track_Dragonkin = 19879,
  216.          hunter_spell_Deterrence = 19263,
  217.          hunter_spell_Tranquilizing_Shot = 19801,
  218.          hunter_spell_Kill_Command = 34026,
  219.          hunter_spell_Snake_Trap = 34600,
  220.          hunter_spell_Misdirection = 34477,
  221.          hunter_spell_Kill_Shot = 61006,
  222.          hunter_spell_Aspect_of_the_Dragonhawk = 61847,
  223.          hunter_spell_Master's_Call = 53271,
  224.         hunter_spell_Freezing_Arrow = 60192,
  225.         hunter_spell_Call_Stabled_Pet = 62757,
  226.         hunter_spell_Axes_skill = 196,
  227.         hunter_spell_Two_Handed_Axes_skill = 197,
  228.         hunter_spell_Polearms_skill = 200,
  229.         hunter_spell_Swords_skill = 201,
  230.         hunter_spell_Two_Handed_Swords_skill = 202,
  231.         hunter_spell_Bows_skill = 264,
  232.         hunter_spell_Guns_skill = 266,
  233.         hunter_spell_Crossbows_skill = 5011,
  234.         hunter_spell_Dual_Wield = 42459,
  235.         hunter_spell_Wyvern_Sting = 49012,
  236.         hunter_spell_Explosive_Shot = 60053,
  237.         hunter_spell_Conterattack = 48999,
  238.         hunter_spell_Aimed_Shot = 49050,
  239.   };
  240.  
  241.    enum mage_spell
  242.    {
  243.        mage_spell_Arcane_Explosion = 42921,
  244.        mage_spell_Frostbolt = 42842,
  245.        mage_spell_Arcane_Intellect = 42995,
  246.        mage_spell_Fireball = 42833,
  247.        mage_spell_Conjure_Water = 27090,
  248.        mage_spell_Conjure_Food = 33717,
  249.        mage_spell_Fire_Blast = 42873,
  250.        mage_spell_Arcane_Missiles = 42846,
  251.        mage_spell_Polymorph = 12826,
  252.        mage_spell_Polymorph_Turtle = 28271,
  253.        mage_spell_Polymorph_Turkey = 61780,
  254.        mage_spell_Polymorph_Rabbit = 61721,
  255.        mage_spell_Polymorph_Pig = 28272,
  256.        mage_spell_Frost_Nova = 42917,
  257.        mage_spell_Dampen_Magic = 43015,
  258.        mage_spell_Slow_Fall = 130,
  259.        mage_spell_Flamestrike = 42926,
  260.        mage_spell_Amplify_Magic = 43017,
  261.        mage_spell_Remove_Curse = 475,
  262.        mage_spell_Blink = 1953,
  263.        mage_spell_Blizzard = 42940,
  264.        mage_spell_Evocation = 12051,
  265.        mage_spell_Fire_Ward = 43010,
  266.        mage_spell_Mana_Shield = 43020,
  267.        mage_spell_Frost_Ward = 43012,
  268.        mage_spell_Scorch = 42859,
  269.        mage_spell_Counterspell = 2139,
  270.        mage_spell_Cone_of_Cold = 42931,
  271.        mage_spell_Conjure_Mana_Gem = 42985,
  272.        mage_spell_Ice_Armor = 43008,
  273.        mage_spell_Ice_Block = 45438,
  274.        mage_spell_Mage_Armor = 43024,
  275.        mage_spell_Arcane_Brilliance = 43002,
  276.        mage_spell_Molten_Armor = 43046,
  277.        mage_spell_Arcane_Blast = 42897,
  278.        mage_spell_Ice_Lance = 42914,
  279.        mage_spell_Invisibility = 66,
  280.        mage_spell_Ritual_of_Refreshment = 58659,
  281.        mage_spell_Spellsteal = 30449,
  282.        mage_spell_Conjure_Refreshment = 42956,
  283.        mage_spell_Frostfire_Bolt = 47610,
  284.        mage_spell_Dalaran_Brilliance = 61316,
  285.        mage_spell_Dalaran_Intellect = 61024,
  286.        mage_spell_Mirror_Image = 55342,
  287.        mage_spell_Portal_Dalaran = 53142,
  288.        mage_spell_Frost_Armor = 7301,
  289.        mage_spell_Swords_skill = 201,
  290.        mage_spell_Axes_skill = 196,
  291.        mage_spell_Staves_skill = 227,
  292.        mage_spell_Daggers_skill = 1180,
  293.        mage_spell_Teleport_Exodar = 32271, // Alliance
  294.        mage_spell_Teleport_Theramore = 49359, // Alliance
  295.        mage_spell_Teleport_Darnassus = 3565, // Alliance
  296.        mage_spell_Teleport_Shattrath = 33690, // Alliance
  297.        mage_spell_Teleport_Ironforge = 3562, // Alliance
  298.        mage_spell_Teleport_Stromwind = 3561, // Alliance
  299.        mage_spell_Portal_Darnassus = 11419, // Alliance
  300.        mage_spell_Portal_Exodar = 32266, // Alliance
  301.        mage_spell_Portal_Ironforge = 11416, // Alliance
  302.        mage_spell_Portal_Shattrath = 33691, // Alliance
  303.        mage_spell_Portal_Theramore = 49360, // Alliance
  304.        mage_spell_Teleport_Orgrimmar = 3567, // Horde
  305.        mage_spell_Teleport_Shattrath = 35715, // Horde
  306.        mage_spell_Teleport_Thunder_Bluff = 3566, // Horde
  307.        mage_spell_Teleport_Stonard = 49358, // Horde
  308.        mage_spell_Teleport_Silvermoon = 32272, // Horde
  309.        mage_spell_Teleport_Undercity = 3563, // Horde
  310.        mage_spell_Portal_Orgrimmar = 11417, // Horde
  311.        mage_spell_Portal_Shattrath = 35717, // Horde
  312.        mage_spell_Portal_Silvermoon = 32267, // Horde
  313.        mage_spell_Portal_Stonard = 49361, // Horde
  314.        mage_spell_Portal_Thunder_Bluff = 11420, // Horde
  315.        mage_spell_Portal_Undercity = 11418, // Horde
  316.        mage_spell_Pyroblast = 42891,
  317.        mage_spell_Ice_Barrier = 43039,
  318.        mage_spell_Living_Bomb = 55360,
  319.        mage_spell_Dragon's_Breath = 42950,
  320.         mage_spell_Blast_Wave = 42945,
  321.         mage_spell_Arcane_Barrage = 44781,
  322.    };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement