I would like to see a "pause" button for the bot in game. So you with just a keystroke can take fully control over the client.
Correct me if there is already such a feature, or if the suggestion already has been mentioned.
Printable View
I would like to see a "pause" button for the bot in game. So you with just a keystroke can take fully control over the client.
Correct me if there is already such a feature, or if the suggestion already has been mentioned.
Exp-counter ( how many experience gained during x time )
waiting for changes
Code:local timeToDisplayMessage = 300 --In seconds
local expAtStart = Self.Experience()
local timeAtStart = os.clock()
local t1 = os.clock()
while true do
if os.difftime(t1, os.clock()) > timeToDisplayMessage then
displayInformationMessage("Gained "..Self.Experience() - expAtStart.." experience in "..os.clock() - timeAtStart.." seconds.")
t1 = os.clock()
end
sleep(50)
end
I don't know if this was proposed before, but make creating waypoints more easier. Add something like a window which Neobot had, in my opinion it was much easier that way, than it is now.
Maybe water elementals fishing :D
Update?
Looking good with the suggestions. How about an option to randomize the manarefiller.. like in hp and healings.
@Spectrus how is that script supposed to work? :o