* 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
* 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 :)
* Update ShopAssistant.java
Adds ability to sell tokkul items back to shop for tokkul
* Fixes npc aggressiveness closes#132
* Fixes highscores for admin + ingame. Closes#131
* Caps run energy at 100%. Closes#135
* 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.
Made firstTimeTutorial handle the inital login stuff instead of it being ran with the dialogue
made the warning about the bank pin send for all players
fixed weight calculation on first login(closes#109)
* 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
* Update Game.java
Adding ShiftDropping to items with the wield option as default.
The options still have double Drop like the shiftdrop for use option as default.
* Trade issues
Resolved issues around the trading system:
1. Can't trade anymore when other player isn't close;
2. Trade interface now close when other player disconnect or click the minimap;
3. Players cant no longer store items in the trade interface;
4. Items are properly distributed after any player closes the trade interface;
5. Added a message saying 'Trade completed.' after a trade is completed;