Anonuzer01
Active Member
- Joined
- Sep 9, 2010
- Messages
- 947
- Reaction score
- 26
Instance Buddy 2? *perk*
Apparently my Zip file contains no files...?
Downloaded it 3 times now. Everytime it says there is nothing in the file to extract, despite it being 5.6MB..
WoWSpell RangeSpell
{
get
{
switch (Me.Class)
{
case Styx.Combat.CombatRoutine.WoWClass.Druid:
return SpellManager.Spells["Starfire"];
case Styx.Combat.CombatRoutine.WoWClass.Hunter:
return SpellManager.Spells["Arcane Shot"];
case Styx.Combat.CombatRoutine.WoWClass.Mage:
return SpellManager.Spells[B]["Frost Bolt"];[/B]
case Styx.Combat.CombatRoutine.WoWClass.Priest:
return SpellManager.Spells["Shoot"];
case Styx.Combat.CombatRoutine.WoWClass.Shaman:
return SpellManager.Spells["Lightning Bolt"];
case Styx.Combat.CombatRoutine.WoWClass.Warlock:
return SpellManager.Spells["Curse of Agony"];
default: // should never get to here but adding this since the compiler complains
return SpellManager.Spells["Auto Attack"]; ;
}
}
}
WoWSpell RangeSpell
{
get
{
switch (Me.Class)
{
case Styx.Combat.CombatRoutine.WoWClass.Druid:
return SpellManager.Spells["Starfire"];
case Styx.Combat.CombatRoutine.WoWClass.Hunter:
return SpellManager.Spells["Arcane Shot"];
case Styx.Combat.CombatRoutine.WoWClass.Mage:
return SpellManager.Spells[B]["Frostbolt"];[/B]
case Styx.Combat.CombatRoutine.WoWClass.Priest:
return SpellManager.Spells["Shoot"];
case Styx.Combat.CombatRoutine.WoWClass.Shaman:
return SpellManager.Spells["Lightning Bolt"];
case Styx.Combat.CombatRoutine.WoWClass.Warlock:
return SpellManager.Spells["Curse of Agony"];
default: // should never get to here but adding this since the compiler complains
return SpellManager.Spells["Auto Attack"]; ;
}
}
}