A forum for you to dump all the macros you create, allowing users to use, modify, and comment on your work.
Moderator: MacroQuest Developers
-
LordGiddion
- a snow griffon

- Posts: 352
- Joined: Sat Sep 13, 2003 6:12 pm
-
Contact:
Post
by LordGiddion » Mon Apr 26, 2004 2:34 pm
fez_ajer: Anchor bug is still there because I haven't reposted the code since you posted the bug.
Dulapore: Relaying of tells is 1 because it's controlled by the relay tells command, If you have relay tells on then you should expect to see them not matter what level verbosity is set at, If you have it off you won't see again no matter what level you have verbosity set at.
-
Dulapore
- a lesser mummy

- Posts: 67
- Joined: Thu Feb 26, 2004 4:39 am
Post
by Dulapore » Mon Apr 26, 2004 3:01 pm
I use IRC, it wasn't relaying the tells via IRC, it was relaying them via tells. That's because of this code in Sub Chatout. The way this is written, if you use ChatOut 1, then you will force it to use tells.
Code: Select all
Sub ChatOut(ChatPriority,ChatTarget,ChatText)
/if (@ChatPriority>@Verbosity) /return
/if (${String[@ChatTarget].Equal[GROUP]}) {
/g @ChatText
/return
}
[b] /if (@ChatPriority==1) { [/b]
/tell @ChatTarget @ChatText
/return
}
-
LordGiddion
- a snow griffon

- Posts: 352
- Joined: Sat Sep 13, 2003 6:12 pm
-
Contact:
Post
by LordGiddion » Mon Apr 26, 2004 3:09 pm
Dulapore: ok I see the issue, I'll tweek it before my next repost.
-
fez_ajer
- a ghoul

- Posts: 106
- Joined: Fri Apr 23, 2004 6:44 pm
- Location: If I was up your ass you'd know where I was...
Post
by fez_ajer » Mon Apr 26, 2004 4:24 pm
Not rushing you Gid, just posting it so folks would know to change it until the next release comes out.
-
spektralkat
- orc pawn

- Posts: 22
- Joined: Sat Dec 20, 2003 5:25 am
Post
by spektralkat » Mon Apr 26, 2004 7:30 pm
curently if yaulp is set to off or the comand yaulp off is givin on my cleric i get a
Code: Select all
[color=red]
Failed to parce condition '(0=99999)',non-numeric encountered error:{[/color]
botspell.inc@152(SetupSpellVars):/if(DoYaulp==99999) {
Genbot.mac@51 (main):/call SetupSpellVars
[color=red]Ending macro: Calculate found unparceable text '0=99999'[/color]
-
LordGiddion
- a snow griffon

- Posts: 352
- Joined: Sat Sep 13, 2003 6:12 pm
-
Contact:
Post
by LordGiddion » Mon Apr 26, 2004 8:20 pm
spektralkat: looks like I miss an @ in the /if statement. Try changing it to /if (@DoYaulp) {
Not sure if that an issue cause I've already started ripping my code apart to go to MQ2DataVars.
-
basik
- decaying skeleton

- Posts: 3
- Joined: Tue Apr 27, 2004 2:46 am
Post
by basik » Tue Apr 27, 2004 10:08 am
for some reason when im trying this on my shaman, i cant get Tnarg's Mending to cast, i can get Kragg's mending to cast fine, but when i try Tnarg's it tells me it Couldnt Parse, anyone got any suggestions?
-
LordGiddion
- a snow griffon

- Posts: 352
- Joined: Sat Sep 13, 2003 6:12 pm
-
Contact:
Post
by LordGiddion » Tue Apr 27, 2004 10:57 am
basik: Are you trying to cast it with SN, Buff or with an INI shortcut? Are you sure your using the correct spelling there is a difference between ' and `, sorry need a bit more detail and I'll do my best to help you.
If your getting an error can you past the error here?
-
wassup
- Official Guardian and Writer of TFM

- Posts: 1487
- Joined: Sat Oct 26, 2002 5:15 pm
Post
by wassup » Tue Apr 27, 2004 12:20 pm
basik wrote:for some reason when im trying this on my shaman, i cant get Tnarg's Mending to cast, i can get Kragg's mending to cast fine, but when i try Tnarg's it tells me it Couldnt Parse, anyone got any suggestions?
Pretty sure it's what Lord Giddeon said.
It's Tnarg
`s Mending, not Tnarg
's Mending
-
fez_ajer
- a ghoul

- Posts: 106
- Joined: Fri Apr 23, 2004 6:44 pm
- Location: If I was up your ass you'd know where I was...
Post
by fez_ajer » Tue Apr 27, 2004 1:47 pm
I've noticed some odd behavour that I'm trying to track down and wanted to post what I'm seeing here in case someone goes 'Ahhh, yah, that's this...'
Botted cleric who melees with yaulp and autobehind on:
1) He always gets 'Spell recovery time not met' on first Yaulp of fight (not a big deal)
2) About one in three mobs when he goes to get behind the mob he just takes off and hauls ass in a tight circle around the mob. He'll continue to circle the mob until I hit a key.
The above cleric and a botted pally:
3) Both bots will occaisionally just turn on attack and stand there getting 'You are too far away' messages until I press any movement key. At that point, they haul ass to the mob and start whacking.
I'm about to sift through the engage code and look for what this could be, but if anyone has any ideas I'd be happy to hear them.
- Fez
-
fez_ajer
- a ghoul

- Posts: 106
- Joined: Fri Apr 23, 2004 6:44 pm
- Location: If I was up your ass you'd know where I was...
Post
by fez_ajer » Tue Apr 27, 2004 1:53 pm
We may need to add something like this for those quick casts like yaulp and FD:
Code: Select all
#event RecoveryTime "Spell recovery time not yet met."
...
Sub Event_RecoveryTime
/call Delay 2
/varset DoAgain 1
/return
Should do the trick.
- Fez
-
LordGiddion
- a snow griffon

- Posts: 352
- Joined: Sat Sep 13, 2003 6:12 pm
-
Contact:
Post
by LordGiddion » Tue Apr 27, 2004 2:50 pm
fez_ajer: I think I might have messed up some of the /keypress commands when I switch from /sendkeys. check if I screwed any of them up.
-
crisdan
- a ghoul

- Posts: 126
- Joined: Mon Mar 24, 2003 1:56 pm
Post
by crisdan » Tue Apr 27, 2004 4:03 pm
I just compiled the latetest release of macroquest and when i started /mac genbot <master name> I get an error saying advpath.inc cannot be located.
Should advpath.inc be part of macroquest? I selected all items for compile btw.
Where can i get a copy of advpath.inc ? - I performed a serach on the forums but nothing was found, i think maybe the search engine may be buggy at this time too.
Any suggestions would be, or if someone could post a copy of advpath.inc i will add it to my mq2.
-
ml2517
- a grimling bloodguard

- Posts: 1216
- Joined: Wed Nov 12, 2003 1:12 am
Post
by ml2517 » Tue Apr 27, 2004 4:07 pm
*hint* advpath.inc is a snippet.
-
Fuergrissa
- a grimling bloodguard

- Posts: 607
- Joined: Mon Dec 08, 2003 3:46 pm
- Location: UK
Post
by Fuergrissa » Tue Apr 27, 2004 4:32 pm
2 more small issues
1, when you issue the command yesres the bot gets an error : invalid notifacation leftbuttonup
2, somewhere in the heal pet routine there is an error: couldn,t parse ")",
when i finish playing later ill see if i can find it unless someone else does first.