This project is mirrored from https://github.com/2006-Scape/2006Scape. Pull mirroring updated .
  1. 04 Aug, 2020 4 commits
  2. 03 Aug, 2020 4 commits
  3. 17 Jun, 2020 1 commit
    • Damion's avatar
      Region factory (#404) · 6085111d
      Damion authored
      * Split region loading and object population to factory class
      
      * Implement changes, disable CommandConsole
      
      * You guys don't omit /build/
      6085111d
  4. 12 Jun, 2020 1 commit
  5. 23 May, 2020 1 commit
    • Josh Shippam's avatar
      Misc Fixes (#403) · cd690fe3
      Josh Shippam authored
      * 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
      cd690fe3
  6. 07 May, 2020 2 commits
    • Mr Extremez's avatar
      Few small changes (#402) · af578c40
      Mr Extremez authored
      - Fixed dragon battleaxe special
      - Fixed banks in canifis and al kharid
      - Added battlestaff enchanting
      - Made fight caves entrance spawn at correct coords
      - Did some small cleanup
      af578c40
    • dginovker's avatar
      Fix conflicts · 3387cd5f
      dginovker authored
      3387cd5f
  7. 11 Apr, 2020 1 commit
    • Mr Extremez's avatar
      A few things (#401) · b4371d31
      Mr Extremez authored
      - 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
      b4371d31
  8. 24 Mar, 2020 1 commit
    • Mr Extremez's avatar
      Various thing (#400) · 43f4b14d
      Mr Extremez authored
      - Nearly perfected fight caves now (should fix wave spawning, some dialogue bugs, instance issues)
      - Added fully working monkey gree grees
      - Fixed somes skill interface typos
      - Added ability to dye goblin mails
      - Fixed restless ghost quest interface typo
      - Clarified herb cleaning required level message
      43f4b14d
  9. 18 Mar, 2020 2 commits
  10. 14 Mar, 2020 3 commits
  11. 12 Mar, 2020 2 commits
    • dginovker's avatar
      update website urls · 801525fb
      dginovker authored
      801525fb
    • Mr Extremez's avatar
      Update (#394) · cb65d892
      Mr Extremez authored
      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
      cb65d892
  12. 06 Mar, 2020 2 commits
    • Qweqker's avatar
      Player Death and Level Up Sounds, Cutscene Support (#383) · db58bc86
      Qweqker authored
      
      * 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: default avatarQweqker <qweqker@mail.com>
      Co-authored-by: default avatarDaniel Ginovker <dcress01@uoguelph.ca>
      db58bc86
    • Mr Extremez's avatar
      A few things (#382) · e5799200
      Mr Extremez authored
      - Added a distance check for item on object packet
      - Added cook x functionality
      - Removed a fair amount of dead code
      - Did some renaming and fixed some typos
      - Cleaned up a lot of the smithing code
      - Added a new boundary system to reduce code clutter
      - Fixed a firemaking bug
      e5799200
  13. 28 Feb, 2020 1 commit
  14. 19 Feb, 2020 2 commits
    • Daniel Ginovker's avatar
      Make farming not nuke & latest build (#378) · 174bdf5b
      Daniel Ginovker authored
      
      * Farming Skill, Orb Charging, Battle Staff Creation, etc
      
      - Farming Skill Added
      - Orb charging implemented
      - Battle staff creation implemented
      - Cleaned up some code
      - Stuck command will now tele you from further out in wildy if you are not in combat
      - Fixed an issue with amulet of glory
      - Added forcechats for npcs at Gnome Agility Course, and for Cows, Ducks and Sheeps just like in actual osrs
      - Added base for God Book preaching
      
      * Remove setting farm level to 1
      
      * Fix runServer.sh, patch farming skill nuke and latest build :)
      
      Co-authored-by: default avatarMr Extremez <aeggers90@hotmail.com>
      174bdf5b
    • Mr Extremez's avatar
      Farming Skill, Orb Charging, Battle Staff Creation, etc (#377) · ef6968b2
      Mr Extremez authored
      - Farming Skill Added
      - Orb charging implemented
      - Battle staff creation implemented
      - Cleaned up some code
      - Stuck command will now tele you from further out in wildy if you are not in combat
      - Fixed an issue with amulet of glory
      - Added forcechats for npcs at Gnome Agility Course, and for Cows, Ducks and Sheeps just like in actual osrs
      - Added base for God Book preaching
      ef6968b2
  15. 15 Feb, 2020 1 commit
    • Damion's avatar
      Implemented Command Processor (#375) · 9b220ec4
      Damion authored
      * Added CommandConsole and CommandProcessor Interface
      
      * Added two commands, ListPlayers and Stop
      
      * Registered commands with CommandConsole
      
      * Added request for console from main.
      
      Made help prompt not print after requesting help...
      
      * Moved some files around
      
      You didn't see anything
      
      * Bug fix
      
      * swap `break;` for `continue;`
      
      * *cough* bug fix
      9b220ec4
  16. 14 Feb, 2020 1 commit
    • Danial's avatar
      Misc changes (#376) · 02c7c305
      Danial authored
      * Allow shop spawn anywhere if develop account + misc
      
      * update client
      
      * Update localhost client
      
      * fixup
      02c7c305
  17. 12 Feb, 2020 10 commits
  18. 11 Feb, 2020 1 commit