Pleas be kind this is my first script but please be honest also. I am pretty stocked I got this far
Goal is to have an archer sit in war mode. Plant a thorn every 3 min. (this works)
Have the archer auto attack other rabbits from other peoples thorns (this needs done)
;=================================================================
; Script Name: You can do it!
; Author: Piller
; Version: 1
; Shard OSI
; Revision Date: 4/8/2023
; Purpose: Plant a thorn and attack others rabbits
;=================================================================
;Let to do: Add attack any bunny in range
Main_Loop:
finditem GSF C_ , #backpackid
wait 5
set #lobjectid #findid
event macro 17
wait 5
event macro 23 0
wait 190s
goto Main_Loop
im am going to start reading on auto attack, I will update as I learn. If anyone wants to drop hits or help out that would be cool to.