tazman076";p="64884 wrote:I temp removed those strings i was having trouble with to see if i could get it to run basic. And it stopped the script at this point too. Not even sure where i'm looking to fix this
5/14/2005 2:22:06 PM: Entering MainLoop()
5/14/2005 2:22:06 PM: StartTimer(HealYourselfTimer) SET: 5.0 seconds
5/14/2005 2:22:06 PM: StartTimer(ScreenShotTimer) SET: 0.0 seconds
5/14/2005 2:22:06 PM: StartTimer(RequestLocTimer) SET: 0.0 seconds
5/14/2005 2:22:06 PM: StartTimer(MasterTimer) SET: 0.0 seconds
5/14/2005 2:22:06 PM: StartTimer(ScreenShotTimer) SET: 0.0 seconds
5/14/2005 2:22:06 PM: StartTimer(castTimer) SET: -1.0 seconds
5/14/2005 2:22:06 PM: StartTimer(LocTimer) SET: 0.0 seconds
5/14/2005 2:22:06 PM: StartTimer(SearchForNamesTimer) SET: 3.0 seconds
5/14/2005 2:22:06 PM: ForceTimerUp(LocTimer)
5/14/2005 2:22:06 PM: MAIN: Setting random SendKeys() - SetKeyDelay()
5/14/2005 2:22:06 PM: MAIN: TranslateSpecialKeys()
5/14/2005 2:22:06 PM: ENTERING TranslateSpecialKeys()
5/14/2005 2:22:06 PM: KeyToTranslate (TargetMonsterSTR)=<TAB> Code=<9>
5/14/2005 2:22:06 PM: KeyToTranslate (TargetFriendlySTR)=<F1> Code=<112>
5/14/2005 2:22:06 PM: KeyToTranslate (AttackSTR)=<`> Code=<192>
5/14/2005 2:22:06 PM: KeyToTranslate (ConsiderSTR)=<v> Code=<86>
5/14/2005 2:22:06 PM: KeyToTranslate (MouseToggleSTR )=<]> Code=<221>
5/14/2005 2:22:06 PM: KeyToTranslate (GetSTR)=<f> Code=<70>
5/14/2005 2:22:06 PM: KeyToTranslate (RunLockSTR)=<INSERT> Code=<45>
5/14/2005 2:22:06 PM: KeyToTranslate (ExitScriptSTR)=<DEL> Code=<46>
5/14/2005 2:22:06 PM: KeyToTranslate (PauseToggleSTR)=<F12> Code=<123>
5/14/2005 2:22:06 PM: KeyToTranslate (SprintQB)=<1> Code=<49>
5/14/2005 2:22:06 PM: KeyToTranslate (SprintSTR)=<1> Code=<49>
5/14/2005 2:22:06 PM: KeyToTranslate (GetAllMastersSTR)=<MBUTTON> Code=<4>
5/14/2005 2:22:06 PM: MAIN: Clearing Exit/Pause Keys
5/14/2005 2:22:06 PM: RandomNum() - PauseAfterXKills - (20-30) = 27
5/14/2005 2:22:06 PM: MAIN: Adding Pets as Valid Masters
5/14/2005 2:22:06 PM: MAIN: Breaking Apart Comma Strings
5/14/2005 2:22:06 PM: WARNING: Empty List - exiting BreakApartCommaString()
5/14/2005 2:22:06 PM: WARNING: Empty List - exiting BreakApartCommaString()
Mally found the other errors, but you found a bug
You need to put SOMETHING in ValidMasters INI variable - even if it's junk... if not, it locks up. Fixed in the next version, but for now just put anything in there.
Thanks for finding it!
Rich