sorry, I was afk this weekend
When I woke up I ll go to check bots and everything was ok, but when I start Mozilla this message appeared in log file
Code:
13.11.2010 - 07:12:41 WoW error detected, restarting all WoW/Bots
13.11.2010 - 07:12:45 Start/Restart Account 1 wow window does not exist
relogger closed all wow and bot windows and start them again
ah, this is probably because you are on a website with the name: WoW.... the relogger thinks a errors comes up.
The relogger checks for window names WoW and WowError, you could change:
Code:
$wowerror = WinExists("WowError")
$wowerror2 = WinExists("WoW")
to
Code:
AutoItSetOption("WinTitleMatchMode", 3)
$wowerror = WinExists("WowError")
$wowerror2 = WinExists("WoW")
AutoItSetOption("WinTitleMatchMode", 1)
then it will check for the exact title match.
or you delete:
Code:
$wowerror2 = WinExists("WoW")
and
Well I do, I hit OK then I see it saying saving.... done at the bottom then I figured its saved, so I close the script and reopen then go to settings and nothing saved..
I made a whole new folder with a copy of the 2.0.6 compile and put everything in, hit ok.. said saving.. done then i closed the script and reopened it.. went to settings then BAM blank.. i really dont get it. I turned off game booster incase that was it but no. I manually went into the settings thru notepad and it saved.. yeesh
Hm, right click on settings.ini, properties and then go to the security tab, are there any restrictions maybe?
to test it easier and faster, create a new file in SciTE and write this command:
Code:
IniWrite("test.ini", "test", "test", "test")
save and run it with F5 or tools -> run
Botstarter doesn't want to pick up my realm. It just takes first from list/ ignoring what I have typed in server settings. Any ideas how to deal with this? It seems program doesn't understand russian names of realms
let the botstarter start wow, then press F5 to stop the script and open World of Warcraft\config.wtf, what is in the SET realmName line? If it doesnt save it correctly to config.wtf, maybe you have restrictions to write to it? right click config.wtf, properties, security tab, check there for any restrictions
I'm having some problems using the account switcher.
when i switch between two char on the same account i sometimes cant get pass the realm selection screen.
It did run fine after one restarts but it failed on the sec time it restarted giving me the realm selection screen.
russian realm? or see above what I wrote to xasset
I found a bug/problem
when you have more then 6 Hb's running and it try to start more then these 6
it start
WoW1 HB1
WoW2 HB2
WoW3 HB3
WoW4 HB4
WoW5 HB5
WoW6 HB6
WoW7 HB7
but then it start
WoW8 and open HB8 but doesnt find the start button... it say a big text in the popup something it try to find the startbutton...
it start the HB but seams it cant find find... maybe becourse after the 6 Hb it take a bit becourse of full ram, sometimes it start my all 8 bots, and sometimes it stuck after the 6 ore the 7th HB, i allready push the 3 wait times to 30/35/40 but doesnt help,
sometimes it start all 8 bots, but most time it stuck at the 6 ore 7th HB
:/
open yes, start not
Hm, how long does the 6. HB take to start? because the relogger/starter saves the window handle after 5seconds
you can increase the 5seconds:
go to line 1950
increase it to 10000 or something
then go to line 3086
and increase it also to 10000
I'd love it if the auto updated files would be compiled *exe files. I don't have autoit installed on my botting pc.
I will upload a compiled .exe now, I asked tony first

.