Show Posts

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.


Topics - pwnage pimp

Pages: [1]
1
Combat/Healing/Looting / Wither Bot
« 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

2
New member introductions / hello
« on: October 18, 2008, 05:00:59 PM »
i just wanted to say im very glad i came upon this website as it is exactly the community ive been looking for

Pages: [1]