Guildwars Reconnect clicker?

04/11/2014 08:09 aimlesschibbi#1
hey community of elite pvpers :D

i've always had a problem that i disconnect from guild wars while i was botting.(sometimes i go afk for a little while like an hour and come back to a disconnect screen.)

is it easy to create a script that detects the reconnect button and presses it instantly so that the bot can continue its work without human interaction?
05/06/2014 21:56 shivimeister#2
do u know why it dcs?
05/09/2014 16:44 aimlesschibbi#3
it disconnects sometimes due to lagg i think... it is only when i use a bot that it disconnects sometimes... I use the bots from globeul
05/10/2014 06:52 savsuds#4
Most of the time I see a Disconnect is from an internet/computer issue, because most times it sends a command when it cannot send one (zoning) causes crashes.. Look at the code that pops up. That will tell you something 07 and 40 happen frequently with bad connections or when Anet is having server issues.
05/16/2014 22:49 shivimeister#5
cause i have fl dc so regularly and cant rc need relog
11/24/2017 23:54 Fibron1#6
Was anyone able to answer this question?
11/25/2017 15:47 TurN™#7
Func DisconnectCheck()
Static Local $gs_obj = GetValue('PacketLocation')
While MemoryRead($gs_obj ) = 0 ; While Disconnected
ControlSend($mGWHwnd,'','','{ENTER}') ; Hit enter key until you log back in
Sleep(Random(5000,10000,1))
WEnd
EndFunc

or


Func DCCheck()
Local $aX, $aY
$aX = DllStructGetData(GetAgentByID(-2), "X")
$aY = DllStructGetData(GetAgentByID(-2), "Y")
If $aX = 0 And $aY = 0 Then ; Is this the correct check for this type of DC?
Sleep(3000)
Send("{ENTER}") ; Presses OK in the error 007 window
Sleep(3000)
Send("{ENTER}") ; Selects the last used character and travels to the last used outpost
Sleep(8000)
EndIf
EndFunc
11/28/2017 16:24 TurN™#8
Quote:
Originally Posted by aimlesschibbi View Post
hey community of elite pvpers :D

i've always had a problem that i disconnect from guild wars while i was botting.(sometimes i go afk for a little while like an hour and come back to a disconnect screen.)

is it easy to create a script that detects the reconnect button and presses it instantly so that the bot can continue its work without human interaction?
Share here, I'm sure it's outdated ur bots, I can watch as soon as I have two minutes and I rectify this necessary.

Peace FD.
12/10/2017 15:06 yehy1978#9
you cheate my 20A+15stack ecto for Underwork bot!share buy your bot before free!

Quote:
Originally Posted by Florent.D View Post
Func DisconnectCheck()
Static Local $gs_obj = GetValue('PacketLocation')
While MemoryRead($gs_obj ) = 0 ; While Disconnected
ControlSend($mGWHwnd,'','','{ENTER}') ; Hit enter key until you log back in
Sleep(Random(5000,10000,1))
WEnd
EndFunc

or


Func DCCheck()
Local $aX, $aY
$aX = DllStructGetData(GetAgentByID(-2), "X")
$aY = DllStructGetData(GetAgentByID(-2), "Y")
If $aX = 0 And $aY = 0 Then ; Is this the correct check for this type of DC?
Sleep(3000)
Send("{ENTER}") ; Presses OK in the error 007 window
Sleep(3000)
Send("{ENTER}") ; Selects the last used character and travels to the last used outpost
Sleep(8000)
EndIf
EndFunc
12/10/2017 15:07 yehy1978#10
underworld bot!
01/15/2018 17:11 aimlesschibbi#11
lol its a 3 year old thread.. issue has been resolved long time ago!