fishing mac issue

mont7181

Lifetimer
Joined
Jul 16, 2005
Messages
210
Reaction score
1
Points
16
Location
CT
When I started armsoldiers fishing mac today, I kept getting an error.
Abysmal Sea is not a Valid Section for FILE:fishing, ending mac

I had to comment out this part in common/commonsubs
then it works fine.
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Read INI file for Loc array
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sub ReadINIA(FileName,SectionName)
/echo Attempting to Read Section "${SectionName}" Zone Information from ${FileName}...
|/if (${Ini[${FileName},${SectionName},-1,NO].Equal[NO]}) {
|/echo "${SectionName}" is not a Valid Section for FILE:${FileName}, ending macro...
|/return
|}
/declare nValues int local
/declare nArray int local 0
|~~~~~~~~~~~~~~~~~~~~~~ Locs ~~~~~~~~~~~~~~~~~
/varset nValues ${Ini[${FileName},${SectionName},Value]}
/echo ${nValues} Locs
:MakeArraylo
/if (!${nValues}) /return
/if (${nValues}) {
/echo Declaring Loc Array...
/declare LocArray[${nValues}] string outer
}
/for nArray 1 to ${nValues}
/varset LocArray[${nArray}] ${Ini[${FileName},${SectionName},Loc${nArray}]}
|/echo loc ${nArray} defined ${LocArray[${nArray}]}
/next nArray
/echo "${SectionName}" Zone Information Read Successfully from ${FileName}...
/return
 
Here, I attached one, that is fixed properly.

htw
 

Attachments

  • CommonSubs.inc
    12.4 KB · Views: 19
Last edited:
Last week file attachments got deleted from the server, and we're having problems finding a backup of attachments for the last year. Old attachments will work but not recent.

Hopefully htw sees this and re-uploads the file.