Search the Community
Showing results for tags 'c'.
-
Version 1.2.3
3258 downloads
Im trying to make the best, free C# fight class for Vanilla Feral Druid. Built towards working with my vanilla levelling profiles The idea behind this was to make a Feral druid FC that will go 1-60 where you dont need to populate the action bars with spells after training. please set the food / drink tab to look like the attached screenshot. If you want to add actual drink you can set the upper mana to 95%. Levels 1-4 will be a bit plain as it will just be melee / healing touch (wont use wrath). 4-10 will be a moonfire / rejuvenation rotation. 10-60 Is a bit more -
Hello, i`ve never done anything related to programming and after hours of Reading i`ve managed to put something together. The purpose: Combat Rezz Tanks before Healers and Healers before DD`s. Can anybody look over it and tell me, what is wrong and what is not wrong, please? char rd = 'raid'; char tmp = ''; char tmpRole = ''; bool tmpTanks = true; bool tmpHeals = true; for (int i = 1; i <= 20; i++) { tmp = rd + i; tmpRole = UnitGroupRolesAssigned(tmp); if (tmpRole == 'TANK') { if (UnitIsDead(tmp)) { tmpTanks = false; local name = GetItemInfo(61999);
- 7 replies
-
- combat rezz
- c
-
(and 1 more)
Tagged with:
