Ich will dass der Bot nach xx Runden zum kaufmann geht.
Hab mit SuFu nix gefunden,ich hoff ihr könnt mir helfen!
MFG Cr33p
Code:
func _run()
If Not WinActivate("Guild Wars") Then
WinActivate("Guild Wars")
EndIf
sleep(random(2000, 3000))
While True
Select
Case $runstotal <> $runs
$runs = $runs + 15
hm()
sleep(800)
wayout()
sleep(800)
fight()
sleep(20)
resign1()
sleep(700)
Case $runstotal = $runs
$runs = $runs - 15
_ident($ident_x, $ident_y, $Slot1_x, $Slot1_y)
sleep(1000)
Sellway()
sleep(1000)
sell()
sleep(1000)
DisChange()
sleep(3000)
EndSelect
WEnd
EndFunc
_run()






