;================================== ; Script Name: Easy Anatomy ; Author: Sierraleaf ; Version: 1.1 ; Client Tested with: 2.0.0 ; EUO version tested with: 1.42.0081 ; Shard OSI / FS: FS Britannian Legacy (beta) ; Public Release: 4/30/2004 ; Purpose: Train anatomy off of a NPC while following them. ; I made this script so I could macro anatomy and not worry ; about the target wandering off. Won't work on servers ; anti-macro as you are standing in place most of the time. ;================================== initevents ; SETUP target wait 1s set %targetID #LTARGETID anatomy: finditem %targetID move #findx #findy 3 event macro 13 1 target event macro 22 0 gosub moveloop 10 goto anatomy sub moveloop for %cnt 1 %1 { finditem %targetID move #findx #findy 3 wait 1s } return