have a new version here again, this time I have entered the if not "$ amDead then CommandHero (1, 5011, -603)" instruction repeatedly, now it works with the flag.
test runs 20x and so far always flagged and won
Add it on Line: 115 befor "if not $amDead then useSkill(4, -2)"
@crew the bot i posted has a sweet use dublication in it (cut one out and you will have sweets every run) @ to my knowledge the GWA# spam was coming from a Memoryread error in the script. i was fixing it and it looks promising now
the bot is running in circles at the start sometimes, because of a bad enemy spawn and the way its programmed and tries to dodge profiles. Since i added a simple MoveTo to skip those parts i had no more issues.
have a new version here again, this time I have entered the if not "$ amDead then CommandHero (1, 5011, -603)" instruction repeatedly, now it works with the flag.
test runs 20x and so far always flagged and won
Add it on Line: 115 befor "if not $amDead then useSkill(4, -2)"
Nice mate :9 could u post the updated version? Thanks in advance
Nice mate :9 could u post the updated version? Thanks in advance
Not that hard but here it is anyway.
Also one could use a Summoning Stone like Legionnaire to guarantee the win.
Unfortunately idk how to integrate that into the bot so if anyone has any advice on that i´ll gladly try
EDIT: Ok i figured it out for Legionnaire Stone:
if not $amDead then useItemByModelId(37810)
I added this after the multiple CommandHero Lines and it works for me.
Not that hard but here it is anyway.
Also one could use a Summoning Stone like Legionnaire to guarantee the win.
Unfortunately idk how to integrate that into the bot so if anyone has any advice on that i´ll gladly try
EDIT: Ok i figured it out for Legionnaire Stone:
if not $amDead then useItemByModelId(37810)
I added this after the multiple CommandHero Lines and it works for me.
Here's a func for legion stone, can replace LegionID with any other stone.
Code:
Func UseStone()
Local $LegionID = 37810
For $bag = 1 To 4
For $slot = 1 To DllStructGetData(GetBag($bag), 'Slots')
Global $item = GetItemBySlot($bag, $slot)
If DllStructGetData($item, 'ModelID') == $LegionID Then
UseItem($item)
RndSleep(500)
Return
EndIf
Next
Next
EndFunc
Hey guys,
does anyone have an idea how to go about fixing the salvage function?
I think the problem is witht he start salvage session, but I don't know what exactly is wrong. I think the 4 headers at the beginning needs to be updated, but there is no indication what those hearders are.
Hey guys,
does anyone have an idea how to go about fixing the salvage function?
I think the problem is witht he start salvage session, but I don't know what exactly is wrong. I think the 4 headers at the beginning needs to be updated, but there is no indication what those hearders are.
headers are already updated in recent posts pattern is wrong and needs fix