Alucardtnuoc
New Member
- Joined
- Oct 20, 2012
- Messages
- 161
- Reaction score
- 0
Going to give this a whirl on my 498 mage =), will let you know how it goes in LFR.
For some reason it keeps trying to spam conjure mana gem and the game tells me that item has max charges already...and yes, I checked my bank and my inventory and its not in there.
I'm having an issue when i start the profile it tries to conjure mana gem twice and just spazzed out because you can't carry more than one gem. You can make it stop spazzing out if you just spam whatever your nether keybind is and start attacking your enemy but it looks very suspicious to say the least because its just keeps trying to conjure a mana gem until you make it start the rotation. The rotation itself is very solid only thing id say have it spam arcane blast to 80% mana before you have it barrage to reset. If you remove that conjure mana gem or adjust the profile off to a very good start. Thanks again for quick response!!
Still having the same glitch after the fresh install.
I've noticed that with any Arcane Mage CR I've tried, when using Glyph of Mana Gem - Item - World of Warcraft, it causes this error. If you have Glyph of Mana Gem - Item - World of Warcraft, get rid of it and try again. For some reason the CRs don't like the Brilliant Mana Gems, so delete them from your inventory, remove the glyph, and try again.I have the same issue. The bot just spams mana gem over and over
I have tried to fix it, removing glyph and gem didn't work, relog of both HB and wow didn't fix it either. But getting into combat let it run,I've noticed that with any Arcane Mage CR I've tried, when using Glyph of Mana Gem - Item - World of Warcraft, it causes this error. If you have Glyph of Mana Gem - Item - World of Warcraft, get rid of it and try again. For some reason the CRs don't like the Brilliant Mana Gems, so delete them from your inventory, remove the glyph, and try again.
If you have neither of these, then I'm fresh out of ideas. I just know the CRs I used started working again after I got rid of my Brilliant Mana Gem, and also removed Glyph of Mana Gem - Item - World of Warcraft.
I have tried to fix it, removing glyph and gem didn't work, relog of both HB and wow didn't fix it either. But getting into combat let it run,
SpellManager.Cast("Conjure Mana Gem");
SpellManager.Cast(759);
The only other thing I can think of is that it's not detecting when you actually have a mana gem, and that's something that only lathrodectus can look into and fix. It's also possible that it may be something with HB, in which case, only the devs can fix.I have tried to fix it, removing glyph and gem didn't work, relog of both HB and wow didn't fix it either. But getting into combat let it run,
Possible fix:
Search for:
Code:SpellManager.Cast("Conjure Mana Gem");
Should be in line 144.
Replace it with:
Code:SpellManager.Cast(759);
The only other thing I can think of is that it's not detecting when you actually have a mana gem, and that's something that only lathrodectus can look into and fix. It's also possible that it may be something with HB, in which case, only the devs can fix.
The little fix I posted was what I used pre-MoP. I haven't touched my mage since Cataclysm. I'm not terribly fond of leveling mages due to their lack of self healing and survivability. My mage was granted to 80 by using an SoR I sent myself from my old account. I only had to level it five levels, and those levels were the worst I've ever had to play.
public bool HaveManaGem()
{
return ObjectManager.GetObjectsOfType<WoWItem>(false).Any(item => item.Entry == 36799 || item.Entry == 81901);
}
New version is using Lua.Dostring to cast conjure mana gem.
CC Checks for both Glyphed and non-glyphed Mana Gem. I've tested with both and it is working ok for me.
Asked a friend to test, he says ok too. There may be some inventory bug, Maybe some experienced developer can shed a light on this, beats me
PHP:public bool HaveManaGem() { return ObjectManager.GetObjectsOfType<WoWItem>(false).Any(item => item.Entry == 36799 || item.Entry == 81901); }
Just noticed that will fix it soon. Thanks for the heads up.I would highly recommend to use cast by id. The lua command can only be used with an english client.
will give it a try in lfr this evening (with german client)
I think i?ts best arcane CC atm.
possible Improvements: Spreading living bomb with fireblast, if more targets are in range (f.e. Garalon?s legs). Using Arcane Barrage in AoE-Fights (Empress etc). Didn?t always refresh living bomb and rune of power at right time. No trinket usage.
But if you wanna idle half afk in LFR it?s really good.![]()
#showtooltip Fire Blast
/script SpellName="Fire Blast";
/script MultiCastMT=1;
/cast Fire Blast
I tested this on an 85 training dummy with my new 353 mage. 45k DPS sustained over about 20 minutes. Good CC.
Is there any way you can add AoE functionality? Fire Blast to spread Living Bomb, Flamestrike, Arcane Explosion spam.
AoE on this CC would make my nipples hard.
edit: blargh, i just read the posts above mine. no hard nipples for me, i suppose.
I made macros for Fire Blast and Arcane Explosion, and it worked well enough. About 45-55k overall DPS in heroics. I'm looking forward to AoE options. FYI, this is the best Arcane Mage CC that I know of. Looking forward to AoE options.
One thing I have noticed is sometimes it will cast missles as soon as it procs can you set it up not to burn missles unless there is 4 or more stacks or arcane charge? Very happy with the progress you have made amazing work bro.
Had an issue with rune of power on elagon during an lfr test run. It kept casting rune of power after every arcane blast. I ran it twice and had the same issue. Its probably an issue with the floor but just a heads up.