PDA

View Full Version : How to deposit gold?????



Tonttu
02-05-2012, 12:08 AM
I tried one tutorial but got error message abt some nil values....

help plz

Messed Around
02-05-2012, 12:18 AM
http://forums.xenobot.net/showthread.php?970-Tutorial-How-to-use-the-Scripter

Try that.

Tonttu
02-05-2012, 10:17 AM
This is the same tutorial i already tried after executing the script i got error message that (nil value bla bla bla something...

Tonttu
02-05-2012, 11:50 AM
wait(500, 1500)
Self.SayToNpc("hi")
wait(500, 1500)
Self.SayToNpc("deposit all")
wait(500, 1500)
Self.SayToNpc("yes")

I got this working okay how do i add it on the walker so that it does it automatically now i need to click "execute script" everytime to make it work.

Thx in advance.

Sor Jack
02-06-2012, 05:57 PM
Hi, deposit all, yes. ;D

tookas
02-13-2012, 08:02 PM
function onWalkerSelectLabel(labelName)
if (labelName == "AtBank") then
delayWalker(3000)
Self.Say("Hi")
sleep(math.random(700, 1400)
Self.SayToNpc("deposit all")
sleep(math.random(700, 1400))
Self.SayToNpc("Yes")
sleep(math.random(700, 1400)
end
end