|
You last visited: Today at 05:04
Advertisement
Heldengeister BOT *KOSTENLOS
Discussion on Heldengeister BOT *KOSTENLOS within the Browsergames forum part of the Other Online Games category.
12/19/2013, 14:53
|
#256
|
elite*gold: 0
Join Date: Dec 2009
Posts: 115
Received Thanks: 11
|
how can i make this work for 1366x768??
|
|
|
12/19/2013, 23:41
|
#257
|
elite*gold: 0
Join Date: Nov 2013
Posts: 74
Received Thanks: 53
|
Quote:
Originally Posted by Rocker666
how can i make this work for 1366x768??
|
This is my latest script for Pan-Farming and Iris-Farming
|
|
|
12/21/2013, 07:45
|
#258
|
elite*gold: 0
Join Date: Nov 2013
Posts: 7
Received Thanks: 0
|
Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compile_Both=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
; Drücke Esc um das Script zu beenden, Pause um es zu pausieren
Global $Paused, $vab, $countdown = 0
HotKeySet("p", "TogglePause")
HotKeySet("{ESC}", "Terminate")
HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d
;;;; Hier ist der Hauptteil des Programms ;;;;
;$Variabel = InputBox("Login", "Username:")
;$Variabe2 = InputBox("Login", "Passwort:")
;MsgBox(0, "Login", "Hallo " & $Variabel & " Sie haben sich erfolgreich eingeloggt!")
Func search_Mob()
$varc = 0
$varc = $varc + 1
$search = PixelSearch( 375, 150, 1270, 790, 0xFF0004 )
If IsArray($search) Then
MouseMove($search[0]+33, $search[1]+60, 1)
MouseClick("left")
sleep(4500)
ConsoleWrite("Sucht Pixel")
$search_loot = PixelSearch( 580, 640, 970, 735, 0x030303 )
If IsArray($search_loot) Then
ConsoleWrite('Monster angeclickt')
sleep(7500)
$vab = "kampf"
EndIf
EndIf
Return $vab;
EndFunc
Func kampf()
;~ Kampf funktion
ConsoleWrite('Lädt KamPf')
$countdown = $countdown + 1
$search_kampf = PixelSearch( 390, 720, 1220, 880, 0x080807 )
If IsArray($search_kampf) Then
Send("{space}")
Send("{5}")
Send("{1}")
Send("{2}")
Send("{up}")
Send("{down}")
Send("{left}")
Send("{right}")
$end_kampf = PixelSearch( 130, 50, 370, 115, 0x800303 )
If IsArray($end_kampf) Then
$vab = false
$countdown = 0
Endif
Elseif $countdown > 5 Then
;~ nicht kampf
$vab = false
$countdown = 0
ConsoleWrite('Nicht im kampf');
EndIf
Return $vab;
EndFunc
Sleep(5000)
While 1
Sleep(1000)
If $vab == "kampf" Then
$vab = kampf()
Else
$vab = search_Mob()
EndIf
WEnd
;;;;;;;;
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script ist pausiert',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
Func ShowMessage()
MsgBox(4096,"","Das ist eine Nachricht.")
EndFunc
Need help in this script, what shall i add so that it will not click on players and already engaged sylphs.
|
|
|
12/23/2013, 16:05
|
#259
|
elite*gold: 0
Join Date: Nov 2013
Posts: 74
Received Thanks: 53
|
Quote:
Originally Posted by leo_1988
Need help in this script, what shall i add so that it will not click on players and already engaged sylphs.
|
You kidding me, right?
Did u read any of the pages in this thread?
vegeta himself posted a NEW script where all this, what you want, is included...
But... in 2 days there is X-Mas and I am friendly the most time of my day, so I will help you:
Here you will find Vegetas script for 1680x1050 and above.
If you need script for 1366x768 please look ONE thread above your request and you will find my link to the modified script.
Ol4fff
|
|
|
12/25/2013, 05:39
|
#260
|
elite*gold: 0
Join Date: Nov 2013
Posts: 4
Received Thanks: 0
|
Thanks, well i'd like to code a bit, but its difficult to learn from a code write in Germany, i'ld like one in English though.
And what kind of language is that ? I'm not familiar with it.
PS: 1 more question, i didnt see anything image related. So i dont need to capture one right ?
Quote:
Originally Posted by Ol4fff
Okay, then try to use the CODE of vegetas script from here:
This is the scriptfile, which you can copy and paste into a new file. Just rename this file into xyz.au3
If you don't have AutoIt installed, so please install this program.
You can open au3 files whit it, and run the script with it.
In this script there you should try to find this:
Code:
Elseif $countdown > 5 Then
;~ nicht kampf
$vab = false;
$countdown = 0
ConsoleWrite('Nicht im kampf');
EndIf
Change the 5 into a 6 or 7
I think at your pc the fighting routine doesnt start, because the countdown is over sometimes and then the script starts at beginning and your character doesn't do anything in fight.
With AutoIt you can make an EXE file, too, if you want.
You can open the au3 file and compile it into an EXE with "Tools"--> Compile
Think this was it. If I am wrong so anybody could help here.
I'm at work so I'm not sure ^^
|
|
|
|
12/25/2013, 14:58
|
#261
|
elite*gold: 0
Join Date: Nov 2013
Posts: 74
Received Thanks: 53
|
Quote:
Originally Posted by quanganhct
Thanks, well i'd like to code a bit, but its difficult to learn from a code write in Germany, i'ld like one in English though.
And what kind of language is that ? I'm not familiar with it.
PS: 1 more question, i didnt see anything image related. So i dont need to capture one right ?
|
The code itself is not in German, only the comments from Vegeta17 or me are in German, so you can learn to script without the German language ^^
Maybe you should look at youtube for scripting help. They are many videos in English, where the uploader explains all.
Here the definition of the AutoIt-program:
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying “runtimes”...
I saw the code and tried to understand row by row and learned that there are more functions in the script. After this I deleted the comments at my script and wrote my own comments. This should be possible for you, too.
No in this script there are no images, because the search routines only search for the specified color pixel by pixel.
For example the "PixelSearch..." stands for: search in a specified area for a specified color.
Hope this will answer your question.
|
|
|
12/26/2013, 18:15
|
#262
|
elite*gold: 0
Join Date: Nov 2012
Posts: 377
Received Thanks: 60
|
ist das nur für den browser oder geht der auch am client??
|
|
|
12/28/2013, 10:23
|
#263
|
elite*gold: 0
Join Date: Nov 2013
Posts: 74
Received Thanks: 53
|
Meine sind Clientversionen
|
|
|
12/28/2013, 12:53
|
#264
|
elite*gold: 0
Join Date: Nov 2013
Posts: 7
Received Thanks: 0
|
Quote:
Originally Posted by Ol4fff
You kidding me, right?
Did u read any of the pages in this thread?
vegeta himself posted a NEW script where all this, what you want, is included...
But... in 2 days there is X-Mas and I am friendly the most time of my day, so I will help you:
Here you will find Vegetas script for 1680x1050 and above.
If you need script for 1366x768 please look ONE thread above your request and you will find my link to the modified script.
Ol4fff
|
i saw vegeta's script which u gave its very complecated to understand. ashhlgore's script modified from vegeta's are way to easy to understand and modify according to my need.
i am currently using ashhlgore's script which i further modified according to my screen resolution, by reading whole thread with nice explanation by u with image on page #6 and ashhlegore on page #20. only thing i need is it should not attack already engaged sylphs and players.
till now i only understand 4 things that are
search:
search_loot:
kampf:
end_kampf:
except this there are lot of coding in vegeta's and ur script which i dont know there purpose,
if u can explain either vegeta's or ur script in detail so i can modify it for my screen resolution
and merry Christmas and happy holiday's
and plz dont be angry m just noob in this kind of stuff :'(
|
|
|
12/29/2013, 08:07
|
#265
|
elite*gold: 0
Join Date: Nov 2013
Posts: 74
Received Thanks: 53
|
Quote:
Originally Posted by leo_1988
except this there are lot of coding in vegeta's and ur script which i dont know there purpose,
if u can explain either vegeta's or ur script in detail so i can modify it for my screen resolution
and merry Christmas and happy holiday's
and plz dont be angry m just noob in this kind of stuff :'(
|
I am not angry, but the last time, many people asked things, which were solved before or we talked about them before 
Hope your holidays were good
Okay then let's have a try:
I'll take my 1366x768 scriptfile for pan, modified from Vegetas original scriptfile
$cccount = 0 ; This is a counter.
WinActivate("Demon_Slayer_Anmeldeclient") ; Activates the GERMAN client from Demon Slayer. If you are using another client, you can add your Client-Name or you delete this line
Sleep(1500) ; short delay, after activating the client
Func search_Mob() ; main function for the sylphs
$varc = 0
$search = PixelSearch( 295, 110, 1115, 600, 0xd5f5cf ) ; searching rectangle for sylphs; 0xd5f5cf is a color in the pan picture
$cccount = $cccount + 1
$tot = PixelSearch( 1245, 45, 1250, 50, 0x603C29 ) ; searching rectangle for the color of upper right button, if you are outside of the sylphs isle because you could be attacked at the isle by another player; at my laptop this is very useful
If IsArray($tot) Then ; if you are outside the isle it starts this routine -> going to portal, going to second level for pan, going to a specified point
Sleep(1500)
$map = PixelSearch( 1150, 400, 1250, 600, 0xccffff ) ; searching rectangle for a color in the MAP button at the right side
If IsArray($map) Then
MouseMove($map[0]+5, $map[1]+3, 1)
MouseClick("left")
EndIf
Mousemove( 970, 297 ) ; portal position
Sleep(1500)
MouseClick( "left" )
ConsoleWrite("Geht zur Insel")
Sleep(25000)
If IsArray($map) Then
MouseMove($map[0]+5, $map[1]+3, 1)
MouseClick("left")
EndIf
Sleep(1500)
Mousemove( 925, 185 ); portal for second level
Sleep(5000)
MouseClick( "left" )
ConsoleWrite("2. Level")
Sleep(25000)
Mousemove( 477, 233 )
Sleep(1500)
MouseClick( "left" )
Sleep(1500)
If IsArray($map) Then
MouseMove($map[0]+5, $map[1]+3, 1)
MouseClick("left")
EndIf
Mousemove( 439, 342 ) ; defined position at second level (you can choose another position)
Sleep(1500)
MouseClick( "left" )
ConsoleWrite("Suche Position")
Send("{m}")
Sleep(15000)
Endif
If IsArray($search) Then ; function for searching for sylphs, this is a bit other than Vegetas script because my script doesn't search for the red color of the name, my script searches for a color of the pan sylph, if i want iris, i use another script with another color
$cccount = 0
ToolTip("")
MouseMove($search[0], $search[1], 1)
MouseClick("left")
sleep(2500)
$varc=1
ConsoleWrite("Sucht Pixel")
;~ nicht ein monster angreifen was bereits angegriffen wird
$search_loot = PixelSearch( 519, 536, 836, 581, 0x030303 ) ; searching rectangle for the loading "screen" if sylph is clicked
If IsArray($search_loot) Then
ConsoleWrite('Monster angeclickt')
sleep(5000)
$vab = "kampf"
Else
if($varc == 1) Then ; if sylph is blocked by another player, this will make a white rectangle, which will apear over the actual sylph, so that the script doesn't see it anymore and will search for the next sylph at the screen
$sToolTip = ToolTip("BLOCK " & @CRLF & "BLOCK" & @CRLF & "BLOCK", $search[0]-20, $search[1]-20, 'Copyright by Vegeta17')
MouseMove(400, 400, 1)
WinSetOnTop('hallo','',1)
EndIf
EndIf
Else
;~ Portal()
;~ sleep(1000)
ConsoleWrite($varc)
EndIf
if($cccount > 100) Then ; if the counter is over 100 because of no sylphs in reach or another error (fighting sequence not loaded in script) this will click some positions. At home my script is a bit changed. At my new script for FULL HD it opens the map, and clicks randomly at the map, so that the char will randomly change his position in the level
MouseMove(1336, 113, 1); 1648,205
MouseClick("left")
sleep(500)
MouseMove(405, 490, 1) ; 679,715
MouseClick("left")
sleep(500)
MouseMove(335, 155, 1); 638,174
MouseClick("left")
$cccount=0 ; counter reset
Endif
Return $vab;
EndFunc
Func kampf() ; fighting function
;~ Kampf funktion
ConsoleWrite('Lädt Kampf')
$countdown = $countdown + 1
$search_kampf = PixelSearch( 288, 600, 710, 735, 0x080807 ) ; searching rectangle for skillbar
If IsArray($search_kampf) Then
Send("{SPACE}") ; for changing into sylph
Send("{3}") ; shield or healing skill is best
Send("{2}")
Send("{1}")
Send("{up}")
Send("{down}")
Send("{left}")
Send("{right}")
$end_kampf = PixelSearch( 100, 80, 300, 100, 0x800303 ) ; searching rectangle for health bar at the upper left
If IsArray($end_kampf) Then
$vab = false
$countdown = 0
Endif
Elseif $countdown > 5 Then ; if there is no fight because it takes an essence without fighting, the script tries 5 times to load the fight, after this it begins to search for new sylphs
;~ nicht kampf
$vab = false;
$countdown = 0
ConsoleWrite('Nicht im kampf');
EndIf
Return $vab;
EndFunc
Func Portal() ; tricky function, it searches for the portal and tries to get the character away from it; actually i never left the level
;~ Wenn ein ausgang gesehen wird in gegengestzter richtung drücken
$search = PixelSearch(280, 120, 1165, 661, 0x070906 )
If IsArray($search) Then
$movey=390
$movex=660
if($search[0] < 500) Then
$movex = 800
Else
$movex = 300
EndIf
if($search[1] < 350) Then
$movey = 650
Else
$movex = 200
EndIf
MouseMove($movex, $movey, 1)
MouseClick("left")
Else
MouseClick("left",Random(200,1100,1),Random(180,63 0,1))
Sleep(1000)
EndIf
EndFunc
Sleep(5000)
While 1
Sleep(300)
If $vab == "kampf" Then
$vab = kampf();
Else
$vab = search_Mob()
EndIf
WEnd
;;;;;;;;
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script ist pausiert',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
|
|
|
12/30/2013, 17:50
|
#266
|
elite*gold: 0
Join Date: Dec 2013
Posts: 3
Received Thanks: 0
|
hi friends can you give me a code just for skill alone
I want to choose which one would be my iris attack
|
|
|
12/31/2013, 01:05
|
#267
|
elite*gold: 0
Join Date: Feb 2012
Posts: 2
Received Thanks: 0
|
Alright Im using 1366x768 Modified Scriptfiles by Ol4fff EVERYTHING is working great except for when I dont have to fight a sylph it loots and basically stops, anything I can do to fix this?
|
|
|
12/31/2013, 14:33
|
#268
|
elite*gold: 0
Join Date: Aug 2011
Posts: 3
Received Thanks: 0
|
Dont understand why my file dont pull up skills in fight anybody can help?????
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compile_Both=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
; Drücke Esc um das Script zu beenden, Pause um es zu pausieren
Global $Paused, $vab, $countdown = 0
HotKeySet("p", "TogglePause")
HotKeySet("{ESC}", "Terminate")
HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d
$cccount = 0
WinActivate("Demon_Slayer_Anmeldeclient")
Sleep(1500)
Func search_Mob()
$varc = 0
$search = PixelSearch( 295, 110, 1115, 600, 0xd5f5cf )
$cccount = $cccount + 1
$tot = PixelSearch( 1245, 45, 1250, 50, 0x603C29 )
If IsArray($tot) Then
Sleep(1500)
$map = PixelSearch( 1150, 400, 1250, 600, 0xccffff )
If IsArray($map) Then
MouseMove($map[0]+5, $map[1]+3, 1)
MouseClick("left")
EndIf
Mousemove( 970, 297 )
Sleep(1500)
MouseClick( "left" )
ConsoleWrite("Geht zur Insel")
Sleep(25000)
If IsArray($map) Then
MouseMove($map[0]+5, $map[1]+3, 1)
MouseClick("left")
EndIf
Sleep(1500)
Mousemove( 925, 185 )
Sleep(5000)
MouseClick( "left" )
ConsoleWrite("2. Level")
Sleep(25000)
Mousemove( 477, 233 )
Sleep(1500)
MouseClick( "left" )
Sleep(1500)
If IsArray($map) Then
MouseMove($map[0]+5, $map[1]+3, 1)
MouseClick("left")
EndIf
Mousemove( 439, 342 )
Sleep(1500)
MouseClick( "left" )
ConsoleWrite("Suche Position")
Send("{m}")
Sleep(5000)
Endif
If IsArray($search) Then
$cccount = 0
ToolTip("")
MouseMove($search[0], $search[1], 1)
MouseClick("left")
sleep(30000)
$varc=1
ConsoleWrite("Sucht Pixel")
;~ nicht ein monster angreifen was bereits angegriffen wird
$search_loot = PixelSearch( 519, 536, 836, 581, 0x030303 )
If IsArray($search_loot) Then
ConsoleWrite('Monster angeclickt')
sleep(5000)
$vab = "kampf"
Else
if($varc == 1) Then
$sToolTip = ToolTip("BLOCK " & @CRLF & "BLOCK" & @CRLF & "BLOCK", $search[0]-20, $search[1]-20, 'Copyright by Vegeta17')
MouseMove(400, 400, 1)
WinSetOnTop('hallo','',1)
EndIf
EndIf
Else
;~ Portal()
;~ sleep(1000)
ConsoleWrite($varc)
EndIf
if($cccount > 100) Then
MouseMove(1336, 113, 1); 1648,205
MouseClick("left")
sleep(500)
MouseMove(405, 490, 1) ; 679,715
MouseClick("left")
sleep(500)
MouseMove(335, 155, 1); 638,174
MouseClick("left")
$cccount=0
Endif
Return $vab;
EndFunc
Func kampf()
;~ Kampf funktion
ConsoleWrite('Lädt Kampf')
$countdown = $countdown + 1
$search_kampf = PixelSearch( 288, 600, 710, 735, 0x080807 )
;(755,875,1220,935)
If IsArray($search_kampf) Then
Send("{1}")
Send("{2}")
Send("{1}")
Send("{2}")
Send("{up}")
Send("{down}")
Send("{left}")
Send("{right}")
$end_kampf = PixelSearch( 100, 80, 300, 100, 0x800303 )
;(353,180,512,192)
If IsArray($end_kampf) Then
$vab = false
$countdown = 0
Endif
Elseif $countdown > 5 Then
;~ nicht kampf
$vab = false;
$countdown = 0
ConsoleWrite('Nicht im kampf');
EndIf
Return $vab;
EndFunc
Func Portal()
;~ Wenn ein ausgang gesehen wird in gegengestzter richtung drücken
$search = PixelSearch(280, 120, 1165, 661, 0x070906 )
; (565,195,1500,933)
If IsArray($search) Then
$movey=390
$movex=660
if($search[0] < 500) Then
$movex = 800
Else
$movex = 300
EndIf
if($search[1] < 350) Then
$movey = 650
Else
$movex = 200
EndIf
MouseMove($movex, $movey, 1)
MouseClick("left")
Else
MouseClick("left",Random(200,1100,1),Random(180,63 0,1))
Sleep(1000)
EndIf
EndFunc
Sleep(5000)
While 1
Sleep(300)
If $vab == "kampf" Then
$vab = kampf();
Else
$vab = search_Mob()
EndIf
WEnd
;;;;;;;;
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script ist pausiert',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
Func ShowMessage()
MsgBox(4096,"","Das ist eine Nachricht.")
EndFunc
|
|
|
12/31/2013, 20:35
|
#269
|
elite*gold: 0
Join Date: Dec 2013
Posts: 4
Received Thanks: 0
|
I don't know why, but the kampf function seems to conflict with the number 4. I tried to modify it for it send "4" (slot of my shield), but after it cast the skill on slot 4, it end the kampf function, and try to search mobs again, before the fight ends.
I tried also with other skills on slot 4, and the error persists, so is not caused by the Shield. I tried put my shield in slot 3, and worked right. But would be cool if it works with normal position of my shield (slot 4). Anyone have some ideas?
Here is the code of kampf function that I'm trying, I just change the original "Send("{3}")" for "Send("{4}").
Func kampf()
;~ Kampf funktion
ConsoleWrite('Lädt Kampf')
$countdown = $countdown + 1
$search_kampf = PixelSearch( 288, 600, 710, 735, 0x080807 )
;(755,875,1220,935)
If IsArray($search_kampf) Then
Send("{SPACE}")
Send("{4}")
Send("{2}")
Send("{1}")
Send("{up}")
Send("{down}")
Send("{left}")
Send("{right}")
$end_kampf = PixelSearch( 100, 80, 300, 100, 0x800303 )
;(353,180,512,192)
If IsArray($end_kampf) Then
$vab = false
$countdown = 0
Endif
Elseif $countdown > 5 Then
;~ nicht kampf
$vab = false;
$countdown = 0
ConsoleWrite('Nicht im kampf');
EndIf
Return $vab;
EndFunc
|
|
|
01/01/2014, 08:16
|
#270
|
elite*gold: 0
Join Date: Nov 2013
Posts: 74
Received Thanks: 53
|
Quote:
Originally Posted by tunitun
hi friends can you give me a code just for skill alone
I want to choose which one would be my iris attack
|
I am sorry, but I don't understand WHAT you want.
In Iris form everyone has other skills in numbers 1-3 (or 4) so it is difficult to change all this.
In the Func kampf() section there are all skills used by the script. Maybe you can change there, what you want. Just edit the script and change the numbers but don't forget, that you maybe have your skills in other order in human form, than in Iris form.
Quote:
Originally Posted by s0n0fabish85
Alright Im using 1366x768 Modified Scriptfiles by Ol4fff EVERYTHING is working great except for when I dont have to fight a sylph it loots and basically stops, anything I can do to fix this?
|
Does the script start again after a while, or is the script itself ended after NOT fighting?
Have in mind please, that after looting without fighting, the script counts the fighting and after 5 oder 6 errors it stops this searching for the fight, and after this it begins with searching for mobs again. this will take about 5 seconds I think, so there should be no problem.
If the script ends its activity completely... hm then maybe I need more informations.
Quote:
Originally Posted by kinas885
Dont understand why my file dont pull up skills in fight anybody can help?????
|
And I'm sorry again, I don't know why.
Because I don't have ANY information of your game.
Client/Browser
German Client oder Wartune
Resolution of your desktop
Taskbar hidden oder not
Fullscreen or not
The problem could be, that your skillbar is NOT at the position, where the script is searching for the skillbar OR the counter is to low, so the script thinks, there is no fight, but the fight loaded a second after the script ended searching for the fight.
Solution for the second problem could be:
Search for this:
Elseif $countdown > 5 Then
;~ nicht kampf
$vab = false;
$countdown = 0
Change the countdown from 5 to 6 or maybe 7
If this will not work, I need more information from your side.
Quote:
Originally Posted by D_Khronos
I don't know why, but the kampf function seems to conflict with the number 4. I tried to modify it for it send "4" (slot of my shield), but after it cast the skill on slot 4, it end the kampf function, and try to search mobs again, before the fight ends.
I tried also with other skills on slot 4, and the error persists, so is not caused by the Shield. I tried put my shield in slot 3, and worked right. But would be cool if it works with normal position of my shield (slot 4). Anyone have some ideas?
|
Hm okay?... this is new.
Didn't try it because, I don't need more then 3 skills at once ^^
Maybe you could try to enlarge the zone, where the script searches for the skillbar. Maybe there is an error in the rectangle... so that the script is counting and dont reset the counter and after the 5 tries it goes to end_kampf
$search_kampf = PixelSearch( 288, 600, 710, 735, 0x080807 )
Maybe you could try to enlarge the rectangle...
600 a small bit lower
710 a bit higher
But I thought the searching rectangle is going along the whole skillbar...
Hm
|
|
|
Similar Threads
|
*New*Demonslayer Bot Für Heldengeister
03/03/2014 - Browsergames - 56 Replies
Hallo Zusammen,
|
Suche Demon Slayer bot für die Heldengeister
11/17/2013 - Browsergames - 24 Replies
Hey zusammen,
ich suche einen bot zum farmen der Heldengeister.
Der bot sollte die heldengeister nur auswählen und angreifen. die Verwendung der Skills ist nicht unbedingt notwendig.
Also eine Art Autoklick bot.
Wäre super wenn mir da vll jemand weiterhelfen könnte.
mfg michel
|
Heldengeister BOT
11/05/2013 - Browsergames - 0 Replies
CLOSED
veröffentliche nix
|
All times are GMT +1. The time now is 05:04.
|
|