Search found 14 matches

by optix
Sat Apr 11, 2009 11:20 am
Forum: MQ2::Bug Reports
Topic: Crash converting to test
Replies: 8
Views: 2526

Yea I figured but I don't think there's support for test MQ2 anywhere on the internet lol.. it's fine, I'll try to figure it all out.
by optix
Sat Apr 11, 2009 6:43 am
Forum: MQ2::Bug Reports
Topic: Crash converting to test
Replies: 8
Views: 2526

Crash converting to test

I'm merely doing this for practice, as I just got back in the game. But anyway, I updated all the offsets but haven't touched any of the structures yet. You don't have to tell me exactly what's wrong but how I use this information to figure out what's wrong myself. I used to know how to do this myse...
by optix
Tue Mar 11, 2008 4:05 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Spawn Detector
Replies: 3
Views: 2913

#turbo Sub Main /declare CharName string outer NAMEHERE /declare SpawnWait string outer a snow bunny :loop /if (${Spawn[${SpawnWait}].ID}) { /exec "C:\Spawn.MP3" bg /tell ${CharName} WOOT! It's UP! /beep /endm } /delay 5s /goto :loop /return Yes /exec is an EQ command, not a MQ command I ...
by optix
Mon Feb 04, 2008 12:56 am
Forum: MQ2::Help
Topic: Plugin Help
Replies: 0
Views: 1859

Plugin Help

http://www.macroquest2.com/wiki/index.php/Declare (I think that I will need to be using a declare to constantly declare current location) Edit (ieatacid): Hi! This command you speak of, and the associated plugin, is considered an active hack and therefore not supported here. Thread locked, warning o...
by optix
Tue Jan 29, 2008 1:21 pm
Forum: MQ2::Macros::Help
Topic: DZ Accept Button
Replies: 31
Views: 8406

Thanks, could you post the control as well? I can't seem to find anywhere on the wiki where there's a list of controls. I entered GH to test this and when it asked would I like to zone into dragonscale or whatever I just type /notify LargeDialogWindow Yes_Button leftmouseup and YesButton and Accept_...
by optix
Mon Jan 28, 2008 5:38 pm
Forum: MQ2::Macros::Help
Topic: DZ Accept Button
Replies: 31
Views: 8406

Evidence of Unity
by optix
Mon Jan 28, 2008 3:26 pm
Forum: MQ2::Macros::Help
Topic: DZ Accept Button
Replies: 31
Views: 8406

Not for an AFK macro, but I have several bots that I run missions with (mostly thal) for XP. I have a macro set up for each one so I can send tells telling them exactly what to do like (heal, follow, thorns, etc.) Now I want to be able to send them a tell saying "zone in" and it moves to t...
by optix
Mon Jan 28, 2008 1:13 pm
Forum: MQ2::Macros::Help
Topic: DZ Accept Button
Replies: 31
Views: 8406

I still can't figure this out been working on it forever, I'm pretty sure I found out that DynamicZoneWnd is the window that you get when you get a DZ, not when your zoning into an instanced version of a static zone. I don't see ANYTHING in the windowslist that looks like it would work, but I know i...
by optix
Sun Jan 27, 2008 10:11 pm
Forum: MQ2::Macros::Help
Topic: DZ Accept Button
Replies: 31
Views: 8406

Not a clue, but I'm sure they're the same because they're both instanced zones.
by optix
Sun Jan 27, 2008 9:49 pm
Forum: MQ2::Macros::Help
Topic: DZ Accept Button
Replies: 31
Views: 8406

DZ Accept Button

http://www.macroquest2.com/wiki/index.php/WindowsList http://www.macroquest2.com/wiki/index.php/Notify I wish to add something in my macro so that it auto runs to a group task mission and when the window comes up that says would you like enter the instanced version of your zone then it auto hits yes...
by optix
Sun Jan 27, 2008 5:34 pm
Forum: MQ2::Macros::Help
Topic: Summon Alert
Replies: 4
Views: 1463

Nevermind, I figured it out.
by optix
Sun Jan 27, 2008 5:10 pm
Forum: MQ2::Macros::Help
Topic: Summon Alert
Replies: 4
Views: 1463

Code: Select all

#event Summoned           "You have been summoned!"
Sub Main
  :mainloop
  /doevents
  /goto :mainloop
/return

Sub Event_Summoned
  /echo You have been summoned, trigger activated
/alert
Doesn't work..
by optix
Sun Jan 27, 2008 1:44 pm
Forum: MQ2::Macros::Help
Topic: Summon Alert
Replies: 4
Views: 1463

Thanks a lot, I wasn't even thinking what to search for.. obviously that's the answer lol
by optix
Sun Jan 27, 2008 1:09 pm
Forum: MQ2::Macros::Help
Topic: Summon Alert
Replies: 4
Views: 1463

Summon Alert

http://www.macroquest2.com/wiki/index.php/If I am trying to figure out the /if command to give me an alert if I get summoned. I am trying to make it so if there is something in chat box that says 'You have been summoned!' then it will auto play an alert for me, here's what I have so far... /if (${Ch...