When I fire up the new script it will get to the "Processing Zone Sections" and then stops.
After checking the XUnleashedLog I found this:
04/28/05 10:48:06 AM Looking for 3rd Party Service for services\EQ2Service.Service
04/28/05 10:48:07 AM SCRIPT ERROR: Invalid procedure call or argument: 'Left'
Src: Microsoft VBScript runtime error
Line:525 Error:0 Scode:800a0005
04/28/05 10:48:07 AM Failed to Parse the Script. Check it for errors.
So I open up the vbs file for the Harvest bot and scroll down to the appropriate lines and this is what is there:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
If z > 0 then
zonename = left(zonename, len(zonename)-2)
end if
That is lines 524-526. I dont really see what is wrong with the syntax so if anyone could help me out, it would be much appreciated.