Page 4 of 8

Posted: Mon Jan 30, 2006 9:56 pm
by chazicus
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.

Posted: Tue Jan 31, 2006 10:21 am
by xander

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 
There is definately an infinite loop in this sub for me. The highlighted line never evaluates, so it continuously loops back to :CounterLooplo. I was unable to figure out the correct syntax for this line. :( Eventually I just yanked the loc's out of the .ini and put them in manually. It makes the pottery wheel despawn on me then though. /shrug

Posted: Fri Feb 03, 2006 10:42 am
by chazicus
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.

Posted: Sun Feb 05, 2006 5:25 pm
by Menlaten
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?

Posted: Sun Feb 05, 2006 6:17 pm
by xander
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.

Posted: Mon Feb 06, 2006 12:34 pm
by DigitalMocking
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.
I've had the same problem, I have no idea what the issue is.

Posted: Mon Feb 06, 2006 1:04 pm
by xander
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 
By removing the second instance of "/click left item" I was able to make this stop happening.

Posted: Tue Feb 07, 2006 2:12 am
by Menlaten
i had all the ini i just had the baking ini in wrong folder hahaha

Posted: Wed Feb 15, 2006 7:57 am
by Menlaten
doing Pottery now have the same issue as Xander.

I understand what he did but dont have the skill to do it, can anyone help with a fix on the pottery mac?

Posted: Wed Feb 15, 2006 8:54 am
by Yunto?
I understand what he did but dont have the skill to do it, can anyone help with a fix on the pottery mac?
Youre kidding. Ctrl+F, highlight, delete. If you copied the mac in the first place, you have at least that much skill.

Posted: Wed Feb 15, 2006 11:03 pm
by Override
Yunto? wrote: Youre kidding. Ctrl+F, highlight, delete. If you copied the mac in the first place, you have at least that much skill.
Some people just aren't meant to have a computer.

Posted: Sun Feb 19, 2006 11:53 am
by Menlaten
oh :oops: yeah i can do that ... and there is no need to be a dick Override

I'm not proficient enough, as i said before to know where to put the locs in the mac or to get them in the correct way so although i can do the ctrl+F yada yada i can NOT get the mac to work still since it can't create a Loc Array. If someone could lend a hand that'd rock :)

Posted: Fri Feb 24, 2006 2:37 pm
by Override
Menlaten wrote:oh :oops: yeah i can do that ... and there is no need to be a dick Override
Don't take it personal man, was just kidding :)

Posted: Thu Mar 02, 2006 7:41 pm
by armysoldier
Override

hey as you well know i have taken up the task of working the TS macros

I have added a few .. and fixed all the old ones

Sooooooooooo

when you decide to come back to EQ and secure yourself an account ..

Drop me a PM and i will send you a link to DL what i have

8-)

Army

Posted: Fri Mar 03, 2006 10:07 pm
by unity0110
baking macro could use a fix to check to see if the container has any items left over in it, some how i managed to get a loaf of bread left over in it and when it went to buy it bought more and ended up having a stack of bread in there and got spammed like crazy saying you can't combine or some thing. Also, i could probaly do this my self, but only buying 40 of each is really small and you have to make more trips, you could easily make it 120 + assuming everyone has 7 bags + a spit