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

Magomat (the casting machine that can't walk)

Is it possible to add racials in your cc?
Would be nice :-)

Gesendet von meinem HTC EVO 3D X515m mit Tapatalk
 
Insane Output

I'm topping meters with a 385 ilvl in DS full 8/8 Clears. Solid work, mate! Great CC! +Rep, for sure!
 
This is indeed a great CC! Good work.

If i want the bot to use Time Warp when the boss is below 45% health, tho above 30%, and the buff from the Power torrent enchant is up, mana above 35%, would it look something like this?:

Code:
CastSpell("Time Warp", a => !Me.IsMoving && PlayerHasBuff("Power Torrent") && IsTargetBoss && Me.CurrentTarget.HealthPercent < 45 && Me.CurrentTarget.HealthPercent > 30 && !Me.IsInRaid && !PlayerHasDeBuff("Temporal Displacement") && !PlayerHasDeBuff("Exhausted") && CurrentMana > 35 ()),

I always forget to use it, and no1 else in the party is using it. So might as well blow it :P
 
Nice CC! But why does it interrupt a FB cast to cast instant pyro? That is a huge dps loss.
 
if hotstreak procs while flamestrike is being cast, it cancels flamestrike in an attempt to instant pyroblast, im guessing...but it doesnt do the instant cast. instead it gets stuck in a loop of 'cast, stop, cast, stop' of flamestrike.

only way to stop the loop that i can see is to manually cast the instant pyroblast.

only problem i noticed. :)

NOTE: this is at level 71.. not sure if that is the reason for my problem.
 
I've been using this cc for a long time and i love it, but in 5 mans i do notice it casts scorch an awful lot, even on bosses sometimes. For raiding it's excellent though.
 
Hi, Starting to attack * pull * writes in the log ..

Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Molten Armor"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Arcane Brilliance"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Scorch"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Living Bomb"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Flame Orb"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Scorch"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Fireball"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Molten Armor"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Arcane Brilliance"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Scorch"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Living Bomb"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Flame Orb"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Scorch"); return x+y-GetTime()
Lua failed in SpellCooldown: local x,y=GetSpellCooldown("Fireball"); return x+y-GetTime()


What should I do?
 
Yea I am getting that also trying to find a good CC for arcane mage but alot of them have not been updated for ages, might be my turn to make one :)
 
Back
Top