Rappelz FarmBot

08/25/2010 20:22 timox#286
Naja so gute AutoIT kenntnisse habe ich nun auch nicht^^
Außerdem weiß ich auch nicht wo genau welche Aktionen stehen bzw. finde mich in dem Wirr-Warr nicht zurecht :/

Wäre cool wenn jemand das vorbereiten könnte oder eine kleine Einweisung in das Script schreiben könnte.

MfG Timox:)
08/25/2010 20:31 fize#287
hab das selbe prob naja vieleicht wirds ja mahl was xD
08/25/2010 20:59 timox#288
@Sophocless
Gibt es sicher nicht noch weitere Einstellungen die vorgenommen werden müssen??An welcher stelle steht im Script die Kampf-Loot Ablauf??


Bei ziemlich vielen geht die Loot/Kampf Funktion nicht.
Vielleicht will sich jemand mal etwas intensiver damit beschäftigen und die lösung auf das Problem posten.

Für mich persönlich würde es reichen wenn der Bot nur angreift und lootet denn z.B. Buffs kann man ja alle 30 min selber aktivieren.

MfG Timox:)
08/25/2010 21:48 schmuselord1#289
Quote:
Originally Posted by timox View Post
Naja so gute AutoIT kenntnisse habe ich nun auch nicht^^
Außerdem weiß ich auch nicht wo genau welche Aktionen stehen bzw. finde mich in dem Wirr-Warr nicht zurecht :/

Wäre cool wenn jemand das vorbereiten könnte oder eine kleine Einweisung in das Script schreiben könnte.

MfG Timox:)
das ist kein wirrwarr. das braucht nur ein wenig zeit. guck dir mal jede einzelne funktion an. ich denke dann wirste es wissen
08/25/2010 23:52 numenai#290
i have the rappelz.ink problem i got the bot/script in a folder with the launcher inside it (renamed Rappelz.exe) but i dont get it to work someone tell what im doing wrong ?
08/26/2010 01:20 schmuselord1#291
Quote:
Originally Posted by numenai View Post
i have the rappelz.ink problem i got the bot/script in a folder with the launcher inside it (renamed Rappelz.exe) but i dont get it to work someone tell what im doing wrong ?
no one can. you neither described the error nor did you say how exactly you tried to run it
08/26/2010 01:34 numenai#292
Quote:
Originally Posted by schmuselord1 View Post
no one can. you neither described the error nor did you say how exactly you tried to run it
I open the bot with the script i press the script it open bot windown and i put it all as i want then i hit start button but then it shows the error msg about rappelz.ink
08/26/2010 11:33 schmuselord1#293
did you run your bot as administrator?
08/26/2010 11:58 sliwja#294
ok bot works but it kill one mob and then do nothing? somenthing wrong in scrypt with mobshealthempty?
08/26/2010 13:18 schmuselord1#295
yea. you might have to replace coordinates or/and the hexa color
08/26/2010 14:44 sliwja#296
my changes:
...
$mobhealthempty = PixelGetColor( 491, 28) ;150907 = health empty
...
Func attack()
While Hex($mobhealthempty, 6) = "AC613E"

but still kill one mob and dosent do nothing
---------------------------
why somone used 3 colors to check mobs hp? couldent it be on the same hight coordinate?

anyone had the same problem with atack one mob and stop?
----------------------------
worked
do the same colors and the same hight coords at all mobs hp check :)
08/26/2010 16:36 timox#297
hey sliwja
what did you exactly??

Timox :)
08/26/2010 16:40 schmuselord1#298
you have to reinitialize the color within the loop.

like this:

while hex($color, 6) <> "xxxxxxx"
attack()
$color = PixelGetColor(xxx, xxx)
WEnd
08/26/2010 18:14 timox#299
Hmm das geht auch nicht wenn ich nochmal selber meine Farben auslesen lass >.<

MfG Timox:)
08/26/2010 19:29 sliwja#300
Im not the programer just trying what i understand.
Schmuselord1 how can i know what i have color (ur "xxxxxx") and how can i make good coordinate?

i used screen capture to see width coordinate in windows (dont know is it perfectly)

then chose the same color and the same hight which working on mobhealthfull
and then change query
so its look something like that:
...
$mobhealthfull = PixelGetColor( 1262, 28) ;AC613E = health full
$mobhealthempty = PixelGetColor( 1090, 28) ;150907 = health empty

also chaged
$mobhealth3v4 = PixelGetColor(1174, 28)
...
Func attack()
While Hex($mobhealthempty, 6) = "AC613E"
readcolor()
...
Sleep($sleepattack2)
If Hex($mobhealth3v4, 6) = "AC613E" Then
While Hex($mobhealth3v4, 6) = "AC613E"
checkskills1()
WEnd
<<<<dont know for what it is but that changed>>
Fuc checkmageskill()
While Hex($mobhealthempty, 6) = "AC613E"


i dont know is it ok but working.
now have problem with my hp bar, also seems to dosent work.

and when skills working? (working first skill when i choose MG class)