Search found 9 matches

by crazyshiza
Wed Sep 04, 2002 8:58 pm
Forum: MQ2::General
Topic: 09/04/02 offsets
Replies: 45
Views: 10801

I'm crashing too, but just for clicking on the screen
by crazyshiza
Tue Sep 03, 2002 5:00 pm
Forum: Outdated Macros::Macro Help
Topic: using /target id <spawn>
Replies: 5
Views: 1709

w00t, thanks

that's what I was missing
by crazyshiza
Tue Sep 03, 2002 4:49 pm
Forum: Outdated Macros::Macro Help
Topic: using /target id <spawn>
Replies: 5
Views: 1709

here is an example of the code

/varset v7 $target(name)
:TargetAgain
/target id $v7
/goto :TargetAgain

so this sets v7 equal to a spawn name which for example is "a_shrieker01", the problem is, the /target id $v7 will also target other shriekers even though they are different.
by crazyshiza
Tue Sep 03, 2002 3:48 pm
Forum: Outdated Macros::Macro Help
Topic: using /target id <spawn>
Replies: 5
Views: 1709

anyone know?
by crazyshiza
Sun Sep 01, 2002 11:48 pm
Forum: Outdated Macros::Macro Help
Topic: Can I do this any better?
Replies: 1
Views: 766

this is what I'd do...

/alert add 1 npc bear
/alert add 1 npc kodiak
/alert add 1 npc spiderling
/alert add 1 npc puma
/alert add 1 npc lion
/alert add 1 npc cat

/target $alert 1

this will target the closest of any of those mobs
by crazyshiza
Sun Sep 01, 2002 11:03 am
Forum: Outdated Macros::Macro Help
Topic: _
Replies: 10
Views: 2470

you have to do 2 seperate lines

$mouse(y)
$mouse(x)
by crazyshiza
Sun Sep 01, 2002 5:32 am
Forum: Outdated Macros::Macro Help
Topic: using /target id <spawn>
Replies: 5
Views: 1709

using /target id <spawn>

I want to use this command so I can go back to the correct mob when I'm fighting multiples of a mob with the same name. this command does not seem to work for me and ends up just selecting the closest mob of the same name.
by crazyshiza
Tue Aug 20, 2002 7:47 pm
Forum: Outdated Macros::Macro Help
Topic: Crashing while using macro with new UI
Replies: 1
Views: 833

Crashing while using macro with new UI

While running a macro I made I often crash to desktop when using the new UI.

The coding of the macro is:

[[ L124RD inserted code tags ]]

Code: Select all

Sub Main
:LOOP
/press 1
/delay 3
/goto :LOOP
Anyone know what the problem could be?