User interface changes after the Patch (good read)

Chit chat
Post Reply
User avatar
Fenz
old man
Posts: 9594
Joined: 09 May 2005, 05:34
Location: Holland

User interface changes after the Patch (good read)

Post by Fenz »

For all you modders and macro-makers this is THE thread to read:

http://forums.worldofwarcraft.com/threa ... 5623&sid=1
I ain't leaving without your soul and I am sober this time.
User avatar
Smooglab
Stone Guard
Stone Guard
Posts: 204
Joined: 09 Nov 2006, 14:30
Location: Haarlem (NL)

Post by Smooglab »

Basicly, macro's and addons like Decursive/Detox get nerfed to the bone, from what I can read.
Image
Level 70 Troll Warrior.
User avatar
sneek
The Punisher
Posts: 4774
Joined: 08 May 2005, 23:41
Location: Netherlands

Post by sneek »

Well there are some interesting tidbits for the UI macros.

/cast [target=mouseover,exists] Dispel Magic

for example will dispel magic of the unit beneath your mouse cursor in-game.
A whole slew of conditional statements are being added to macros.

Unfortunately I still haven't been able to figure out how to /equip something to the offhand. :(
User avatar
Smooglab
Stone Guard
Stone Guard
Posts: 204
Joined: 09 Nov 2006, 14:30
Location: Haarlem (NL)

Post by Smooglab »

sneek wrote:Unfortunately I still haven't been able to figure out how to /equip something to the offhand. :(
Not using any addons to do so would mean something like this:
Equip a 2hander.
Equip a 1 hander.
Equip a 1 hander.

That way you will go from 2 hander to a hander (1 hander will go to your mainhand) and your offhand will be empty. Now if you then try to equip the second 1hander it will go to your offhand.

Of course if you can take your offhand (shield) off that should do the same.
Image
Level 70 Troll Warrior.
User avatar
sneek
The Punisher
Posts: 4774
Joined: 08 May 2005, 23:41
Location: Netherlands

Post by sneek »

Was more thinking in the line of the "/equip" macro command.
/equip MainHandName
/equip OffHandName

Wont work for example.
User avatar
psythe
General
General
Posts: 503
Joined: 08 Sep 2005, 16:06
Location: Uptown Uppsala

Post by psythe »

sneek wrote:Was more thinking in the line of the "/equip" macro command.
/equip MainHandName
/equip OffHandName

Wont work for example.
cant you do something similar to this:
/equip 9 Gladiator's Left Ripper
/equip 10 Gladiator's Right Ripper
/equip <slot nr> <item name> ?

i read somewhere on one of the pages that you could do it with /use (i think :S )
Post Reply