Quote:
Originally Posted by Mr Guitou
The bot don't know how to click on 5th server.
That's why it freeze. Bot wait for something it don't know how to do...
|
Ok, but there's still something else going on that's making this freeze that has absolutely nothing to do with the server number.
Check this out: After launching AutoIt3 as Administrator, I then launched Rappelz as I normally would (Also as Administrator!). I logged into the server that I usually play on, and then tried to run the following, simple script:
Code:
WinActivate("Rappelz")
SendKeepActive("Rappelz")
WinMove("Rappelz", "", 0, 0) ; Rappelz is active... now move the window
; to the top left of the screen...
MouseClick("left", 758, 395, 1)
MouseClick("primary", 758, 395, 1)
Sleep(2000)
MouseMove(200, 150, 60)
MouseMove(1386, 134, 60)
MouseMove(1447, 837, 60)
MouseMove(87, 812, 55)
Sleep(2000)
MouseMove(758, 395, 50)
MouseClick("left", 950, 729, 1)
I tried this script 2 times: Once with the SendKeepActive("Rappelz") and once without it- My goal with this simple script was to see if I could just get the Mouse to move or Click in the game. And guess what?
Absolutely None of the Mouse Events (move and click) work!!!
The only event that worked from above was the "WinMove" command. All other commands did not work inside Rappelz!!!
All of Mouse Events I have shown you above work in ALL OTHER applications/programs inside Windows just fine (without ANY problems)... except for Rappelz!!!
So.... Someone please tell me why the simple Mouse Actions (like Move and Click) will NOT work inside Rappelz? :confused: :confused: :confused:
From a program design standpoint, there's more than 1 way to design this.
1. The bot starts Rappelz up.
2. The bot starts only after the Launcher is invoked by the User first.
3. The bot starts only after the User has already started Rappelz and has gone to the Farming/Mob Location.
I'd say #3 is the easiest way to implement a bot.
BTW... I'm babbling on about this because none of the bots posted in this thread (or the other one) work w/ the U.S. Servers!