Search found 27 matches

by Still_a_newb
Sun May 23, 2004 1:41 am
Forum: MQ2::Macros::Help
Topic: Add /if to damage shield piece
Replies: 2
Views: 848

Add /if to damage shield piece

Something to add to my damage shield timing cast A /if so that if the MA is not a ranger it will continue to the casting.... /if (${DSTimer}<=0) { /delay 5 /target ${assist} /delay 5 /if (${Target.Distance}<=149) { /echo Casting Damage Shield on %t /if (${String[${Me.State}].Equal[SIT]}) { /stand /d...
by Still_a_newb
Sat May 22, 2004 11:58 am
Forum: MQ2::Macros::Help
Topic: Line of Sight variable?
Replies: 5
Views: 2490

What If I added an anchor dropping (just to set camp) thing to my macro, is there a /if so that if the mob is within so many units of my anchor?
by Still_a_newb
Mon May 17, 2004 9:18 pm
Forum: MQ2::Macros::Help
Topic: Line of Sight variable?
Replies: 5
Views: 2490

Ahh, are there location Variables, so macroquest could recognize if your target's loc corresponded with your own in a range of, lets say, 30 or -30 on either axis?

Hmmm

Code: Select all

  ${Me.X} or ${Me.Y}==${Target.X} or ${Target.Y}
How do you say or and how would you give a range of Target.X or Target.Y....
by Still_a_newb
Mon May 17, 2004 9:11 pm
Forum: MQ2::Macros::Help
Topic: Line of Sight variable?
Replies: 5
Views: 2490

Line of Sight variable?

Is there a /if statement I can add to a casting of a spell so it will only cast if I can see the mob?
[/code]
by Still_a_newb
Mon May 17, 2004 1:19 pm
Forum: MQ2::Macros::Help
Topic: How do i get this to work?
Replies: 7
Views: 2020

Thanks all.
by Still_a_newb
Sat May 15, 2004 8:39 pm
Forum: MQ2::Macros::Help
Topic: How do i get this to work?
Replies: 7
Views: 2020

/if ((!${Me.Buff[Khura's Focusing].ID} && !${Me.Buff[Focus of Soul].ID} && !${Me.Buff[Focus of the Seventh].ID} && ${Me.Buff[Spiritual Vigor].ID} && !${Me.Buff[Shield of Maelin].ID}) { /if (${String[${Me.State}].Equal[SIT]}) { /stand /delay 1s } /echo Casting Shield ...
by Still_a_newb
Sat May 15, 2004 8:14 pm
Forum: MQ2::Macros::Help
Topic: How do i get this to work?
Replies: 7
Views: 2020

How do i get this to work?

/if ((!${Me.Buff[Khura's Focusing].ID}) && /if (!${Me.Buff[Focus of Soul].ID}) && /if (!${Me.Buff[Focus of the Seventh].ID}) && /if (!${Me.Buff[Spiritual Vigor].ID}) && /if (!${Me.Buff[Shield of Maelin].ID}) { /if (${String[${Me.State}].Equal[SIT]}) { /stand /delay 1...
by Still_a_newb
Fri May 14, 2004 11:01 pm
Forum: MQ2::Macros::Help
Topic: I just don't know
Replies: 3
Views: 1120

Thanks A lot Chill
by Still_a_newb
Fri May 14, 2004 10:23 pm
Forum: MQ2::Macros::Help
Topic: I just don't know
Replies: 3
Views: 1120

I just don't know

This event to identify when the spell Malosinia is resisted to recast, is just not matching... #Event maloresist "#*#Your target resisted the Malosinia spell.#*#" With... Sub Event_maloresist /varset MaloCast 0 /call cast "Malosinia" /echo Malosinia resisted, trying again /return...
by Still_a_newb
Fri May 14, 2004 1:26 pm
Forum: MQ2::Macros::Snippets
Topic: DPS check
Replies: 1
Views: 2404

DPS check

Is there a way to add a something into a macro that will read your dps and your pets dps and display that after each fight?
by Still_a_newb
Thu May 13, 2004 8:34 pm
Forum: MQ2::Macros::Conversion Help
Topic: Bazaar Search Conversion
Replies: 16
Views: 11783

Code: Select all

${Bazaar.Item[x].Trader}
Returns the traders NAME, not the traders ID. So instead of

Code: Select all

/target id ${Traderid}
you should just use

Code: Select all

/target ${Traderid}
by Still_a_newb
Wed May 12, 2004 11:57 pm
Forum: MQ2::Macros::Conversion Help
Topic: Conversion Help on Mage Bot macro
Replies: 2
Views: 4308

Conversion Help on Mage Bot macro

Code: Select all

REMOVED, AFK MACRO
I really don't have much experience with this, Banannaboy really made the whole thing. I'm looking for some help because I'm not really in contact with him anymore. Thanks
by Still_a_newb
Wed May 12, 2004 7:48 pm
Forum: MQ2::Macros::Help
Topic: Writing to text box
Replies: 19
Views: 6246

Lax. Thanks for that /keypress x chat. But now, how could I have a macro automatically click in the chat box for me? <code to click in main chat box> /keypress chat x On the same subject, if I have something written inside the text box, whats the command to send it? I tried /keypress enter but it do...
by Still_a_newb
Tue May 11, 2004 9:08 pm
Forum: MQ2::Macros::Help
Topic: Writing to text box
Replies: 19
Views: 6246

Writing to text box

How could I have my macro type something in the chat window, but not send it? Also, after I have text written, how would I make it send?
by Still_a_newb
Fri Apr 30, 2004 11:46 pm
Forum: MQ2::Macros::Help
Topic: Problems with macro
Replies: 4
Views: 1225

NVM bro, got this worked out