Originally Posted by
0r4nge ownz
I know aha, I was just started my bot again when there was a update, and you didn't even put v1.6 on your thread >.< I must have been the first ^^
Im really impressed with what you have done, so smooth now.
I just want ed to ask a question, I want to put my current hunter level in the proggy something like this..
* Currently Catching: Spotted Kebbit
* Kebbits Caught: 59
* Hunter Level: -- Hunting Levels Gained: 1
* Hunting Experience Gained: 6136
* Hunting Experience Per Hour: 27004
* Status: Dropping items
* Time Running: 13 Minutes and 38 Seconds
Just so I don't need to keep stopping to check my hunter level, then starting etc. I think this would be much more simpler :)
So this line writeln(' * Hunting Levels Gained: '+IntToStr(HuntingLevelsGained));
Do I add writeln(' * Hunting Level: '+IntToStr(HuntingLevel)' Hunting Levels Gained: '+IntToStr(HuntingLevelsGained));
Im no good at coding, I did RSPS a little, but I wasn't anything good. Does +IntToStr(HuntingLevel) even mean anything? I just made it up lol.