Im playing on Atomix Silkroad (Vsro) and if i want to login with the bot i get a C8 error ?
Can someone help me pls ?
Can someone help me pls ?
Let's fix it shall we?Quote:
Why bot choosing farest mobs instead of nearest ? And mby put also some priority list.
Func GetMob() ;finds and sets nearest target in a training area, feel free to replace it frozenburn! Dim $idTemp[200], $distanceTemp[200], $z = 0 For $i = 0 To UBound($mob_list) - 1 If $mob_list[$i] = "" Then ExitLoop Else $info = StringSplit($mob_list[$i], ",", 2) Dim $id = $info[0], $x = $info[1], $y = $info[2], $distance = $info[3], $type = $info[4] If Distance(GUICtrlRead($xInput), $x, GUICtrlRead($yInput), $y) <= GUICtrlRead($rInput) Then If $type = "giant" OR $type = "party" Then If GUICtrlRead($targetgiantCbox) = 1 Then ;nothing for now Else If $id <> $killedId AND $id <> "" AND $id <> $targetId AND $id <> $ignoreId Then $idTemp[$z] = $id $distanceTemp[$z] = $distance $z += 1 EndIf EndIf Else If $id <> $killedId AND $id <> "" AND $id <> $targetId AND $id <> $ignoreId Then $idTemp[$z] = $id $distanceTemp[$z] = $distance $z += 1 EndIf EndIf EndIf EndIf Next $index = _ArrayMinIndex($distanceTemp, 0, 0, $z-1) If $idTemp[$index] <> "" Then SetTarget($idTemp[$index]) EndFunc
I didn't release new version yet :)Quote:
Thx you jremy , but bot still attack farest mob.
Can you let me know what items you have in inventroy?Quote:
after login, i chouse my caracter and i get this messeage: "Line 32668 C:\Users\......\Downloads\jreBot_rSro.exe):
Error:Array variable has incorrect number of subscripts or subscript dimension range exeeded.
Who can help????????? THX
I got same mistake , but i delete all quests and it helped me. Try to put all items to storge and then ,on bot , one by one take them back.Quote:
after login, i chouse my caracter and i get this messeage: "Line 32668 C:\Users\......\Downloads\jreBot_rSro.exe):
Error:Array variable has incorrect number of subscripts or subscript dimension range exeeded.
Who can help????????? THX
Tablets, 9d elements , 2 harp, MP,HP a dead wolf , universal pill, x-l vigor potion, return scroll, recovery-kit, and hgp, hp recovery gain thats all.Quote:
I didn't release new version yet :)
Can you let me know what items you have in inventroy?
Unless you are trying to use it in a private server. This bot is for russian silkroad!