What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mage CS

kolsso12

New Member
Joined
Jan 15, 2010
Messages
9
Reaction score
0
Before it was 2 CS for mage. I do not know way it is only 1 left. I think the second one was better for levelling. At leas after I took away all bugs.

NOTE! It is only for HB first version and it is made for frost mage.




To reduce number of bugs delete all food, water and managems you not are using. It working without take it away but your relogg program will relogg more often.
The numbers in the end (after //) is the level u get the spell and the numbers before is wowheads number for managem, food and water.

System.Collections.Generic.Dictionary<uint, uint> _gem =
new System.Collections.Generic.Dictionary<uint, uint>() //Mana gem dictionary, Delete all u not are using!
{
//Mana Gem
//(uint spellId, uint itemId)
{42982, 33312}, //77
{27101, 22044}, //68
{10054, 8008}, //58
{10053, 8007}, //48
{3552, 5513}, //38
{759, 5514} //28



};

System.Collections.Generic.Dictionary<uint, uint> _foodSpells =
new System.Collections.Generic.Dictionary<uint, uint>() //Food Dictionary, Delete all u not are using!
{
// Universal "all in one":
// {uint spellId, uint itemId},
{42956, 43523}, // 80
{42955,43518}, // 75

// Food:
{33717,22019}, // 70
{28612,22895}, // 60
{10145,8076}, // 52
{10144,8075}, // 42
{6129, 1487}, // 32
{990, 1114}, // 22
{597, 1113}, // 12
{587, 5349}, // 6


};

System.Collections.Generic.Dictionary<uint, uint> _drinkSpells =
new System.Collections.Generic.Dictionary<uint, uint>() //Drink Dictionary, Delete all u not are using!
{
// Universal "all in one":
{42956, 43523}, // 80
{42955,43518}, // 75

// Water:
{27090,22018}, // 70
{37420,30703}, // 65
{10140,8079}, // 60
{10139,8078}, // 50
{10138,8077}, // 40
{6127, 3772}, // 30
{5506, 2136}, // 20
{5505, 2288}, // 10
{5504, 5350}, // 4






To edit a CS Notepad++ is working good.





You are able to change:

private double restHealth = 55; // Eat at X% health
private double restMana = 55; // Drink at X% mana
private double evocateMana = 50;
private double gemMana = 30;
private double potionHealth = 40;
private double bandageHealth = 50;
private bool usePolymorph = true; // NB: Polymorph is only used in Frost spec. It is NOT used if you are Fire spec.
private bool useBlizzard = false; // Cast Blizzard if you have 2 or more adds. Won't use if you have a Polymorph close by
private bool useFrostNova = true; // Sometimes you don't want to Frost Nova & Backup. If you don't set this to false.



NOTE! This is not my CS but he ho did this 1 have lock the thread and now it is deleted. It is to good CS to delete this one. Sorry I do not remember the craters name of this CS. Hope you not get angry when I putt it up on forum again.

It was some bugs before but all shall be gone now, at least up to level 60. I have used this 1 close to all the time when I level from level 1.
 

Attachments

Last edited:
Same CS but for low level ho is using Mana Shield instead of Ice Barrier.
 

Attachments

you guys need to be aware, if you edit the lists and somethings not on there that should be, say mana strudle, it will keep making them over and over and over. none stop because it pulls the "names" from that list, to confirm it has X food or X water or X managem. just be aware it can cause issues.
 
Back
Top