Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BEGIN
- Ropiderz's library v 0.0.1 # 07/05/2012 #
- END
- def countgold()
- return itemcount(3031) + (itemcount(3035) * 100) + (itemcount(3043) * 10000)
- end
- def depositall()
- say("hi")
- waitping() * 4
- npcsay("deposit all")
- waitping() * 4
- npcsay("yes")
- end
- def reachandopendp()
- reachdp()
- wait(2500, 3000)
- if reacheddp() == false
- gotoway(wpt() - 1)
- else
- opendepot()
- wait(2500, 3000)
- end
- end
- def forwardwpt()
- gotoway(wpt() + 1)
- end
- def backwardwpt()
- gotoway(wpt() - 1)
- end
Advertisement
Add Comment
Please, Sign In to add comment