Search found 36 matches

by javelinl
Mon Oct 18, 2004 12:04 pm
Forum: MQ2::General
Topic: How to Donate to the Macroquest developers!
Replies: 228
Views: 148938

Curious..

Do the Dev's usually acknowledge a donation? (a simple Got the money, thx would be fine).

I'd just like to confirm that the money is actually getting to the people I've sent it to.
by javelinl
Thu Sep 16, 2004 1:08 pm
Forum: MQ2::Help
Topic: I need help. I'm dumb.
Replies: 5
Views: 1841

inc files....

inc files are just included snippets used by other macros (spellcast.inc, botspell.inc etc).

They go in the same directory as the .mac files.
by javelinl
Sat Sep 11, 2004 3:00 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

Pet Buff's

I'm looking at making a modification of the self buff list to check for buffs on your pet, but I'm not sure of the correct syntax to change

/call AddCast "${CommandParam}" "${Me.Name}" b-0

to target my pet.
by javelinl
Sat Sep 11, 2004 2:22 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 160951

Necro Mod

I apologize if someone has already posted a way to use Necro lich options without killing the necro, but I've added these options to my botspell.inc. Maybe someone has a suggestion to set it up better than my crude modifications to the canni code. |botspell.inc |Bot spell module. |Version 13.3.3 |Da...
by javelinl
Tue Jul 27, 2004 2:34 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.2.1 [Updated 07/23/2004] Defend, Guard, Protect!
Replies: 103
Views: 35792

confirmation

Looking at the your post it seems that to change addcast to use ID the syntax would be

/call AddCast "${CommandParam}" "id {Me.Pet.ID}" b-0

?
by javelinl
Tue Jul 27, 2004 8:35 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.2.1 [Updated 07/23/2004] Defend, Guard, Protect!
Replies: 103
Views: 35792

No problems here

I haven't had any problems so far with the latest code.
by javelinl
Mon Jul 26, 2004 9:19 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.2.1 [Updated 07/23/2004] Defend, Guard, Protect!
Replies: 103
Views: 35792

suggestions

I can certainly see the issues with the smiley's etc, and I'll make sure to disable them in the future. It looks like it just replaced D 's with grinning smileys. Targeting a pet isn't too much of a problem, but how to make Addcast do it is my question. The syntax in self buff is /call AddCast "...
by javelinl
Mon Jul 26, 2004 12:55 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.2.1 [Updated 07/23/2004] Defend, Guard, Protect!
Replies: 103
Views: 35792

Question on coding

I didn't see anything on the previous posts about handling automatic pet buffs, so I made a modification. However, I'm not sure about the correct syntax for AddCast to point to an ID (as opposed to a name). I cheated and used f1 f1, but I'd like to know how to do it right. Code below. Changes in red...
by javelinl
Fri May 28, 2004 4:31 pm
Forum: MQ2::Macros::Requests
Topic: PL Mac
Replies: 9
Views: 2917

Simple PL script

Maybe I'm missing them as well, but I don't see that many, non-group based PL scripts. Even genbot will ignore all others not in your group by default. Here's a simple script I used to PL my enchanter with my lvl 56 clr. It follows using the MQMoveUtils plug in but certainly not required. #chat chat...
by javelinl
Fri May 28, 2004 12:58 pm
Forum: MQ2::General
Topic: EQWindows is back up
Replies: 4
Views: 1598

EQWindows is back up

Just a note for anyone multiboxing, EQWindows is out with a new version that works with the new login (www.eqwindows.com)

Seems to work a bit faster than the old version.
by javelinl
Fri May 21, 2004 1:43 pm
Forum: MQ2::Help
Topic: MQ2 doesn't work with the latest Login changes?
Replies: 15
Views: 6009

EQWindows

Someone mentioned a 'fixed' EQWindows... does it exist? I've just replaced the EQMain.dll to keep working, but it'd be nice to know a fix is out there.
by javelinl
Wed May 19, 2004 2:56 pm
Forum: MQ2::Macros::Requests
Topic: Macro for Abysmal Sea Brewing
Replies: 12
Views: 3058

stupid?

I know in my case, I'd rather spend an hour writing and debugging a script, then spending a hour just clicking to perform the same task. Even if I'll never use the macro again, I much prefer taking the time to get more comfortable with the syntax and possible errors than getting the carpal tunnel fr...
by javelinl
Thu Apr 29, 2004 10:58 am
Forum: MQ2::General
Topic: How to Donate to the Macroquest developers!
Replies: 228
Views: 148938

Does L124RD actually distribute the funds?

Reading the posts makes me a bit nervous. I sent 100.00 on Mar. 12, 2004 via L124RD paypal account.

Did that get to the devs?
by javelinl
Thu Apr 29, 2004 10:37 am
Forum: MQ2::General
Topic: Why you're not hired Lax
Replies: 21
Views: 7662

Just curious,

Where are you looking a job?

I work in Manhattan, and Wall Street is always begging for more programmers. I'm assuming you can at least navigate Unix (which is a requirement for working on the program trading desks).
by javelinl
Tue Apr 27, 2004 1:10 pm
Forum: Macro Help (MQ1)
Topic: Feared, running detection....
Replies: 4
Views: 3733

UNKNOWN

I had a loop running over my last combats, and the MOB reports stand even when running away.

Also, a mob that does not exist, returns FEIGN.

Is that the correct value for invalid state?