eniac
Member
- Joined
- Jul 22, 2010
- Messages
- 107
- Reaction score
- 2
Hi there are 2 mistakes in the demonology.cs Rev.702
Line 156 should be like this:
	
	
	
		
for some reason the spellid given in the code to revive the felguard was "Hand of Guldan" (ID 105174). typo ? or did I miss something?
Should there be a check on which pet to summon ? If so I'd like to implement that.
And line 171 should be like this:
	
	
	
		
The check for "Felstorm" was missing in case you are not using " Grimoire of Supremacy"
thx for this awesome CC
				
			Line 156 should be like this:
		Code:
	
	PetManager.CastPetSummonSpell("Summon Felguard", ret => (!Me.IsMoving || Me.ActiveAuras.ContainsKey("Demonic Rebirth")) && !Me.GotAlivePet && !Me.ActiveAuras.ContainsKey(WoWSpell.FromId(108503).Name), "Summon Pet"),Should there be a check on which pet to summon ? If so I'd like to implement that.
And line 171 should be like this:
		Code:
	
	Spell.CastSpell("Command Demon", ret => Me.CurrentTarget != null && ( PetManager.CanCastPetSpell("Wrathstorm") || PetManager.CanCastPetSpell("Felstorm") ) && Me.Pet.Location.Distance(Me.CurrentTarget.Location) < Spell.MeleeRange, "Command Demon"),thx for this awesome CC
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							






 
 
		 
 
		 
 
		 
 
		 Working perfect on all my toons so far.
 Working perfect on all my toons so far. 
 
		 
 
		