BotsHub

07/09/2025 09:47 Kronos8#121
@[Only registered and activated users can see links. Click Here To Register...] I fixed the issue, I made a refactor the other day and $target wasn't set properly
07/09/2025 13:50 kendor#122
Quote:
Originally Posted by Kronos8 View Post
@[Only registered and activated users can see links. Click Here To Register...] I fixed the issue, I made a refactor the other day and $target wasn't set properly
Sweet thx a ton :handsdown:

one other quick thing about this one is this
'- 1x Minor Fast Casting + 1x Major Fast Casting' & @[Only registered and activated users can see links. Click Here To Register...] _
I think the creator meant 1 Minor Dom rune and a Major FC. I had a +1 FC headpiece so Im just guessing here. ;)

Quote:
Originally Posted by Kronos8 View Post
@[Only registered and activated users can see links. Click Here To Register...] I fixed the issue, I made a refactor the other day and $target wasn't set properly

I'm sorry to be a butt but it's still crashing at Line 174. same error. updated the Gemstone with what is on the github. here's my code for that section

Func GemKill()
If GetIsDead() Then Return
Local $target = GetNearestEnemyToAgent(GetMyAgent())
While Not GetIsDead() And DllStructGetData($target, 'ID') <> 0 And $distance < $FightDist
If GetMapLoading() == 2 Then Disconnected()

Local $targetsInRangeArr = GetFoesInRangeOfAgent(GetMyAgent(), 1700, IsDreamerDryderOrAnurKi)
Local $distance = 0
Local $specialTarget = False

If IsArray($targetsInRangeArr) And UBound($targetsInRangeArr) > 0 Then
$target = $targetsInRangeArr[0]
$specialTarget = True
EndIf

;— if no special target, fall back
If $target = 0 Then
$target = GetNearestEnemyToAgent(GetMyAgent())
$distance = GetDistance($target, GetMyAgent())
EndIf

If DllStructGetData($target, 'ID') <> 0 And $distance < $FightDist Then
ChangeTarget($target)
RndSleep(150)
CallTarget($target)
RndSleep(150)
Attack($target)
RndSleep(150)
ElseIf DllStructGetData($target, 'ID') = 0 Or $distance > $FightDist Or GetIsDead() Then
ExitLoop
EndIf

For $i = 0 To UBound($Gem_SkillsArray) - 1
Local $targetHp = DllStructGetData(GetCurrentTarget(), 'HP')
If GetIsDead() Then ExitLoop
If $targetHp = 0 Then ExitLoop
If $distance > $FightDist And Not $specialTarget Then ExitLoop

Local $skillPos = $Gem_SkillsArray[$i]
Local $recharge = DllStructGetData(GetSkillbarSkillRecharge($skillPo s, 0), 0)
Local $energy = GetEnergy()

If $recharge = 0 And $energy >= $gemSkillCostsMap[$skillPos] Then
UseSkillEx($skillPos, $target)
RndSleep(500)
EndIf
Next
WEnd
07/09/2025 14:11 Kronos8#123
@[Only registered and activated users can see links. Click Here To Register...] No worries. I can't test this one properly right now because I don't have a character available to do it.
But yeah, I found the second issue, it wasn't exactly the same as previously, but kind of, just a second variable failing :reeee:
Anyway, corrected again, don't hesitate to ask if anything else fails.
07/09/2025 14:33 kendor#124
Working fine now. Thank you, Danke, Gracias, Merci, Arigato, Grazie, and xièxiè. Thats all the ones I know of, but you deserve more :)
07/10/2025 04:39 biotoxic.gamer#125
Quote:
Originally Posted by Bose9999 View Post
No only with the Raptor bot. My game crashes after a certain amount of time. I’m now sure that it happens while farming not while using the merchant or anything else.
Ive ran that for days at a time, never had that issue.
07/10/2025 19:20 kendor#126
No raptor issue here either. sorry Bose9999
07/21/2025 14:55 dd_pang#127
what build for FOW?
07/23/2025 00:54 Kronos8#128
Quote:
Originally Posted by dd_pang View Post
what build for FOW?
Any build, I recommend Assassin's Promise on the character and the best mesmerway team you have. Even then it's pretty tough, I didn't completely finished FoW (the bot does clear all of FoW and get rewards) because I find it still not successful enough. Consets help a lot.
07/23/2025 02:17 dd_pang#129
Quote:
Originally Posted by Kronos8 View Post
Any build, I recommend Assassin's Promise on the character and the best mesmerway team you have. Even then it's pretty tough, I didn't completely finished FoW (the bot does clear all of FoW and get rewards) because I find it still not successful enough. Consets help a lot.
thx
07/25/2025 13:16 vic619#130
hello, Can you add a dervish bot to farm the Diessa Chalices & Rin Relics please? thanks you
07/31/2025 12:53 Monkey Di#131
Hi good guys !
That's a lovely work, i would like to share an anomaly concerning the farms that involves VOS derv build, somehow i find out that the bot is not looping VoS skills at all (from Spirit slave and Jade brotherhood farms) once he goes in and try to kill the groups, he uses VoS one time, does loop every enchant except this one, wich usually leads to a very long or infinite time to kill the last foes wich are Rt and Monk and can self heal, i am not into coding at all but trying to find the anomaly and understand by myself i still don't see why he loops all skills except this one, the func seems fine but the fact he uses the main skills only one time makes the run fails or takes way way longer than expected, would u have any tips for me to fix that ?

best regards and thank's a lot for the works and shares
08/01/2025 19:44 ewolady#132
Hello, does anyone have an invitation to the Discord server?
08/01/2025 22:28 Sulhaf#133
Hey, can I get an invite on the Discord server?

I used BotsHub to "make" some bots (Bandit farm in Pre-searing, Bogskale fin, Chitin, Skree Wings, Arius boss for Arius' sai, Geoffer Pain Bringer for Geoffer's Bulwark (+30 health/+10 on piercing damage shield)
08/02/2025 15:12 Kronos8#134
@[Only registered and activated users can see links. Click Here To Register...] Hi, it's on the TODO list, I'm adding another request but it's not an urgent matter. Feel free to do it yourself and add it, or find an existing one and converting it.

Hi Monkey, I'm aware of some of those issues. In particular, I find spirit slaves farm not efficient enough (fails too often). As for the jade brotherhood, it should not have this issue, but I will take a look into it once I find the time. If you want to, look into the KillJadeBrotherhood of Farm-JadeBrotherhood.au3 file ,that's where the logic for the fight is. It's a not a very big or very complicated function.

@[Only registered and activated users can see links. Click Here To Register...] @[Only registered and activated users can see links. Click Here To Register...] : [Only registered and activated users can see links. Click Here To Register...]
Glad to see BotsHub was useful to you, don't hesitate to share your farms if you want me to add them to the hub
08/07/2025 18:59 CostcoWholesale#135
So I've checked off everything in the "loot options" menu except
- Tomes
- Scrolls
- Keys
- Gold Items

Yet it still picks up blue/purple armor as well as things like Stolen Provisions, Rot Wallow Tusks and Oni Tallons, is there a setting I'm missing?

Also, will the bot not sell anything in the equipment bag?