View Full Version : Improve Script Xenobot
Genom
01-17-2012, 01:36 AM
Well, I love the style of Xenobot, but I'm frustrated with the script because it was different from Tugbot and simpler to do this requires a vast knowledge of coding, so I wish you could add in the Xenobot capable of simplifying some actions.
Example: Selling items, bank deposit and others as existed in Tugbot.
Flappy Joe
01-17-2012, 08:58 AM
Many functions can be made and simplified, for example instead of writing:
delayWalker(3000)
Self.Say("Hi")
sleep(math.random(700, 1400))
Self.SayToNpc("Deposit all")
sleep(math.random(700, 1400))
Self.SayToNpc("Yes")
We will be able to write:
DepositGold()
Although this is not available yet, hopefully it will become available soon.
Hendy
01-17-2012, 07:03 PM
And selling items is not possible yet.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.