• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Warlock Warlock's lvling build

I like to go 5 into imp corruption, 2 into imp drain soul and then down the demo tree to soul link. Put your dots up and wand finish with rank one soul link.

You should almost never have any down time.

This macro will let you use drain soul and if your soul shard bag is full delete the last soul shard so you do not have to do it yourself.


/cast Drain Soul(Rank 1)
/run local a=GetBagName(4); if a=="Core Felcloth Bag" or a=="Felcloth Bag" or a=="Soul Pouch" or a=="Box of Souls" or a=="Small Soul Pouch" then PickupContainerItem(4,GetContainerNumSlots(4)) DeleteCursorItem() else end
 
Top Bottom