Search found 70 matches

by Undies
Tue Oct 26, 2004 12:04 pm
Forum: MQ2::General
Topic: MQ2^2
Replies: 14
Views: 4717

But didn't EQ Macros become generic directX Xylobot only after Verant threatened to sue the dev Ben Ziegler? Why did Verant leave MQ alone? I always thought it was because MQ was open source.
by Undies
Mon Oct 25, 2004 10:11 pm
Forum: MQ2::General
Topic: MQ2^2
Replies: 14
Views: 4717

Interesting... I thought the main reason SOE never sued the asses off the MQ devs was precisely because it was open source?
by Undies
Mon Sep 27, 2004 8:35 am
Forum: MQ2::General
Topic: boxing woes since OOW
Replies: 19
Views: 7256

sorry I should have mentioned I have 1.5GB RAM and have most settings at simple or off. EDIT: It is not just simple lag... the clock actually seems to change the rate it works at. eg. I cast group buffs on myself and somebody else but they wear off at substantially different times (eg 20 min diff). ...
by Undies
Sun Sep 26, 2004 9:53 pm
Forum: MQ2::General
Topic: boxing woes since OOW
Replies: 19
Views: 7256

boxing woes since OOW

Not really associated with Macroquest, just posting here since many seem to know their stuff a lot better than most! I box 2 characters on 1 machine (Athlon 1700 Geforce Ti 4200 128M) I've been having awful problems since OOW. The major one was unplayable lag in all the new OOW zones. I recently fix...
by Undies
Sat Jul 10, 2004 12:15 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.1.5 [Updated 07/11/2004] Invites and Events!
Replies: 75
Views: 29912

There is an occasional bug that affects my monkbot. Sometimes on mob death the monkbot is still in autoattack mode, despite there being no target. Then when she goes off to pull (manually), the very first mob she targets, she goes on to attack! (committing suicide in the process). I fix this by tell...
by Undies
Sat Jul 03, 2004 7:14 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.1.5 [Updated 07/11/2004] Invites and Events!
Replies: 75
Views: 29912

thanks (smacks forehead!)
by Undies
Fri Jul 02, 2004 11:48 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.1.5 [Updated 07/11/2004] Invites and Events!
Replies: 75
Views: 29912

Am I the only one having trouble with v13.1.0 botcore.inc?

Surely line 147 should read

/if (${advpathv}>=1.24) {

not

/if (${advpathv}>=1.24) {

???
(original line gives "non-numeric encountered" error and it crashes.
by Undies
Wed Jun 16, 2004 8:07 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.0.3 [Updated 06/15/2004] Buff Queues added!
Replies: 58
Views: 19809

Is there any way currently to prevent bots running off after gating mobs?

If not I'll write something for my personal.inc file.
by Undies
Fri Jun 04, 2004 6:14 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Advbot.mac - Advanced Caster Bot - Heal/Debuff/Buff
Replies: 349
Views: 116907

stupid question time....

how do you get the number for an AA skill for an activate?
by Undies
Thu Apr 29, 2004 12:59 pm
Forum: MQ2::General
Topic: MQ2Data Phase 3 - MQ2DataVars active - early.
Replies: 50
Views: 14838

I am saying, there is a reason someone with his skill level has been out of work for 6 months. That's true, there is a reason for everything... but don't begin to presume you know what it is without having even met him. Even without using any macros, MQ is awesome. Look at what the MQ devs have don...
by Undies
Mon Apr 12, 2004 10:43 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 81399

This is all I do. personal.inc |MACROQUEST MACRO FILE |personal.inc |Personal commands module example. |Version 8.13 |Date:10/24/2003 8:56am | | |Commands in this module: | | | | #Event Nobind1 "You cannot bandage your target past" #Event Nobind2 "You cannot be bandaged past" #Ev...
by Undies
Mon Apr 12, 2004 1:05 am
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 81399

I have this in my monk.inc file. Personal.inc calls it if the character is a monk (eg. in PersonalMain put /if "$char(class)"=="monk" /call monkroutine) Sub monkroutine /if $combat==TRUE { /if n @epic_timer==0 { /cast item "celestial fists" /varset epic_timer 9s } } /re...
by Undies
Sat Apr 10, 2004 11:45 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 81399

There is a bug when using advpath.inc.

If the bot is following the master and is told to attack, it doesn't....you need to tell it to stop first, then attack. Or just use afollow....
by Undies
Fri Apr 02, 2004 8:55 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 81399

hmm, did another complete reinstallation and the problem fixed itself... no idea what was happening there...
by Undies
Thu Apr 01, 2004 8:02 pm
Forum: MQ2::Bug Reports
Topic: genbot problems
Replies: 0
Views: 694

genbot problems

OK genbot causes EQ to freeze every time I run it since the rev D March 31 2004 patch. It worked OK before the March 31 patches. This occurs with any character on either account. I am using VS6 with SP6 (I realise SP6 required for VS6) but am having trouble getting the debugger to work as explained ...