* Fixed random trees everywhere
* Npcs will no longer face southwest every time they take a step.
Added a fixed for walking forever after teleporting/region change (only tested that walking still works, never tested if the fix would resolve the issue).
You can now only click an object once per tick.
- closes#205
- closes#197
- closes#145
Does the followiwng
- Adds functional redemption prayer
- Fixes max stack deletion when trading
- Adds toggle for clue scrolls, currently set on disabled until someone gets the time to finish clue scrolls
- Cleans up a few minor things
- Removes a few bits of dead code
- Re enables rare detection
closes#177closes#136 (hp restoring works, couldn't find the anim tho)
closes#178 (should fix all the issues, let me know for sure)
Also removed the object does not exist message ingame for non admins and got rid of the isBotting code when clicking objects
* Numbered packet sizes.
Corrected sound packet length to 6 from 5.
Corrected sound packet in server.
Teleport sound now plays correctly.
Corrected modern teleport animation playthrough.
Removed redundant teleport delay.
* Changed sendSound packet size back to 5 and removed type attribute to maintain compatibility with Parabot.
* After running around an object to attack the player will no longer wait a number of ticks to start attacking again.
Fixed an issue where walkTo being called from CycleEvents would not execute correctly.
Player will no longer face a killed npc after it respawns.
Added projectile clipping.
Added a new algorithm for player->player/npc following that accounts for projectile clipping.
* Faster shop restocking - Brought back normal stack of items in shops - Added chat message to camoe transport system
Faster shop restocking - Brought back normal stack of items in shops - Added chat message to camoe transport system
* Fixed typo
Fixed typo
* Update NpcHandler.class
Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.
Still have some issue around objects but that's another story.
* Update NpcHandler.java
Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.
Still have some issue around objects but that's another story.
closes#47
* Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix
- Added buy/sell X feature
- Fixed a lag with the buying loop when buying high amount. Instead of spam buying 1 at a times it divide the amount to buy in equal parts and buy in increments.
- Cant remember at all I'll edit after eating.
* Removing double sell message "You sold x items for x gp".
Removing double sell message "You sold x items for x gp".
* Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twice
Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twice
* reverting stuff I broke in this file
reverting stuff I broke in this file
* Teleother fixed
Teleother fixed.
* fixed an issue I forgot to test :)
fixed an issue I forgot to test :)
Added proper object size calculations.
Removed old objectDistance code.
Added current task support, allows easy creation of player tasks that cannot duplicate.
* Revised shop re-stocking interval.
* Revised shop re-stocking interval.
* Updated character save directory.
* Renamed new player save directory from accounts to characters.
* Added inverse for random toggle, since it's the first thing I type every time.
* Added god capes.
* Re-implemented experiments.
* Yell now looks a little cleaner.
* Fixed outside of bounds exception on High scores, when player count doesn't meet threshold.
* Cleaned up Magic Teleports class and added level requirements.
* Fixed exit portal from ancient chamber.
* Added check to ensure axe id isn't outside the bounds of expected axes.