Ticket #411 (closed defect: fixed)
watch tk utility
| Reported by: | Twerp | Owned by: | subby |
|---|---|---|---|
| Priority: | normal | Component: | Bots - Other |
| Version: | Latest version from repository | Severity: | minor |
| Keywords: | Cc: |
Description
if(i > allowedTKs) {
The above is line 155. I think that a simple change to:
if(i >= allowedTKs) {
will make it so that there is no 1 extra kill allowed. This is especially useful in zombie games like ?go bug. The bot will not allow 0 teamkills (like it's supposed to)
HTF <ER> has activated TK watcher. You will be spec'd for 60 minute(s) after 1 TKs.
Each TK will decay after 5 minute(s).
2:Twerp> can you do 0 tk's?
2:HTF <ER>> not possible
2:HTF <ER>> HTF <ER>> !watchtk 0 99
With the current code, the bot allows a free kill. This can be used, and has been used in the past because people know about it. It's a very simple change that can be easily implemented
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
