I bet a lot of people after Awakening Patch switch from Ice Warlock to Dark, sacrifice the cool dragon for DPS
Im one of those, well, who dont like DPS anyway
Actually i dont care much about Simple Mode cause im using Logitech mouse so i have my own macro, but my friend using it cause he dont have any Macro Mouse, well, i can say its quite terible, i dont like the idea of place V - Hex Storm as the 1st skill and insert F - Leech beetween Rmb and 4 - Helix in rotation
So i made this after some researching ( Attached Files )
What does it do ? It remove V - Hex Storm and F - Leech from Simple Mode rotation ( without Soul Burn ), bring F - Leech back to F slot, you can use F - Leech and V - Hex Storm manual like normal
The code is very simple:
FileName = xml[bit].dat.files\\skill3_contextscriptdata_warlock_contextsimplemode.xml
Search = <condition skill="170371" />
Replace = <!-- <condition skill="170371" /> -->
Search = <result context-2="170371" context-ui-effect="event" control-mode="classic" />
Replace = <!-- <result context-2="170371" context-ui-effect="event" control-mode="classic" /> -->
Search = <result context-2="170371" context-ui-effect="event" control-mode="bns" />
Replace = <!-- <result context-2="170371" context-ui-effect="event" control-mode="bns" /> -->
Search = <result context-2="170050" context-ui-effect="event" control-mode="classic" />
Replace = <result context-3="170050" context-ui-effect="event" control-mode="classic" />
Search = <result context-2="170050" context-ui-effect="event" control-mode="bns" />
Replace = <result context-3="170050" context-ui-effect="event" control-mode="bns" />
The only issue is you cant use F - Leech while using Soul Burn
Im one of those, well, who dont like DPS anyway
Actually i dont care much about Simple Mode cause im using Logitech mouse so i have my own macro, but my friend using it cause he dont have any Macro Mouse, well, i can say its quite terible, i dont like the idea of place V - Hex Storm as the 1st skill and insert F - Leech beetween Rmb and 4 - Helix in rotation
So i made this after some researching ( Attached Files )
What does it do ? It remove V - Hex Storm and F - Leech from Simple Mode rotation ( without Soul Burn ), bring F - Leech back to F slot, you can use F - Leech and V - Hex Storm manual like normal
The code is very simple:
FileName = xml[bit].dat.files\\skill3_contextscriptdata_warlock_contextsimplemode.xml
Search = <condition skill="170371" />
Replace = <!-- <condition skill="170371" /> -->
Search = <result context-2="170371" context-ui-effect="event" control-mode="classic" />
Replace = <!-- <result context-2="170371" context-ui-effect="event" control-mode="classic" /> -->
Search = <result context-2="170371" context-ui-effect="event" control-mode="bns" />
Replace = <!-- <result context-2="170371" context-ui-effect="event" control-mode="bns" /> -->
Search = <result context-2="170050" context-ui-effect="event" control-mode="classic" />
Replace = <result context-3="170050" context-ui-effect="event" control-mode="classic" />
Search = <result context-2="170050" context-ui-effect="event" control-mode="bns" />
Replace = <result context-3="170050" context-ui-effect="event" control-mode="bns" />
The only issue is you cant use F - Leech while using Soul Burn