[GWCA] - Tutorial Bot Package

05/03/2010 17:29 clemi1#61
Quote:
Originally Posted by Deset View Post
eventuell fehler beim injecten bzw, fehler in der dll?
Ja war bei mir auch so -injecten muss man evtl. mehrmals neu bis es geht.
05/03/2010 17:43 Deset#62
achja Rikul, wärst du so nett die alte version nochmal zu uppen?
die is mir leider abhanden gekommen und ich find da den gargoyle bot besser..
beim jetzigen is der wayout nicht so toll...
der läuft nach jedem run wieder vors anwesen
05/03/2010 22:26 Gabber Nation#63
die dll injectet er immer ordnungsgemäß. Mit welcher macht ihr es denn? Ich nutzte die die im download drin ist.
05/04/2010 00:40 ¤Rikul¤#64
@Desert: Der Source ist nun im Anfangspost, kannst ihn nach belieben umändern. Hab jedoch den alten Gargoyle Bot nichtmehr.

@Gabber: Ich hab leider kA woran das liegen könnte. Bei mir funktioniert es zumindest einwandfrei.
05/04/2010 09:07 MF-Rockstar#65
levelbot gibt die quest nicht auf...
05/04/2010 17:02 clemi1#66
dann downloade doch mal den alten der müsste als extra thread hier im forum sein ist auch von Rikul und funkioniert 1a,wenn du ihn gar nicht mehr findes addes mich im icq dann schick ihn in dir 203402388
05/04/2010 18:00 Bilal92#67
Bei mir gibt er die Quest auch nicht ab (LvL Bot)
05/04/2010 18:06 Gabber Nation#68
n1, jetzt stürzt der nicht mehr ab allerdings läuft der vor ohne zu warten --> stirbt --> resigned -- und so weiter ... :(
05/14/2010 19:43 Bilal92#69
Hmm, also jetzt gibt er die Quest bei mir ab, man darf glaub ich nur keine anderen Quests im Log haben...
Aber sterben tut er mit lvl 4^^
05/15/2010 12:07 clemi1#70
Also bei mir stirbt er mit Lvl 4 nicht.
Hier mal den Source von Rikul von einem seiner älternen Lvl Bots die eig. trotzdem noch einwandfrei funkionieren.

PHP Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_icon=..\..\Icons\Vista- Icons\Games\Game 23.ico
#AutoIt3Wrapper_outfile=LvL Bot By ¤Rikul¤.exe
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_UseX64=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <GWCAConstants.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$cGui GUICreate("LvL Bot"17098192124)
GUISetBkColor(0x800000)
$Group1 GUICtrlCreateGroup("CharacterName"8515342)
$CharName GUICtrlCreateInput(""162013719BitOR($ES_CENTER,$ES_AUTOHSCROLL))
GUICtrlSetColor(-10xFFFFFF)
GUICtrlSetBkColor(-10x000000)
GUICtrlCreateGroup("", -99, -9911)
$Start GUICtrlCreateButton("Start"8567333$WS_GROUP)
$Exit GUICtrlCreateButton("Exit"88567333$WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

GUIRegisterMsg(0x500"WndCallback")

While 
1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Start
            
Global $sGW "Guild Wars - " GUICtrlRead($CharName)
            
Charr()
        Case 
$Exit
            ToggleExit
()
    EndSwitch
WEnd

Func Charr
()
    
MoveToEx(8032.955929.20)
    
MoveToEx(7291.855237.10)
    
LoadOut()
    
MoveToEx(7313.885250.29)
    
LoadOut()
    While 
1
        MoveCharr
()
    
WEnd
EndFunc

Func MoveCharr
()

    
MoveToEx(7563.8710622.45)
    
MoveToEx(5719.7210663.01)
    
$iQuest GetNearestNPCToCoords(5719.7210663.01)
    
Cmd($CA_GONPC$iQuest)
    
Sleep 1000 )
    
Cmd($CA_Dialog8400385)
    
Sleep 750 )
    If 
CmdCB($CA_QuestCheck8400385) = 1 Then
        Sleep 
50 )
    Else
        
$iQuest GetNearestNPCToCoords(5719.7210663.01)
        
Cmd($CA_GONPC$iQuest)
        
Sleep 1000 )
        
Cmd($CA_Dialog8400385)
        
Sleep 750 )
    EndIf
    
MoveToEx(7576.2810613.87)
    
MoveToEx(7596.269021.46)
    
MoveToEx(7196.705765.78)
    
MoveToEx(7041.155399.12)
    
LoadOut()
    
MoveToEx(5954.244604.10)
    
Sleep 500 )
    
MoveToEx(4559.055627.33)
    
Sleep 1000 )
    
MoveToEx(3009.136450.57)
    
MoveToEx(87.326708.05)
    
Sleep 1500 )
    
MoveToEx(-3042.379498.23)
    
MoveToEx(-3081.6010946.84)
    
Sleep 1500 )
    
KillCharr()
    
KillCharr()
    
Resign()
    
Sleep 2500 )
    
Cmd($CA_QuestAbandon, -1)
    If 
CmdCB($CA_QuestCheck8400385) = 1 Then
        Cmd
($CA_QuestAbandon, -1)
    Else
        
Sleep 50 )
    EndIf
EndFunc

Func KillCharr
()
    
CmdCB($CA_TargetNearestFoe)
    
Sleep 175 )
    
CmdCB($CA_Attack, -1)
    Do
        
ControlSend $sGW"""""{TAB}" )
        
Sleep200 )
        
$LVL CmdCB($CA_GetLevel,-1)
    
Until $LVL[0] = Not 4 Or $LVL[0] = Not 5
EndFunc 
05/15/2010 15:35 Bilal92#71
Also mit der Source kann ich nichtmal die Quest annehmen, funktioniert überhaupt garnicht :D
05/16/2010 11:55 clemi1#72
hast du die graphic.dll aus dem aktuellen package geladen?
05/16/2010 14:20 Yvette0x#73
Quote:
Originally Posted by Bilal92 View Post
Bei mir gibt er die Quest auch nicht ab (LvL Bot)
I've had the same problem, and I've noticed an error in the script so it doesn't abandon the quest. You have to fix it this way:

1. The file is an .exe file, so you have to make a new script and copy/paste the source-code (which you can find on the first page) in the script.
2. Go to line 276, you'll see in green
Code:
  ;Sleep ( 2500 )
3. Just delete the ; so you just have Sleep ( 2500 ), the greenness should be gone.

That had fixed it for me.
05/16/2010 16:48 buFFy!#74
TE is banned anyways..

#closed