1
Character skill advancement / Re: Animal Lore Trainer
« on: February 02, 2025, 06:36:33 PM »
working perfectly
TY
TY
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Congrats! Keep it up!
;=================================================================
; 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
sub getchks
if %potion_container = N/A
{
display You need to set a potion container
return #false
}
menu get seed_chk
if #menures
{
set %gather_seeds #true
if %seed_container = N/A
{
display You chose to gather seeds. You need to set a container for them.
return #false
}
}
menu get resource_chk
if #menures
{
set %gather_resources #true
if %resource_container = N/A
{
display You chose to gather resources. You need to set a container for them.
return #false
if #findkind <> -1
{
set %greenthorn_cnt %greenthorn_cnt + #findstack
menu set greenthorn_cnt %greenthorn_cnt
exevent drag #findid #findstack
wait %dragwait
exevent dropc %resource_container
wait %dropwait
ignoreitem #findid
}