Search found 116 matches

by Neolesh
Thu Jan 27, 2005 12:07 am
Forum: MQ2::Macros::Help
Topic: any way to detect if pet is idling or busy fighting?
Replies: 49
Views: 7455

zanomo wrote:hmm.. In that case, add condition for corpse?

Code: Select all

/if (${Me.Pet.Target} && !${Me.Pet.Target.Find[Corpse]})
I think you mean

Code: Select all

/if (${Me.Pet.Target} && !${Me.Pet.Target.Name.Find[Corpse]})
by Neolesh
Fri Jan 21, 2005 12:04 pm
Forum: MQ2::Bug Reports
Topic: Pet and mob spam.
Replies: 20
Views: 5801

by Neolesh
Fri Jan 21, 2005 11:16 am
Forum: MQ2::Macros::Requests
Topic: Looking for /camp desktop when you die
Replies: 10
Views: 3236

I use..

Code: Select all

#event Slain "You have been slain by#*#"

Sub Event_Slain
  /echo Something went wrong and I died! Ending Macro!
  /delay 200
  /beep
  /camp Desktop
  /delay 40
  /beep
  /endmacro
/return
by Neolesh
Mon Jan 17, 2005 12:47 am
Forum: MQ2::Macros::Requests
Topic: Wizard Autocast: simple macro
Replies: 3
Views: 1582

You're just being stupid.
by Neolesh
Fri Jan 14, 2005 5:13 am
Forum: MQ2::Macros::Help
Topic: SHM macro help
Replies: 63
Views: 12636

edit and use code instead of quote
by Neolesh
Thu Jan 13, 2005 3:29 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Loot.mac [Loots the mob you(Or ur pet) just killed]
Replies: 5
Views: 2988

Okay maybe I'm missing something obvious but..

Code: Select all

     /declare LootCheck   int inner  0 
     /declare LootTotal   int inner  0
I checked the documentation and I can't find inner vartypes or how they behave listed anywhere.
by Neolesh
Sun Jan 09, 2005 2:58 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

You take all the text from it and copy into your MQ2Main.cpp at the bottom, then recompile mq2, then you take the code again and put it into another cpp file called Imafuckingmoron.cpp and compile that and copy the results into your Istilldontfuckingunderstand folder. Then you can RTFM. And then you...
by Neolesh
Fri Jan 07, 2005 8:56 pm
Forum: MQ2::Macros::Requests
Topic: Any good Enchanter grp
Replies: 15
Views: 4804

lol
by Neolesh
Fri Jan 07, 2005 8:45 pm
Forum: MQ2::Macros::Requests
Topic: Any good Enchanter grp
Replies: 15
Views: 4804

MACRO WORLD DONT WANT YOU GO AWAY
by Neolesh
Fri Jan 07, 2005 8:34 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 21706

Hehe I make stupid mistakes in formating all the time, I guess you just get an eye for it :D
by Neolesh
Fri Jan 07, 2005 7:01 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 175322

What sub routine is that?

Edit: Actually you know what. What you want to do is complicated enough that you really should learn more than cut/paste/post/hopeforthebest.

The answer to your question lies in the Manual and in the documentation for Spell_Routines.inc
by Neolesh
Fri Jan 07, 2005 5:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: RH mod for SK now 2.5
Replies: 94
Views: 21706

Code: Select all

/if (${Me.AbilityReady["111"]} && !${InvSlot[Offhand].Item.Type.Equal[Shield]} {
should be

Code: Select all

/if (${Me.AbilityReady["111"]} && !${InvSlot[Offhand].Item.Type.Equal[Shield]}) { 
by Neolesh
Fri Jan 07, 2005 5:32 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 175322

At least show us what you've tried to do and maybe we can help. I don't think anyone here is going to rewrite an entire subroutine for you.
by Neolesh
Fri Jan 07, 2005 2:48 pm
Forum: MQ2::Help
Topic: Melee Macro
Replies: 13
Views: 4968

I dunno who that is in Warden's avatar but looks a lot like a Real-Life Yuna! wtb my own real-life yuna plz, thx can u help me? I searched and I cannot find her thx.
by Neolesh
Fri Jan 07, 2005 12:14 am
Forum: MQ2::Macros::Help
Topic: Buff check help
Replies: 20
Views: 2223

Why don't you try it and see, and if it's not come back :)