- Joined
- Mar 21, 2014
- Messages
- 36
- Thread Author
- #1
Developing an AIO for OSRS
Features:
Update Log:
Features:
- Supports Barbarian Village Powerfishing
- Low-level of Anti-Ban
- Catherby Fishing
- Fishing Guild Support
- Draynor Fishing
Update Log:
Day 1:
Experienced some issues with fps raping (from 55->15), fixed by removing an invalid render.
Day 2:
Had some replies for the drop inventory method, however i found that it dropped a certain amount and when it ended up "mis-clicking" the item the script execution stopped. The way i combated this:
wasInteractionSuccessful() is very handy, may no be the best code in the world but when getting use to new API i learn through trial and error... Script now works fine and I can get my first simple progress report!
Edit: Came across one final issue:
Doesn't detect any item with that ID, even tried using a String and not working... Implementation error?
Experienced some issues with fps raping (from 55->15), fixed by removing an invalid render.
Day 2:
Had some replies for the drop inventory method, however i found that it dropped a certain amount and when it ended up "mis-clicking" the item the script execution stopped. The way i combated this:
Edit: Came across one final issue:
Doesn't detect any item with that ID, even tried using a String and not working... Implementation error?
Last edited: