Search found 27 matches

by xander
Mon Feb 06, 2006 1:04 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: TRADESKILL MACROS MOVED NEW THREAD
Replies: 110
Views: 25542

I have had the brew barrel despawn on me for some unknownreason using the brewing macro... I just camped out and in and it was back. /call GoToBarrel /itemtarget "Brew Barrel" /delay ${Math.Calc[${DelayMult}*1]}s /click left item [color=red]/click left item[/color] /delay ${Math.Calc[${De...
by xander
Sun Feb 05, 2006 6:17 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: TRADESKILL MACROS MOVED NEW THREAD
Replies: 110
Views: 25542

Menlaten wrote:Baking Mac


Using old default UI i get to the point of starting combines in a spit and an un-named container opens then says "Can not find PM" ends mac

any help?
You didn't download the .ini files.
by xander
Tue Jan 31, 2006 10:21 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: TRADESKILL MACROS MOVED NEW THREAD
Replies: 110
Views: 25542

Sub ReadINIA(FileName,SectionName) /echo Attempting to Read Section "${SectionName}" Zone Information from ${FileName}... /delay ${Math.Calc[${DelayMult}*1]}s /if (${Ini[${FileName},${SectionName},-1,NO].Equal[NO]}) { /echo "${SectionName}" is not a Valid Section for FILE:${File...
by xander
Sat Jan 07, 2006 12:10 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: TRADESKILL MACROS MOVED NEW THREAD
Replies: 110
Views: 25542

pottery.mac problems

The pottery mac crashes because of this, although i do not know enough to fix it. | ****************** Locs **************************** :CounterLooplo /if [color=red](${String[${Ini[${FileName},${SectionName},Loc${nValues}]}].Equal[null]})[/color] { /varcalc nValues ${nValues}-1 /goto :MakeArraylo...
by xander
Mon May 10, 2004 2:56 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

At this point, self buffs are working fine for me. Buffs will cast, and the timer never seems to give me errors, but they never get recast. Also, the bot tells me that certain spells don't exist when they do. Currently, this has happened with these spells: Superior Camouflage Improved Superior Camou...
by xander
Sat May 08, 2004 11:34 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

Self Buffs are working for me as well now, but I'm not sitting after casting a self buff. Need to add the check in Sub CheckSelfBuffs? Not sure where to put it actually.
by xander
Fri May 07, 2004 9:59 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

I know this is a small change, but it was bugging me. The afk command was never added to the commands list:

Code: Select all

   /call AddCommand CORE afk Do-afk
by xander
Fri May 07, 2004 9:20 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

Self buffs seem to be working for me with this code(the red is my change from Night's post): botspell.inc (110-116) :SelfBuffLoad /if (${SelfBuffList.Arg[${ArgNum},|].Length}) { /varset CommandParam ${SelfBuffList.Arg[${ArgNum},|][color=red]}[/color] /call AddSelfBuff "${CommandParam}" } /...
by xander
Fri May 07, 2004 2:36 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

botspell.inc(110-116) :SelfBuffLoad /if (${SelfBuffList.Arg[${ArgNum},[color=red]|[/color]].Length}) { /varset CommandParam ${SelfBuffList.Arg[${ArgNum,[color=red]|[/color]}]} /call AddSelfBuff "${CommandParam}" } /varcalc ArgNum ${ArgNum}+1 /if (${SelfBuffList.Arg[${ArgNum}].Length}) /got...
by xander
Wed May 05, 2004 5:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

Buff still doesn't work for me, I'll try again after todays update. It failed when the timer got to 0 and it knew it was time to recast it. Then the timer started going negative, and well, it wasn't pretty heh. Sorry I can't post the exact error, my client crashed before I could get it off.
by xander
Sat May 01, 2004 7:46 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

Also having problems with Buff, so it's not just you :D
by xander
Sat May 01, 2004 3:58 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

If a string is used (amongst the other problems I wont go into) the Ini value is constantly reset to 0. Was the intention to use a string or a number here? I for one would love to see it a channel name since my channel numbers change when pw's are changed (thus throwing off the /autojoin). I agree ...
by xander
Sat May 01, 2004 11:08 am
Forum: MQ2::Macros::Conversion Help
Topic: Help with my Skillup.mac - Spell Trainer
Replies: 9
Views: 5149

Try it without the quotes.
by xander
Fri Apr 30, 2004 1:07 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

When I do sn/snt/buff spirit of wolf, my bot tells me that it doesn't know the spell spirit and can't cast it.
by xander
Fri Apr 30, 2004 12:51 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot Version 12 Ready
Replies: 285
Views: 94815

Do-snt has the word string capitalized on line 473 of botspell.inc. Same for the do-buff command on line 530 of botspell.inc snt isn't working for spells with spaces in them. Not sure how to make it work for spells with spaces in them. Note: no command where you specify the spell name with the comma...