[Release] V-Bot

11/23/2014 22:41 darkmaster26#2146
Quote:
Originally Posted by TskulT View Post
That must be bug from my side, wich browser where you using? Any other things you noticed?(every bit helps me channel the bug)

Please tell me if/when it works again.
I got 30 - 36 minutes from chrome and mozilla and about an hour from Internet explorer.
Is there any kind of fix for it? Cause i hate to check it every 40 minutes..
11/23/2014 23:24 andres1000#2147
Bro the bot minimizes the minimap after a while and then stays in the same place.
11/23/2014 23:48 TrueOblivion#2148
I donīt know what u change at the new version but now it works without Problems :)
The problems iīve written at page 211 are gone(i donīt know how i make quotes). 1 or two times the bot has click on a gamewindow in ca. 6 hours but that is really rare.
before the update comes the bot jump in 5 hours 16 times to the neighbormap (x1) -now i botted on the x8 and ... it jumps again to x1... now i know that was my fault not urs. After i blank my quickslotbar it donīt happen again. -Sorry for my useless tip.

Keep at it! nice bot :D

btw: sry fuso, i donīt want to run down ur bot as i said that i thing the bot is maybe fasters than urs. ...I used ur bot before and maybe again (with a always-on-top-window that the bot donīt click on gamewindows) if V-Bot make trouble but in moment its easyer with this bot (for only collect boxes)
11/24/2014 01:47 Legolas1998#2149
Is boxing even worth it without doubler?
11/24/2014 07:37 TskulT#2150
Quote:
Originally Posted by darkmaster26 View Post
I got 30 - 36 minutes from chrome and mozilla and about an hour from Internet explorer.
Is there any kind of fix for it? Cause i hate to check it every 40 minutes..
You can try to set up a macro that restarts the bot every 30 minutes. Or maybe you need to free some RAM.

Quote:
Originally Posted by andres1000 View Post
Bro the bot minimizes the minimap after a while and then stays in the same place.
I will fix this soon.
11/24/2014 07:44 respawn16#2151
New version did bot me anything tonight, Last night 50k uri on 3-8 today, 1000uri on 4-3.

Bot was working I fell a sleep and it crashed, aftzer 3 hours I woke up and starteed pet again and it crashed again when Ifell a sleep,

Wish i could have 2.4.3 version I woukld gladly pay you for 2.4.3 if u edited that it never needs to be updated
11/24/2014 07:56 darkmaster26#2152
Quote:
Originally Posted by TskulT View Post
You can try to set up a macro that restarts the bot every 30 minutes. Or maybe you need to free some RAM.
I have 8gb of ram and the only thing running is the bot..
11/24/2014 08:02 TskulT#2153
Quote:
Originally Posted by darkmaster26 View Post
I have 8gb of ram and the only thing running is the bot..
Ok I see what I can do.

Quote:
Originally Posted by respawn16 View Post
New version did bot me anything tonight, Last night 50k uri on 3-8 today, 1000uri on 4-3.

Bot was working I fell a sleep and it crashed, aftzer 3 hours I woke up and starteed pet again and it crashed again when Ifell a sleep,

Wish i could have 2.4.3 version I woukld gladly pay you for 2.4.3 if u edited that it never needs to be updated
Well here you go then, but I wont add more features into that one.

Just extract it somewhere and run it by launching TahBot2.exe
11/24/2014 08:11 TskulT#2154
Maybe this works to fix the crashes, go to C:\ProgramData\VBot, open manager.ahk with a text editor(notepad) and replace everything in there with ExitApp:

This:
Code:
;========================================================================
; 
; Template:     WinTrigger (former OnOpen/OnClose)
; Description:  Act upon (de)activation/(un)existance of programs/windows
; Online Ref.:  http://www.autohotkey.com/forum/viewtopic.php?t=63673
;
; Last Update:  15/Mar/2010 17:30
;
; Created by:   MasterFocus
;               http://www.autohotkey.net/~MasterFocus/AHK/
;
; Thanks to:    Lexikos, for improving it significantly
;               http://www.autohotkey.com/forum/topic43826.html#267338
;
;========================================================================
;
; This template contains two examples by default. You may remove them.
;
; * HOW TO ADD A PROGRAM to be checked upon (de)activation/(un)existance:
;
; 1. Add a variable named ProgWinTitle# (Configuration Section)
; containing the desired title/ahk_class/ahk_id/ahk_group
;
; 2. Add a variable named WinTrigger# (Configuration Section)
; containing the desired trigger ("Exist" or "Active")
;
; 3. Add labels named LabelTriggerOn# and/or LabelTriggerOff#
; (Custom Labels Section) containing the desired actions
;
; 4. You may also change CheckPeriod value if desired
;
;========================================================================

#Persistent
#SingleInstance, force
#NoTrayIcon

DetectHiddenWindows off

if 0 < 2
{
	msgbox, invalid parameters
	ExitApp
}
guihwnd=%1%
dohwnd=%2%

;EXE:=AhkExported()

; ------ ------ CONFIGURATION SECTION ------ ------

; Program Titles
ProgWinTitle1 = ahk_id %guihwnd%
WinTrigger1 = Active
ProgWinTitle2 = ahk_id %dohwnd%
WinTrigger2 = Active

; SetTimer Period
CheckPeriod = 200

; ------ END OF CONFIGURATION SECTION ------ ------

SetTimer, LabelCheckTrigger, %CheckPeriod%
Return

; ------ ------ ------

LabelCheckTrigger:
  While ( ProgWinTitle%A_Index% != "" && WinTrigger := WinTrigger%A_Index% )
    if ( !ProgRunning%A_Index% != !Win%WinTrigger%( ProgWinTitle := ProgWinTitle%A_Index% ) )
      GoSubSafe( "LabelTriggerO" ( (ProgRunning%A_Index% := !ProgRunning%A_Index%) ? "n" : "ff" ) A_Index )
Return

; ------ ------ ------

GoSubSafe(mySub)
{
  if IsLabel(mySub)
    GoSub %mySub%
}

; ------ ------ CUSTOM LABEL SECTION ------ ------


LabelTriggerOn1:
LabelTriggerOn2:
	WinActivate, ahk_id %dohwnd%
	WinActivate, ahk_id %guihwnd%
Return

/*
LabelTriggerOff1:
LabelTriggerOff2:
	msgbox deactivated
return
*/

; ------ END OF CUSTOM LABEL SECTION ------ ------

/*
AhkExported(mapping=""){
	static init
	static functions="
  (Join
ahkFunction:s=sssssssssss|ahkPostFunction:s=sssssssssss|ahkExec:ui=s|
addFile:ut=sucuc|addScript:ut=si|ahkassign:ui=ss|ahkExecuteLine:ut=utuiui|
ahkFindFunc:ut=s|ahkFindLabel:ut=s|ahkgetvar:s=sui|ahkLabel:ui=sui|ahkPause:s
)"
	If (!init && init := Object())
   {
		If !A_IsCompiled	
			functions .= "|addFile:ui=sucuc|addScript:ui=sucuc"
      VarSetCapacity(file,512)
      DllCall("GetModuleFileName","UInt",DllCall("GetModuleHandle","UInt",0),"Uint",&file,"UInt",512)
      DllCall("LoadLibrary","Str",(A_IsCompiled ? A_ScriptFullPath : A_AhkPath))
      Loop,Parse,functions,|
      {
        StringSplit,v,A_LoopField,:
        v=
    		if (mapping){
    			loop,Parse,Mapping,%A_Space%
    				If (SubStr(A_LoopField,1,InStr(A_LoopField,"=")-1)=v1)
    					v:=SubStr(A_LoopField,InStr(A_LoopField,"=")+1)
    				else if (A_LoopField=v1)
    					v:=A_LoopField
    			if (v && !init[v])
    				init[v]:=DynaCall((A_IsCompiled ? A_ScriptFullPath : A_AhkPath) . "\" . v1,v2)
    			continue
    		} else v:=v1
        init[v]:=DynaCall((A_IsCompiled ? A_ScriptFullPath : A_AhkPath) . "\" . v1,v2)
      }
   }
	return init
}
*/
becomes:
Code:
ExitApp
Tell me if it works.
11/24/2014 08:21 respawn16#2155
Quote:
Originally Posted by TskulT View Post
Ok I see what I can do.



Well here you go then, but I wont add more features into that one.

Just extract it somewhere and run it by launching TahBot2.exe
So it wont ask for updates? thank you so much! I appreciate it. I dont need anything else than that, it was perfet version bud! thanks again
11/24/2014 08:21 MrSeychelles#2156
Hi TskulT,
welcome back between us and thank you very much for your works.
I will test early your bot and, as in the past, I will give you some suggestion or indication for modify, if it is something appreciated. :)
11/24/2014 16:51 TskulT#2157
Update 1.4.5

- Added new option "FastMode" in box\npc tab.
- Bot will reopen minimap if it got closed.
- You can now drag the window around
- Possibly fixed crash

To drag the window around, simply drag it to the new position, and then click again on the bar.

FastMode is a slightly different boxing algorithm, wich may be faster depending on your pc and ship speed.

I recommend you to try FastMode, and see if it is faster or not for you.


Download the update using the updater.
11/24/2014 17:41 frastu#2158
error: could not connect to the internet, check your firewall and your proxy settings. internet explorer 3 or higher is required
11/24/2014 17:47 extazor#2159
Quote:
Originally Posted by frastu View Post
error: could not connect to the internet, check your firewall and your proxy settings. internet explorer 3 or higher is required
Same :(
11/24/2014 18:29 Saknoela#2160
Same.