Search found 8 matches

by exspes007
Fri Dec 27, 2019 9:25 pm
Forum: MQ2::Development::Feature Discussion
Topic: Improved item handling get/put
Replies: 2
Views: 725

Re: Improved item handling get/put

not that i'm opposed in any way to this idea, but whats the idea behind the last example?
by exspes007
Thu Sep 13, 2018 10:32 am
Forum: MQ2::Macros::Help
Topic: Accessing item descriptions / eq time
Replies: 4
Views: 1424

Re: Accessing item descriptions / eq time

GTime=3,2,118,172,0,204,255, ${If[${GameTime.Hour} > 11,${Int[${Math.Calc[${GameTime.Hour}-12]}]},${GameTime.Hour}]}:${If[${GameTime.Minute} < 10,0${GameTime.Minute},${GameTime.Minute}]} ${If[${GameTime.Hour} > 11,PM,AM]} All it does is display just the game time hours and minutes since seconds alw...
by exspes007
Tue Feb 06, 2018 10:07 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Group Shrink
Replies: 5
Views: 1263

Re: Group Shrink

sub DoShrink /declare Person int local 0 /if (${Me.Class.Name.Equal[Bard]} && ${Bool[${Plugin[MQ2Twist]}]} { /twist off /stopsong /delay 5 } /for Person 0 to 5 /if (${Group.Member[${Person}].ID}) { /echo Shrinking ${Group.Member[${Person}].DisplayName} /target ID ${Group.Member[${Person}].I...
by exspes007
Wed Oct 04, 2017 7:39 pm
Forum: MQ2::Bug Reports
Topic: Aura change problem. No Such 'string' member 'Name'
Replies: 7
Views: 2413

Re: Aura change problem. No Such 'string' member 'Name'

Code: Select all

${Me.Aura[].Name.Equal[]}
not tried .Length, but above is what I use.
by exspes007
Thu Sep 14, 2017 5:02 pm
Forum: MQ2::Bug Reports
Topic: Group.Members
Replies: 2
Views: 526

Re: Group.Members

/echo ${Group.Members}

returns NULL when alone. no raid. no mercs. no group.

if it needs to be wrapped in a ${Bool that's ok, i just seem to remember it returning an Int.
by exspes007
Thu Sep 14, 2017 1:42 pm
Forum: MQ2::Bug Reports
Topic: Group.Members
Replies: 2
Views: 526

Group.Members

didn't Group.Members used to return a 0 when not grouped?
by exspes007
Fri Sep 08, 2017 7:33 pm
Forum: MQ2::Help
Topic: Macro warnings from MQ2-20170908.zip
Replies: 6
Views: 2161

Re: Macro warnings from MQ2-20170908.zip

why would a bind command, when issued, echo Starting Bind @ then do the routine then echo Ending Bind @

and thank you for the update. it has already helped me find a few typos.