- Druids now spawn all around Taverley
- Kaqemeex spawns at the Druidic Circle (Druidic Ritual Quest)
- Sanfew spawn near Herblore Shop (Druidic Ritual Quest)
* [FEATURE] Item data is now loaded from json
* [TASK] Renamed the old method into it's new use
* [TASK] Removed unused code
* [FEATURE] Added some more json's
* [CLEANUP] Code cleanup
* [FEATURE] NPC drops are now in json
* [CLEANUP] Removed testing class
* Remove a bunch of .ideas and class files to see if it makes the setup easier
* remove some .idea's and imkls
* Remove a ton of .class files
* [TASK] Switched to maven instead of gradle
* [TASK] Added target to gitignore
* Remove ignored files
* [TASK] Fixed file_server source
* [TASK] Fixed client source
* [BUGFIX] Main Class
* [BUGFIX] Fixed SLF4J
* [TASK] Server Libs cleanup
* Update setup guide/debug
* Maven cli compile instructions
* [TASK] Jar building
* Update runServer and runFileServer.sh
Co-authored-by: Sandro Coutinho <sandro@farrelltech.org>
* Add check that players are over total level 50, but shop items check is broken
* Bots now only appear when they meet reqs! Woot!
* Fix old bots not appearing
* Fixed Ghostly Cape Equipping in Cape Slot
* Fixed Jumping Out Of Varrock Lumber Yard
* Changed All Quests To addOrDropItem
* Fixed Right Click in Java 10
- Can't attack players or npcs through doors/walls anymore
- Cleaned up a few small bits of code
- Added a few new boundaries to the boundary system
- Removed dialogue asking are you sure you want to empty your inventory for admins
- Bank all should now work for all items again
- Fixed al kharid gate not functioning
- Added unique cabbage pickable for Falador
- Fixed desert disguise wrongly being noted
- Reformatted some of the food code
Closes#397Closes#395
(I also included @Qweqker changes so that will fix lumbridge bank boundary and adds his new cabbage effect)
Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
* Added Cabbage ID for the cabbage that is supposed to spawn south of falador
Moved unique food dialogue inside the text handler to avoid duplicate messages
Added unique message for south of falador cabbage
* Adjusted Lumbridge Bank Boundary
Co-authored-by: Qweqker <qweqker@mail.com>
Closes#393
- Sophanem city gates now functioning
Closes#392
- Improved rug travel, added missing travel options
Closes#391
- Added those curtains, along with many more curtains and other functional objects
Closes#390
- Dramen branch now untradeable/same with staff
Closes#389
- Lumbridge door should no longer get stuck, should fix other doors aswell
Closes#388
- Added Rasolo npc spawn
Closes#385
- Added missing fishing guild spawns
Closes#384
- Added missing port khazard npcs and a few other missing npcs too
Closes#379
- Added smelt x option
Closes#334
- Fixed dragon dagger store price and fixed high alch/low alch value for it
Closes#278
- Fixed strange numbers on runecrafting interface
Closes#244
-These were previously fixed
Also included:
- Added recieving random gems when mining (thanks to ben for pointing this out)
- Reduced door usage delay
- Random cleanup and deleted some unsued files/code
- Fixed many npc item drop names (thanks to iizyy for pointing them out)
- Fixed a few wizard tower doors
- Did more cleanup with the some of the old boundary methods
- Tidied up the discord commands and added the proper urls for them
* Added Player death Sound
Added a ton of Level Up Sounds (Some I do not know)
* Added command to play "quicksongs"
* adjusted chat message to properly name the command
* Added Camera functionality for cutscenes
Added Camera shake functionality for cutscenes/barrows/anything else
Added Camera reset functionality to return the player to the normal player view
Added some details on what each added method does
Refactored some of the method names for uniformity
* Added some commands to test the cutscene/camera features that were added in PlayerAssistant.java
Co-authored-by: Qweqker <qweqker@mail.com>
Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>