-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathTODO
38 lines (31 loc) · 1.16 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
General:
- [x] Add more food to the food array
- Add a dock feature to minimize the main body of the bot
- [?] Make the BotOptionScrollBar's non-mouse-scrollable
- [x] Make Listeners more robust on how they can change connections
- Add mode settings (general mode, hunting mode, afk mode, pvp mode)
- [x] Hook into the spell cast cooldown to get the spell delay time
- [x] Test healing delays
- Add timers for spells, mwalls, etc
- Add auto reconnector
Support Module:
- Add different levels of cast healing (heal priority 1, 2, and 3)
- [x] Auto invisible feature
AFK Module:
- [x] Add a mana bar option to select the mana required to mana training
- [x] Add check cap to the auto fisher
- Add mana checking to rune maker
- Add more slots to the auto replacer
Hunting Module: IMPLEMENT THIS!
-
PvP Module: IMPLEMENT THIS!
-
Pre-Rework TODO's:
- Skill Training
- Auto-stop attacking monster when it is low life
- Alert on player's low life
- Statistics
- [x] Change the "getVisibleItem" so it gets info from inventory as well
- Add moveToInventory, findTiles, findItems and findCreatures to native code (OTclient source itself)
- PVP bot options
- [x] Change how event loops work