Posted: Mon Jan 30, 2006 9:56 pm
Hmmm trying to use the pottery mac.. keeps telling me it is trying to read the section of AS from ini and just sits there.
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
Code: Select all
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:${FileName}, ending macro...
/delay ${Math.Calc[${DelayMult}*1]}s
/return
}
/declare nValues int local 1
/declare nArray int local 0
/declare KeySet string local ${Ini[${FileName},${SectionName}]}
| ****************** Locs ****************************
:CounterLooplo
[color=yellow][b]/if (${Ini[${FileName},${SectionName},Loc${nValues}].Equal[null]})[/color][/b] {
/varcalc nValues ${nValues}-1
/goto :MakeArraylo
}
/varcalc nValues ${nValues}+1
/goto :CounterLooplo
:MakeArraylo
/if (!${nValues}) /return
/if (${nValues}>0) {
/echo Declaring Loc Array...
/declare LocArray[${nValues}] string outer
}
/for nArray 1 to ${nValues}
/varset LocArray[${nArray}] ${Ini[${FileName},${SectionName},Loc${nArray}]}
/next nArray
/echo "${SectionName}" Zone Information Read Successfully from ${FileName}...
/delay ${Math.Calc[${DelayMult}*1]}s
/return
You didn't download the .ini files.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?
I've had the same problem, I have no idea what the issue is.chazicus wrote: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.
chazicus wrote: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.
Code: Select all
/call GoToBarrel
/itemtarget "Brew Barrel"
/delay ${Math.Calc[${DelayMult}*1]}s
/click left item
[color=red]/click left item[/color]
/delay ${Math.Calc[${DelayMult}*1]}s
/doevents
/delay ${Math.Calc[${DelayMult}*1]}s
/call OpenPacks
/delay ${Math.Calc[${DelayMult}*2]}s
Youre kidding. Ctrl+F, highlight, delete. If you copied the mac in the first place, you have at least that much skill.I understand what he did but dont have the skill to do it, can anyone help with a fix on the pottery mac?
Some people just aren't meant to have a computer.Yunto? wrote: Youre kidding. Ctrl+F, highlight, delete. If you copied the mac in the first place, you have at least that much skill.
Don't take it personal man, was just kidding :)Menlaten wrote:ohyeah i can do that ... and there is no need to be a dick Override