Page 1 of 1
Hey will those spell training scripts work for skill trainin
Posted: Wed Jul 19, 2006 1:16 am
by ryu1356
Hey I wanted to train my hiding and sneaking on my rogue so I was wondering if those spell training scripts can be configured to do sneak and hide?
Posted: Wed Jul 19, 2006 6:25 am
by aChallenged1
I'd just write one to do sneak and hide. it shouldn't be that hard, really.
Posted: Sun Sep 17, 2006 2:11 am
by hendrix04
ok, im not sure on how long it takes for sneak/hide to renew (if there is any time) but this will sneak then hide, turn off sneak and hide, then wait 5 seconds and do it again. If there is no reuse change the wait 50 to waitframe. if ti is longer than 5 seconds adjust the wait accordingly. Also it assumes sneak is hotbutton 1 and hide is hotbutton 2...
Code: Select all
function main()
{
while 1
{
press 1
press 2
waitframe
press 1
press 2
wait 50
}
}