Search found 39 matches

by newb-n-training
Sat May 01, 2004 4:40 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94168

xander -- yeah, did that once to see but it's referenced so many other places it'd be a systemic change not a simple correction. I'm just gonna stick to LG's version as much as I can. Error found in Botcombat.inc remove ( on line 275 bsclock: /if [color=red]([/color]((${DoBackstab})&&(${Math...
by newb-n-training
Sat May 01, 2004 3:16 pm
Forum: MQ2::Macros::Conversion Help
Topic: help converting this please
Replies: 1
Views: 2810

First, try readin up on the new var system (last time I did this link it didnt work so here's hopin !)

http://macroquest2.com/phpBB2/viewtopic.php?t=6616
by newb-n-training
Sat May 01, 2004 2:39 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94168

Problem in botcore line 371: /chat [color=red]#[/color]${ChatInChannel} ${ChatText} Had to remove the # in order for it to work. Been playing with this more to see what the difference is. The change of removing the # means the value in the ini file must be a channel number instead of channel name (...
by newb-n-training
Sat May 01, 2004 2:09 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94168

Was waiting to post after I fixed it but can't figure this one out. Very strange behavior: Using AutoBehind, when the mob gets out of range, the bot occasionally won't get behind. However, if I notice the bot not behind the mob and I tap the fwd key once, the bot goes back into the getbehind mode a...
by newb-n-training
Sat May 01, 2004 12:49 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94168

Problem in botcore line 371:

Code: Select all

/chat [color=red]#[/color]${ChatInChannel} ${ChatText}
Had to remove the # in order for it to work.
by newb-n-training
Fri Apr 30, 2004 7:45 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Forgae with .ini
Replies: 26
Views: 11301

fixed link too ......... dunno what the diff was ... whatever
by newb-n-training
Fri Apr 30, 2004 7:35 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Forgae with .ini
Replies: 26
Views: 11301

wierd ... dunno why ... meant to point you to the "MQ2DataVars Reference: Usage, Examples, etc" topic in the announcements thread.

due to the MQ2DataVars changes
@DoubleCheck

has to be
${DoubleCheck}
by newb-n-training
Fri Apr 30, 2004 7:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Forgae with .ini
Replies: 26
Views: 11301

by newb-n-training
Fri Apr 30, 2004 6:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94168

Issues with BotCombat v. 12.21-- Line 265 appears to have an extra ( /if [color=red]([/color]((${Me.Heading.Degrees}<=180)&&(${Target.Heading.Degrees}<=180)&&(${Me.Heading.Degrees}>${Math.Calc[${Target.Heading.Degrees}+25]})) /goto :MoreCounter Line 266 appears to have an extra ( /if...
by newb-n-training
Thu Apr 29, 2004 11:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94168

You sir ... are my new hero

Can't wait to try this out !!
by newb-n-training
Thu Apr 29, 2004 9:44 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Simple language macro
Replies: 13
Views: 6617

fun one can you get this to work tho? not the macro's issue but when I run it the languages aren't being spoken -- the text is in common. I had to change the :Group section to simply be "Keypress hot2" (a hotkey I set up with "/g you love learning languages" on every line. is the...
by newb-n-training
Wed Apr 28, 2004 12:57 am
Forum: Macro Help (MQ1)
Topic: magicskillup.mac
Replies: 18
Views: 13984

I was trying to get ya to test a few things out and see what you could fix. I made quite a few mistakes in the first macro but here's one that works. It needs to be tested more and could use some conditionals (right now it's always trying to cast, even if you're already casting which results in a cr...
by newb-n-training
Tue Apr 27, 2004 11:09 pm
Forum: Macro Help (MQ1)
Topic: magicskillup.mac
Replies: 18
Views: 13984

ok ... so here's the error: skillmagicup.mac@48 (RaiseSkill(skill,level,spell): /if (!${Book[@spell].ID}{ playing with it by typing (directly into the MQ window) /echo ${Book[Alacrity]} on my chanter and I get an error "No such Top-Level Object 'Book'" typing /echo ${Me.Book[Alacrity]} and...
by newb-n-training
Tue Apr 27, 2004 3:09 pm
Forum: Macro Help (MQ1)
Topic: magicskillup.mac
Replies: 18
Views: 13984

PreOcts- yer hysterical :lol: but it sure seems like some people don't know how to do it

Mongol311 - post the error and lets see what else we can do ... the error typically tells you what's wrong, even down to the line the error occurs on
by newb-n-training
Tue Apr 27, 2004 12:14 pm
Forum: Macro Help (MQ1)
Topic: magicskillup.mac
Replies: 18
Views: 13984

Trying to practice by rewriting some macro's so here's a second attempt. Figured I was doing the string wrong but didn't have time to research, so again, this is meant to get you started . The old code was left in to allow people to compare against the old method. Also I reiterate - I'm doing these ...