ianobermiller / tibiatekbot

Automatically exported from code.google.com/p/tibiatekbot
3 stars 0 forks source link

Pause bot - command #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Command that will pause bot. You may use this when you stop hunting for 
getting supplys or something..

Usage: It could be like this: &pause <> &continue

How to do: Add new enum BotState with Pause, Running. Then just write in 
every Timer If BotState <> BotStates.Running Then Exit Sub.

Original issue reported on code.google.com by Oskari.V...@gmail.com on 6 Nov 2007 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by Oskari.V...@gmail.com on 6 Nov 2007 at 8:48

GoogleCodeExporter commented 9 years ago
Not every timer ;) the Stats timer must not be stopped, and a couple more, 
required
for normal functionality of the bot

Original comment by cameri2...@gmail.com on 9 Nov 2007 at 2:24

GoogleCodeExporter commented 9 years ago
Yea, but you got my point :D

Original comment by Oskari.V...@gmail.com on 19 Nov 2007 at 3:01

GoogleCodeExporter commented 9 years ago
Important! This functionality should be part of the Alarms Action boxes too, 
players
might want the bot to pause given certain conditions (an alarm is fired).

Original comment by genoso...@gmail.com on 23 Nov 2007 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by Oskari.V...@gmail.com on 31 Dec 2007 at 12:13

GoogleCodeExporter commented 9 years ago
Completed the task :)

Original comment by Oskari.V...@gmail.com on 2 Jan 2008 at 11:11