MQ2Exchange issues?

SekretAgent

Lifetimer
Joined
Dec 3, 2006
Messages
211
Reaction score
0
Points
16
Anyone having issues with mq2exchange? I have downshits for updating my clickies because I couldnt get the clickies plugin to work a long time ago and could care less to change it back. But certain items give me issues. for instance Veil of flames will not swap out and click, says class restriction error and other ones just will not swap out.
 
I would bet with 99% probability you haven't updated to today's release yet...

htw
 
Had issues last night using downshit, wanted to make sure it was the latest patch that didnt break..

seems !${Me.Buff[Form of Defense VIII].ID} returns not null for some reason, even though, as far as I understand this coding it should return a true or false (I'm on a crash course of this language MQ2 plugins use.. c+? (I havent gotten around to learning c+ heh))

if anyone wants the full snippet to debug, it's:
Code:
downshit0=/if (${Spell[Form of Defense VIII].Stacks} && !${Me.Buff[Form of Defense VIII].ID} && !${Me.Invis}) /casting "Guardian's Jeweled Ring" rightfinger

help's appreciated


Nevermind, it was the fix today - and the reason it was returning null is because I didnt have it on >_<
 
Last edited: