W
Wolfborn
Yes it's 6.25 am!
I get up early ))
While I was drinking my coffee this morning I started messing with downflags because yesterday it didn't seem like things were working as the should.
I noticed I kept breaking invis for some reason so this morning I loaded up a toon, opened the ini in Notepad++ and started playing.
I cast invis and clicked off a buff. Immediately she cast the buff and restored it.
I've always used !${Me.Invis},1,0 in my downshitif= line and I it worked great in the past.
I tried !${Me.Invis} without the 1,0.. same results.
More testing and playing and nothing inside the downshitif= is working.
Casts while sitting (after standing of course)
Casts while invis
Just for grins I did /melee save and BAM! The whole entire line of downshitif= is gone.
I loaded another toon. Same results.
I made a minimal of downshitif=${if[${Me.Standing}]} and it ignored it as well as /melee save (after loading of course) deleted the whole line.
Seems something is up with MQ2Melee.
-Wolf
I get up early ))
While I was drinking my coffee this morning I started messing with downflags because yesterday it didn't seem like things were working as the should.
I noticed I kept breaking invis for some reason so this morning I loaded up a toon, opened the ini in Notepad++ and started playing.
I cast invis and clicked off a buff. Immediately she cast the buff and restored it.
I've always used !${Me.Invis},1,0 in my downshitif= line and I it worked great in the past.
I tried !${Me.Invis} without the 1,0.. same results.
More testing and playing and nothing inside the downshitif= is working.
Casts while sitting (after standing of course)
Casts while invis
Rich (BB code):
Downshitif=${If[!${Select[${Zone.ID},151,202,203,219,344,345,463,33480,33113]} && !${Me.Moving} && ${Me.Standing} && !${Me.Invis},1,0]}
Just for grins I did /melee save and BAM! The whole entire line of downshitif= is gone.
I loaded another toon. Same results.
I made a minimal of downshitif=${if[${Me.Standing}]} and it ignored it as well as /melee save (after loading of course) deleted the whole line.
Seems something is up with MQ2Melee.
-Wolf

