• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

Addon WL Dark Simple Mode remove V and F

LongCyber

Pirate Savior
Donator
Member
I bet a lot of people after Awakening Patch switch from Ice Warlock to Dark, sacrifice the cool dragon for DPS :bnsphew:
Im one of those, well, who dont like DPS anyway :bnswhistle:
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 :bnsfoam:
So i made this after some researching :bnspeace: ( 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 :bnskiss:
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 :bnsshy:
 

Attachments

  • Warlock Shift F3 mod .patch
    1,021 bytes · Views: 118

Gigowatt221

Cricket
Member
Try to remove <condition skill="170050" /> or replace 170050 by 170135 (Mortal Coil condition, so Leech don't display if you move) BUT keep <result context-3="170050" [...]
It's a way to force the display of a skill. Simple mode Leech condition disables Leech displaying while SB so if we remove the Leech condition (or replace it with another skill), we don't have this problem.
BTW, as Dragon Helix is in the right click, you can remove it from 4 and put another skill insteed, like Leech or the debuff, vampiric rage, etc.
 

Fideles

Cricket
Member
dont use simple mode on WL, iits bugged (hope ncwest fix this ) if u use simple mode new skills when u using quell will dont showup on 4, X and V, (like vampiric drain, scream pvp skill, and others 2) only sb on tab will show up
 

LongCyber

Pirate Savior
Donator
Member
Try to remove <condition skill="170050" /> or replace 170050 by 170135 (Mortal Coil condition, so Leech don't display if you move) BUT keep <result context-3="170050" [...]
It's a way to force the display of a skill. Simple mode Leech condition disables Leech displaying while SB so if we remove the Leech condition (or replace it with another skill), we don't have this problem.
BTW, as Dragon Helix is in the right click, you can remove it from 4 and put another skill insteed, like Leech or the debuff, vampiric rage, etc.
many thanks, i will try
dont use simple mode on WL, iits bugged (hope ncwest fix this ) if u use simple mode new skills when u using quell will dont showup on 4, X and V, (like vampiric drain, scream pvp skill, and others 2) only sb on tab will show up
noticed, i will do a test later
 
Top Bottom