Page 1 of 1

VERY simple Rog sneak hide pick pocket mac

Posted: Sat Oct 02, 2004 2:04 pm
by wardave
I didnt see anything listed elsewhere so I made this, for people who didnt know how to make macs. I still dont but I was able to construct this. =)

Code: Select all

Sub Main 

:loop 
/doability hide
 /delay 10 
  /doability sneak
   /delay 10
    /doability "pick pockets"
     /goto :loop 
/return

Posted: Thu Oct 07, 2004 9:04 pm
by once

Code: Select all

Sub Main 

:loop 
/doability hide 
 /delay 10 
  /doability sneak 
   /delay 10 
    /doability "pick pockets" 
     /goto :loop 
/return 
could be slimmed way down to...

Code: Select all

Sub Main 

:loop 
/doability hide 
 /doability sneak 
 /doability "pick pockets"
 /delay 10 
 /goto :loop 
/return 
since they are on the same timer, you can do all 3 at once without the delays between them. skillraises faster also. i had one like this on my old bard and rogue. works nicely.

Posted: Thu Oct 07, 2004 9:10 pm
by Lum
Just from manually mashing the buttons i know if you hit all 3 in fast succession you get "you cannot use this skill right now"

I would change the original code to delay 2

Also note pick pockets and hide (evade) requires you to turn off attack :P but jsut for skill ups thats not necessary (better find a pet to PP :P)