Search found 46 matches

by boredom
Sun Mar 20, 2005 10:00 am
Forum: What Not To Do::Help
Topic: DeathPeace AA
Replies: 4
Views: 5927

Meh, probably. Navigate on the wiki to the place you think the answer to your question should be found I didn't see any links on the left that would correspond, though I looked briefly anyway. I did a search for any topic that could be related with no success. So the question stands, anyone have thi...
by boredom
Sun Mar 20, 2005 5:05 am
Forum: What Not To Do::Help
Topic: DeathPeace AA
Replies: 4
Views: 5927

DeathPeace AA

Wondering if anyone else has come accross this problem. I finally started AAing again with my Necro, and got the Death Peace AA. unfortunately I can't seem to activate it through the /alt activate command, either using the number (88 acording to safe house) or the full name. Anyone know what I'm doi...
by boredom
Mon Jun 28, 2004 7:52 pm
Forum: MQ2::Help
Topic: LoS
Replies: 6
Views: 1704

LoS

Wondering who does the Line of Sight calculating, the client or server. I would love to see access to the line of sight if it's already calculated client side.
by boredom
Wed Nov 26, 2003 4:48 pm
Forum: MQ2::Development::Feature Discussion
Topic: 25-11 Offsets
Replies: 21
Views: 11565

MQ2 working and correct offsets?

Would like to know if MQ2 is working (more than MQ1, IE. $char(casting) fixed), if so, I have no problems moving to MQ2, but haven't had a reason to up till now, and still woun't be moving if their casting offset/struct is incorect as well.

/Bored
by boredom
Tue Nov 25, 2003 6:30 pm
Forum: MQ2::Development::Feature Discussion
Topic: 25-11 Offsets
Replies: 21
Views: 11565

$char(casting)

$char(casting) always == true even when not casting :?

/Bored
by boredom
Wed Nov 12, 2003 4:42 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V8 with ini
Replies: 253
Views: 67679

Help

If you're looking for help with setting up MacroQuest, look here. If you have MQ running, but don't know how to use genbot, take a look at the /mac command in the manual.

/Bored

EDIT: /tell <botname> cmds
replace <botname> with the name of the toon being boted
by boredom
Sun Nov 09, 2003 4:59 pm
Forum: MQ2::Development::Feature Discussion
Topic: REQUEST: /alert
Replies: 91
Views: 2551

Exactly

that's exactly what I'm looking for . . . only one problem.

Code: Select all

/alert add 1 id $target(id)
/echo $alert(1) = TRUE
/echo $alert(2) = TRUE
upon trying other things:

Code: Select all

/alert add 1 id $target(id)
/alert add 2 noalert 1
/echo $alert(2)
results in a Crash to Desktop
by boredom
Sun Nov 09, 2003 4:10 pm
Forum: MQ2::Development::Feature Discussion
Topic: REQUEST: /alert
Replies: 91
Views: 2551

REQUEST: /alert

currently /alert add 1 pawn will alert for all orc pawns. But I would like to add a specific one to my alert /alert add 1 $target(name) Because $target(name) returns an_orc_pawn23, it would be specific to the mob I have targeted, would love to add multiple individual mobs like that. Also, would love...
by boredom
Mon Nov 03, 2003 8:38 am
Forum: Macro Requests (MQ1)
Topic: I need a macro creator or just somone who can help lol
Replies: 8
Views: 3097

problems

You're first problem is your variables. You are using the old way. check out http://macroquest2.com/phpBB2/viewtopic.php?t=3219 for some good info on how the new way is done.

/Bored
by boredom
Fri Oct 31, 2003 6:45 am
Forum: MQ2::Development::Feature Discussion
Topic: Request: $target(target) and/or $spawn(id,target)
Replies: 6
Views: 2707

serverside

/assist has a server side component in that it requests the mob that mob X has targeted, that is not stored client side.

/bored
by boredom
Fri Oct 31, 2003 6:42 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V8 with ini
Replies: 253
Views: 67679

pet

There is code in the bot to target (and heal) the pet. I'm pretty sure it's something like

Code: Select all

/target id $spawn($group(@GroupMember),pet)
if there is no pet attatched to that group member, spawn will return 0.

/Bored
by boredom
Thu Oct 30, 2003 3:56 pm
Forum: MQ2::Development::Feature Discussion
Topic: Bug? /if handling
Replies: 4
Views: 1546

quotes

Is there any way of detecting if there is a quotation mark in a string? For example, if someone on the master list sends a tell to GrimJack's bot with a quote in it, you get about 50 repeats of this error.

/Bored
by boredom
Thu Oct 30, 2003 3:31 pm
Forum: Macro Help (MQ1)
Topic: GrimJack's Hunter.mac v2.1 modification
Replies: 4
Views: 1357

This appears to be an up-to-date macro, I'm asuming by version 2 you mean the variable changes. Good luck on learning, and don't get discouraged (except maybe by a GM). /bored P.S. A helpful hint is to place code in code brackets so that it stands out like this just press the code button below your ...
by boredom
Wed Oct 01, 2003 7:01 pm
Forum: Outdated Macros::Macro Depot
Topic: genbot.mac - Bot for any class scirpts.
Replies: 109
Views: 52684

chat chat

#chat chat and in Sub Event_chat /if "$p0"=="ChatChannel" { :ArrayTime /if "$arg(1,"$p2")"=="$a(1,$CmdArrayNum)" { /call Do-$a(1,$CmdArrayNum) $p2 /return } /varadd CmdArrayNum 1 /if n $CmdArrayNum>=$CmdArraySize /return /goto :ArrayTime } haven't t...
by boredom
Sat Sep 27, 2003 12:38 pm
Forum: MQ2::Development::Feature Discussion
Topic: Request: notid functionality
Replies: 3
Views: 1137

This doesn't help unless I can add ID's to /alert. I'm trying to build an agro list for my character, and may have many mobs with the same name on me.

/Bored