gixxer200hp
New Member
- Joined
- Feb 11, 2011
- Messages
- 97
Is it possible to implement an option to customize poisons on rogues? noticed it only uses crippling poison in raids instead of leeching poison.
Is this the case after setting the right poison in the Class Configuration?Is it possible to implement an option to customize poisons on rogues? noticed it only uses crippling poison in raids instead of leeching poison.
please gimme a log, i changed a line in the code last time with elemental blast because of language independance, maybe this brokes it
Two bugs
1. Save and close not working.
2. CLU is causing WoW to crash. The wow error is "The instruction at "0x06620003" referenced memory at "0x00000000".
The memory could not be "written"." I tried with Singular and Tuanha paladin and the bot ran for long periods of time with no crashes. switched back to CLU to make sure and BAM crashes resumed.
View attachment 69725
but not optimal. Here is a long log with severall fights
View attachment 69669
another thing to improve:
Rain of Fire with more than 4 mobs and Fire and Brimstone first with Immolate when more than 3 mobs in front (within 15 yards)
Was not used during all AOE fights in lfr today
in 3.3.8 "save&close" button doesn't work for some reason. Settings not saved and menu not get closed ).
i know destruction never got his love ... but next week, if no other issues with CLU popping up, destruction will be fixed
--- edit ---
I tweaked the detection for adds (Elemental Shaman), it should now use Chain Lightning much better.
Replaced a call for Elemental Blast
For more tweaks and finding issues, i'll need a log
Spell.CastSpell("Elemental Blast",ret => TalentManager.HasTalent(19) && !Buff.PlayerHasActiveBuff("Ascendance"),"Elemental Blast"),
Spell.CastSpell("Elemental Blast",ret => TalentManager.HasTalent(18) && !Buff.PlayerHasActiveBuff("Ascendance"),"Elemental Blast"),