I changed the source-code a bit. This bot didnt buy the scrolls itself nor used them correctly. I switched it so hes using the scroll in my 4th bag at the 5th position (1st row last item). Furthermore hes waiting at the beginning like 6-7 seconds so kilroy will start & take the aggro. This gives some nice advantage cause you wont get the initiator-damage.
My last problem is that hes not opening any of the chests (i dont mean the last one but the random spawned one)... Any solution for that?
Add this after "Func UseScroll()" in GWA² Killroy Stoneskin.au3
Code:
$item = GetItemBySlot(4,5)
if $item <> 0 Then
Update("Using Scroll at 4:5")
UseItem($item)
Return
EndIf
This makes that hes using the item at bag4 row1 cell5. You can manually put in there any scroll u want - even other items that you want him to use.
To make him wait for Killroy to run first, go to the line with "Func RunQuest()".
Change:
Code:
RndSleep(1500)
If $useScroll Then UseScroll()
If AggroMoveToEx(-11040, -16400) Then Return 1
If AggroMoveToEx(-3585, -15915) Then Return 1
If AggroMoveToEx(-1081, -14387) Then Return 1
If AggroMoveToEx(3788, -16406) Then Return 1
MoveTo(5724,-15148)
MoveTo(5053,-15835)
with
Code:
RndSleep(1500)
If AggroMoveToEx(-16557, -13752) then Return 1
RndSleep(8000)
If $useScroll Then UseScroll()
If AggroMoveToEx(-11040, -16400) Then Return 1
If AggroMoveToEx(-3585, -15915) Then Return 1
If AggroMoveToEx(-1081, -14387) Then Return 1
If AggroMoveToEx(3788, -16406) Then Return 1
MoveTo(5724,-15148)
MoveTo(5053,-15835)
With this little edit hes walkin like 3-4 meters to initiate the dialog, then waits for kilroy to start running. If its not your speed, adjust"RndSleep(8000)". Hes also using his scroll (at least the item you want) after the sleep so you wont lose like 8 seconds.
I'm also working on a "Pickit". Not picking up any item but the ones you want. Getting rid of those "Frosty Tonics", "Snowman Summoners" & "Mischievous Tonics". Some1 interested in this? PN me