elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Rappelz (https://www.elitepvpers.com/forum/rappelz/)
-   -   Rappelz FarmBot (https://www.elitepvpers.com/forum/rappelz/514059-rappelz-farmbot.html)

schmuselord1 06/21/2010 21:24

du musst nur in deinen rappelz-ordner gehen, dort rechtsklick auf deine rappelz.exe
und dann verknüpfung erstellen. diese verknüpfung schiebste dann einfach in den ordner, wo dein bot-script drin ist und fertig

spreejunky 06/21/2010 21:36

ahh mist daran habe ich garn icht gedacht ^^ danke ich probier es gleich mal :D

spreejunky 06/21/2010 21:57

also ich hoffe das ist jetzt nicht sinnlos weil es schon irgendwo steht,

der launcher startet nur er drückt sag ich mal nicht auf den start button und wenn ich den manuell drücke dann komm ich wie gewohnt ins login fenster doch er logt sich nicht selbst, das script schaltet sich dann automatisch aus, habe ich vieleicht eine einstellung übersehen??

FYAYGL 06/22/2010 23:55

Quote:

Originally Posted by spreejunky
der launcher startet nur er drückt sag ich mal nicht auf den start button und wenn ich den manuell drücke dann komm ich wie gewohnt ins login fenster doch er logt sich nicht selbst, das script schaltet sich dann automatisch aus, habe ich vieleicht eine einstellung übersehen??

Selbes Problem bei mir.

1. Alle 22 Seiten durchgelesen
2. Win64 Bit Home Premium
3. Alles gemacht wie hier im Topic beschrieben
4. Fehlerbeschreibung:

Bot Fenster geöffnet -> Profil geladen -> Start gedrückt -> NUM 1 gedrückt _> Launcher Fenster öffnet sich -> Bot tabt alle Fenster im Autit Fenster durch Maus schwenkt von Links nach rechts nichts passiert ...

Thanks for Help :)

anas260 06/23/2010 00:57

can u plz reupload
farmbotENG15042010.rar

fize 06/23/2010 06:35

aber manchmahl hab ich das prob das ich den bot starte er logt sich ein macht alles aber er steht nur da und chipt greift ned an wenst dan weg gehst bist tod und 100 chips los xD
naja mahl schauen was draus wird aber der bot sollte weiterentwickelt werden weil er ist schon richtig gut (kanst ja auch ein bissi verlangen xDD)

FYAYGL 06/23/2010 11:01

Quote:

Originally Posted by anas260 (Post 5724431)
can u plz reupload
farmbotENG15042010.rar

Why? it's still available...

So hab den Bot zum laufen bekommen. Allerdings nutzt er dabei keine Chips... für mich uninterresant da ich damit eh nur TI farmen will...

Probleme:

Login - doesnt work
Chip-Attack-Tab-next Mob - doesnt work (habe probiert das im script zu finden mit Mobhealthempty...aber da ich leider null ahnung von Autoit habe lass ichs lieber)
Skills - doesnt work
Heal Skills - doesnt work

(das ist keine Kritik um gottes willen) vielleicht mach ich was falsch ..aber wenn das bei anderen die selben fehler sind liegts vielleicht am script...

habe knapp 20h jetzt damit verbracht von null angefangen bischen was zu verstehn zu probieren...irgendwie komm ich nicht weiter...bitte um Hilfe ...dankoe

fize 06/23/2010 22:46

also wen ich einstelle keine chips dan get gar nix mehr xD
aber es kann wirklich sein das das prob mit dem skript zusammen hängt vielleicht lasst es auch die gameguard nicht zu aber leider muss ich erst autoit lernen :(( und die ganzen befehle zu lernen ist langweilich xDD

fize 06/26/2010 22:14

keiner mehr da der schreibt :( schade wäre ein guter bot (wen da nicht die par fehler wären)

kuriki 07/07/2010 07:32

hi, leute. hat schon einer buffs eingearbeitet wenn ja könntet ihr dann den code reinstellen. danke

schmuselord1 07/08/2010 00:03

nö. kann aber auf anfrage zeigen, wie mans leicht einstellen kann.

Bahatorix 07/10/2010 20:38

Hi ich habe gerade den Bot ausprobiert, aber er kommt nur bis zum Lauchner und geht nichtmal auf den Startknopf was soll ich tun?

kuriki 07/25/2010 10:03

-Bot starten
-Profiel laden oder configutieren
-Spiel manuel starten
-Farmplatz suchen (die Mobs dürfen nicht kleiner sein als dein charakter -9lv und wichtig ist die Auflösung beachten)
-auf der Numtastatur 1 drücken zu Start
-auf der Numtastatur 2 drücken zum Stop
-auf der Numtastatur 3 drücken zu Beenden von Bot

kuriki 07/25/2010 10:05

@schmuselord1: kannst du bitte kurz beschreiben wie man die Buffs einbindet/einstellt, hab auch noch nicht hinbekommen
Danke im vorraus

schmuselord1 07/25/2010 20:13

klar. mach ich in ein paar stunden ^^

edit: also folgendes - zuerst brauch man ne funktion, die nur einmal am anfang bufft

Code:

Func buffen()  ; buffs with 30 min cooldown
        sleep( $sleepcamera )
        Send("{ESC}")
        sleep ( $sleeprandohundred )
        Send("{ESC}")
        sleep ( $sleeprandohundred )
        If        $mytimer == 0 Then  ; permanent buffs
                If $character == 2 Then
                        Send("r"); r
                        Sleep( $sleeploot3 )
                        Send("{SHIFTDOWN}7{SHIFTUP}")
                        sleep( $sleepbuff )
                        Send("{CTRLDOWN}5{CTRLUP}")
                        SLeep( $delay )
                EndIf
        $mytimer = 1
        EndIf
        If $character == 1 Then ; priest
                Send("{SHIFTDOWN}1{SHIFTUP}"); shift + 1
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{SHIFTDOWN}2{SHIFTUP}"); shift + 2
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{SHIFTDOWN}3{SHIFTUP}")
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{SHIFTDOWN}4{SHIFTUP}")
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{SHIFTDOWN}5{SHIFTUP}")
                SLeep( $delay )
        EndIf
        If $character == 2 Then ; soul breeder
                MouseClick( "left", 114, 117, 1 ) ;clicks on pet
                SLeep( $delay )
                Send("{SHIFTDOWN}1{SHIFTUP}"); shift + 1
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{SHIFTDOWN}2{SHIFTUP}"); shift + 2
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{SHIFTDOWN}5{SHIFTUP}")
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{SHIFTDOWN}6{SHIFTUP}"); shift + 2
        EndIf
        If $character == 3 Then ; strider
                Send("{CTRLDOWN}4{CTRLUP}")
                Sleep( $sleepbuff )
                SLeep( $delay )
                Send("{CTRLDOWN}5{CTRLUP}")
                SLeep( $delay )
                Sleep( $sleepbuff )
        EndIf
        $timerinit5 = TimerInit()
EndFunc  ;==>buffen use buff

hier werden permanente buffs auch gleich mitgebufft zu den regelmaessig kommenden anderen buffs.

nun brauchen wir einzelne buff-funktionen. warum? weil es erstens sehr vorteilhaft ist, wenn man sich nur einen buff draufmacht, einen mob killt und dann noch einen. dann ist die chance, dass man stirbt, geringer. zweitens hat es den vorteil, dass auch buffs mit weniger als 30 minuten dauer mit eingebunden werden können.
wie man das macht? folgendermaßen:

variablenteil:
Code:

Global $cooldown[31] ;cooldown for skills
$cooldown[21] = 1700000 ; bless of int
$cooldown[22] = 1700000 ; bless of vit
$cooldown[23] = 1700000 ; bless of str
$cooldown[24] = 1700000 ; bless of wis
Global $recentlyusedskill[31] ;array for skills
$recentlyusedskill[21] = 0  ; bless of int
$recentlyusedskill[22] = 0  ; bless of vit
$recentlyusedskill[23] = 0  ; bless of str
$recentlyusedskill[24] = 0  ; bless of wis
Global $helpmana
Global $character = 1 oder 2 oder 3
Global $buffed
Global $timerinit3 = TimerInit()

funktionsteil:
Code:

Func intbless()
        If $character == 1 And $buffed == False Then
                $helpmana = TimerDiff($timerinit3)
                If ( $helpmana - $recentlyusedskill[21] ) > $cooldown[21] Then
                        Send("{ESC}")
                        SLeep($delay)
                        Send("{SHIFTDOWN}1{SHIFTUP}")
                        Sleep($sleepbuff)
                        $buffed = True ; necessary for the other buffs not to work until theres a mobkill
                        $recentlyusedskill[21] = $helpmana
                EndIf
        EndIf
EndFunc

Func vitbless()
        If $character == 1 And $buffed == False Then
                $helpmana = TimerDiff($timerinit3)
                If ( $helpmana - $recentlyusedskill[22] ) > $cooldown[22] Then
                        Send("{ESC}")
                        SLeep($delay)
                        Send("{SHIFTDOWN}2{SHIFTUP}")
                        Sleep($sleepbuff)
                        $buffed = True
                        $recentlyusedskill[22] = $helpmana
                EndIf
        EndIf
EndFunc

Func strbless()
        If $character == 1 And $buffed == False Then
                $helpmana = TimerDiff($timerinit3)
                If ( $helpmana - $recentlyusedskill[23] ) > $cooldown[23] Then
                        Send("{ESC}")
                        SLeep($delay)
                        Send("{SHIFTDOWN}3{SHIFTUP}")
                        Sleep($sleepbuff)
                        $buffed = True
                        $recentlyusedskill[23] = $helpmana
                EndIf
        EndIf
EndFunc

Func wisbless()
        If $character == 1 And $buffed == False Then
                $helpmana = TimerDiff($timerinit3)
                If ( $helpmana - $recentlyusedskill[24] ) > $cooldown[24] Then
                        Send("{ESC}")
                        SLeep($delay)
                        Send("{SHIFTDOWN}4{SHIFTUP}")
                        Sleep($sleepbuff)
                        $buffed = True
                        $recentlyusedskill[24] = $helpmana
                EndIf
        EndIf
EndFunc

integration in die hauptschleife:
Code:

Func combo() ;main bot loop
        $funktionan = True
        SendKeepActive("Rappelz")        ;Rappelz always in foreground
        Opt("PixelCoordMode", 2)        ;pixel directly read from client
        Opt("MouseCoordMode", 2)        ;mouse only moves in client
        While $funktionan = True
                ifdisconnect()
                quitifhplow()
                readchipcolor()
                emptychips()
                If Hex($iconcolor, 6) == "A7A34A" Then $character = 1 ; cleric
                If Hex($iconcolor, 6) == "1F394A" Then $character = 2 ; soul breeder
                If Hex($iconcolor, 6) == "A095BF" Then $character = 3 ; strider
                If $mytimer == 0 Then buffen()
        ;BUFFSON
        ;CLERICON
        intbless()
        vitbless()
        strbless()
        wisbless()
        shinarmor()
        ;CLERICOFF
        ;SOULBREEDERON
                eternallg()
                resistance()
                divineclaw()
                intboost()
        ;SOULBREEDEROFF
        ;STRIDERON
                hunterimpact()
                concentration()
        ;STRIDEROFF
        ;BUFFSOFF
                If $kson == False Then       
                        If Hex($mobhealthfull, 6) == "C6776A" Then ;mob health must be red and full (prevents ks)
                                If Hex($bottrap, 6) <> "A780FD" And Hex($bottrap2, 6) <> "A780FD" And Hex($bottrap3, 6) <> "A780FD"  And Hex($bottrap4, 6) <> "A780FD" And Hex($bottrap5, 6) <> "A780FD" Then
                                        attack()
                                        selfheal()
                                        pot()
                                        scroll()
                                        restoration()
                                        if Hex($health2, 6) <> "9FBA68" Then; if your pet is below half hp
                                                MouseClick( "left", 114, 117, 1 )
                                                Send("8")
                                                sleep( $sleepheal )
                                        EndIf               
                                Else
                                        tabben()
                                        $drehung = $drehung + 1
                                        If $drehung > 2 Then
                                                turncamera()
                                                $drehung = 0
                                                $moven = $moven + 1
                                        EndIf
                                        If $moven > 5 Then
                                                move()
                                                $moven = 0
                                        EndIf
                                EndIf
                        Else
                                tabben()
                                $drehung = $drehung + 1
                                If $drehung > 2 Then
                                        turncamera()
                                        $drehung = 0
                                        $moven = $moven + 1
                                EndIf
                                If $moven > 5 Then
                                        move()
                                        $moven = 0
                                EndIf
                        EndIf
                Else
                        If Hex($mobhealthempty, 6) == "C78D7E" Then ; if mob is not dead yet
                                If Hex($bottrap, 6) <> "A780FD" And Hex($bottrap2, 6) <> "A780FD" And Hex($bottrap3, 6) <> "A780FD"  And Hex($bottrap4, 6) <> "A780FD" And Hex($bottrap5, 6) <> "A780FD" Then
                                        attack()
                                        selfheal()
                                        scroll()
                                        restoration()
                                        if Hex($health2, 6) <> "9FBA68" Then; if your pet is below half hp
                                                MouseClick( "left", 114, 117, 1 )
                                                Send("8")
                                                sleep( $sleepheal )
                                        EndIf               
                                Else
                                        tabben()
                                        $drehung = $drehung + 1
                                        If $drehung > 2 Then
                                                turncamera()
                                                $drehung = 0
                                                $moven = $moven + 1
                                        EndIf
                                        If $moven > 5 Then
                                                move()
                                                $moven = 0
                                        EndIf
                                EndIf
                        Else
                                $kson = False
                                tabben()
                                $drehung = $drehung + 1
                                If $drehung > 2 Then
                                        turncamera()
                                        $drehung = 0
                                        $moven = $moven + 1
                                EndIf
                                If $moven > 5 Then
                                        move()
                                        $moven = 0
                                EndIf
                        EndIf
                EndIf               
        WEnd
EndFunc  ;==>combo

ganz oben sind die buffs eingebunden. in der attackschleife wird jedes mal am ende $buffed auf "false" gesetzt, damit beim nächsten mob der nächste buff kommt.

Beathoven 07/26/2010 18:51

Hey,


ich habe ein Problem und zwar kriege ich das nicht hin. Habe für mich alles eingestellt (zwar ohne Heiltränke oder MP Tränke und Chips aber egal) aber wenn ich den Bot starte und dann auf "Start" drücke passiert nichts.Er öffnet zwar den Launcher aber wenn ich mich dann einlogge und den Char an einen Farmplatz setzte passiert nichts.

Wenn ich das Spiel manuell starte passiert auch nichts.Habe auch NUM 1 gedrückt.

Auflösung stimmt auch mit dem Bot überein und Fenstermodus auch.

kA was ich falsch mache.


PS: Die Monster sind 5 Level unter mir, ist das ein Problem?

jesda 07/29/2010 23:18

omg nice

thx :)

Beathoven 07/29/2010 23:22

Ich brauche wirklich Hilfe :(


Ich habe Vista 32-Bit also funzt es nicht oder?

KentuckyFC 07/29/2010 23:47

Nur auf 64 bit

Beathoven 07/29/2010 23:56

Ok danke für die Auskunft.


Ist denn eventuell ein Bot für 32-Bit in Sicht? Ich denke das liegt im Interesse vieler Leute hier.


LG

.Chosen 07/30/2010 02:37

So hab mir jetzt nicht alles durchgelesne also schinma Sorry :D

Ist die Datei nun clean oder nicht? Und wenn ja, funktioniert der bot?

sungjin 07/30/2010 09:41

how you use this?

Beathoven 07/30/2010 13:20

Quote:

Originally Posted by DarKRiku1512 (Post 6204633)
So hab mir jetzt nicht alles durchgelesne also schinma Sorry :D

Ist die Datei nun clean oder nicht? Und wenn ja, funktioniert der bot?


Die Datei ist clean. Wie der Bot funktioniert kann ich dir leider nicht sagen da ich ein 32-Bit System habe und der Bot nicht funktioniert.

LG

GDoubleP 08/07/2010 09:17

Tach alle zusammen,

versuche seid gestern denn bot zum laufen zu bekommen aber leider ohne erfolg. Habe auch schon alles hier gelesen o.O viele infos :D

Also die zusammenfassung. Im Bot ist alles eingetragen wie ID, PW etc.... drücke dann auf start und der luncher öffnet sich. Muss dann beim luncher selbst auch start klicken und denn rest alles manuell eingeben. Bin dann im Game drin dücke num1 und es passiert nix ? schade:( Was mache ich falsch. Habe es auch schon versucht wenn ich nur im Bot Num1 zu drücken aber dann bewegt sich die muss nur hin und her und macht nix.

Auflösung ist auch bei 1024x768 im Bot und das Game selbst auch 1024x768 windows mode. Auflösung aufm Lapti ist 1280x800 die auflösung auch ich auch schon mal verändert aber hilft leider auch nicht...

Danke im Voraus

Arbeite mit Win7 64bit enterprise.

Mfg GDoubleP

Edit: Um das Prob besser zu verstehen ist das so wie bei FYAYGL auf seite 25 Danke

.Chosen 08/08/2010 22:18

Der Bot ist nicht fürs 64Bit System gemacht., Klappt atm nur auf 32bit

Gaff 08/08/2010 22:54

Quote:

Originally Posted by DarKRiku1512 (Post 6327436)
Der Bot ist nicht fürs 64Bit System gemacht., Klappt atm nur auf 32bit

Diese aussage ist falsch, er funzt nur auf 64 bit.

Bei mir funzt er. ich gehe ins game, lade mein profiel vom bot gehe zum spot und drück Num1 und los geht es.

GDoubleP 08/09/2010 22:07

Mhh ok hab es soweit geschafft das es klappt aber warum bekommt er es nicht hin das er angreifen tut alle hacken sind richtig gesetzt....

Mfg

darklordof101 08/10/2010 10:33

This bot looks sexy, i will give it a go in hopes of it still working.
I havent played rappelz in years since it got too repetetive lol.
Hopefully this bot will bring me up a few levels so i can go to totaly new areas.

I will download rappelz and comment back if this works :D

Edit:
ok...
when i press start it kept saying it couldnt not find the .lnk for rappelz, so i figured it out.
Btw, you should consider writting "You have to create a shortcut for the Rappelz launcher and move it in the folder where you saved the bot/script. The shortcut must be renamed to ' Rappelz ' otherwise the relog function wont work."

So, after i past that step, when i press start, rappelz opens up and i start the game, then after a few seconds the bot dissapears and nothing happens.

Is there a way to just start the bot without having to enter in log in details ect?

snoppen 08/10/2010 15:50

Quote:

Originally Posted by darklordof101 (Post 6343676)
This bot looks sexy, i will give it a go in hopes of it still working.
I havent played rappelz in years since it got too repetetive lol.
Hopefully this bot will bring me up a few levels so i can go to totaly new areas.

I will download rappelz and comment back if this works :D

Edit:
ok...
when i press start it kept saying it couldnt not find the .lnk for rappelz, so i figured it out.
Btw, you should consider writting "You have to create a shortcut for the Rappelz launcher and move it in the folder where you saved the bot/script. The shortcut must be renamed to ' Rappelz ' otherwise the relog function wont work."

So, after i past that step, when i press start, rappelz opens up and i start the game, then after a few seconds the bot dissapears and nothing happens.

Is there a way to just start the bot without having to enter in log in details ect?

Same thing happens to me. Might be cuz i use 32bit windows.

GDoubleP 08/10/2010 22:14

Hat jemand noch ne Idee warum mein Bot im Game nur Tappen und die Kamera drehen tut und nicht chip ???

darklordof101 08/11/2010 00:56

Quote:

Originally Posted by snoppen (Post 6347012)
Same thing happens to me. Might be cuz i use 32bit windows.

I use Windows 7 x64, so no, thats not the problem.
I do how ever get the feeling that Game Guard detects the program as it starts.
I realized that when i start the game through the bot, * i press start, then as Game guard is loading, the bot dissapears* so i get the feeling that GG has something to do with it.
Perhaps GG detects something.

keplerk 08/11/2010 12:52

Quote:

Originally Posted by darklordof101 (Post 6353366)
I use Windows 7 x64, so no, thats not the problem.
I do how ever get the feeling that Game Guard detects the program as it starts.
I realized that when i start the game through the bot, * i press start, then as Game guard is loading, the bot dissapears* so i get the feeling that GG has something to do with it.
Perhaps GG detects something.

Yep this happen to me too D: when y push start in the bot it dissapears and nothing happen D:

snoppen 08/11/2010 17:34

Maybe it just works on the DE version of rappelz or GG cought the hack already? :D

Funkydonkey 08/18/2010 13:04

Ich habe auch ein 32-Bit System. Wie kann ich ihn da benutzen?

Vielen Dank schonmal!:)

schmuselord1 08/18/2010 15:59

leider gar nicht funky. ich bin aber momentan am werkeln. evtl krieg ich das auch für 32 bit user hin. aber dann nur für leute mit gutem pc, weil meine variante, falls ichs hinkriege, viel leistung ziehen wird

snoppen 08/18/2010 17:17

Can someone confirm if this bot is still working or not?

Sugarluvr 08/18/2010 19:13

still working.

snoppen 08/18/2010 19:46

Which OS are u using, cuz i cant get it to work on win7 x64.
The bot closes itself after a few seconds.

Rappelz-Player 08/19/2010 06:45

Does this bot work with rappelz usa? and epic 6 latest version as of 19 August 2010

alighalib 08/22/2010 01:06

Hi
Thank You for the bot
But can u please help me out?!
When i press start in the bot it just opens the luncher it doesnt open the game.
Should i open the game or what i kept trying for an hour.
Help me out please game is windowed and im using windows xp
Can any 1 healp me?:confused:
And btw playing rappelz usa
have windows xp and 7 doesnt work on both and the bot just opens the game thenit closes


All times are GMT +2. The time now is 01:41.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.