ScriptUO

Official ScriptUO EasyUO Scripts => Script Library => Combat/Healing/Looting => Topic started by: pwnage pimp on October 18, 2008, 05:13:06 PM

Title: Wither Bot
Post by: pwnage pimp on October 18, 2008, 05:13:06 PM
For those who don't know much about scripting you might like this.

Script 1: Run this on your main account.
Code: [Select]
onhotkey f5 ;just set this key to whatever your wither button is
set *999 Wither

Script 2: Run this on your necro "bot"
Code: [Select]
loop:
finditem XXXXX ;char number one's #charid
if #finddist > 1
event pathfind #findx #findy #findz
if *999 = Wither
{
 set *999 empty
 key F5 ;again, set this to your wither key
}
goto loop
Title: Re: Wither Bot
Post by: noobus on April 02, 2013, 09:54:17 PM
What exactly is a necro bot?  I'm assuming it follows you around?  Woupd this be something to add t the script that heals your main char from a second client?  Sorry I haven't been around for seven years
Title: Re: Wither Bot
Post by: manwinc on April 02, 2013, 11:16:00 PM
Put a wait 5 After your Event Pathfind, And I'd suggest using Global namespaces for relaying the Signal! Other than that, you are off to building your own little army :)