653 Commits

Author SHA1 Message Date
Mr Extremez 0e969c1a08 Only quests that are added will display on quest tab with this. (#62)
(fixes issue #25) - mr extremez :)
2019-10-17 11:20:09 -04:00
unknown 5ffd84a305 wealth command 2019-10-14 23:31:43 +02:00
DPSCryptic 76f96756af Delete WoodcuttingEvent.java 2019-10-14 22:56:10 +02:00
DPSCryptic ff64247854 Delete Tree.java 2019-10-14 22:56:02 +02:00
DPSCryptic 81d231bc41 Delete Hatchet.java 2019-10-14 22:55:55 +02:00
unknown 9e4ce2aa44 i dont even know what i changed 2019-10-14 22:51:06 +02:00
dginovker 6aefe41cd8 Forced latest compile fix 2019-10-13 14:54:34 -04:00
dginovker 239c5dfa14 Latest compile 2019-10-13 14:29:40 -04:00
DPSCryptic 0d728d8af0 My development (#58)
* Black Knights Fortress (not complete)

* another Black knight

* dialogue fix + added comment
2019-10-13 14:12:32 -04:00
Danial ea50d4065a Update 0 players message (#55) 2019-10-13 10:01:54 -04:00
Danial 8b7b1255ec Show commands in a code block (#56) 2019-10-12 22:36:10 -04:00
dginovker da6f46ecb7 Latest compile 2019-10-12 21:32:32 -04:00
Josh Shippam 0e231cef7e 2006ReBot Update (#54)
Separated commands into own classes
added a few more simple af commands to make bot a bit more useful
2019-10-12 20:23:03 -04:00
Josh Shippam 6cfca2886a Voting Setup & Made SettingsLoader a tiny bit cleaner (#53) 2019-10-12 15:58:55 -04:00
dginovker fc45ec3548 uploading latest compiled code 2019-10-11 21:08:32 -04:00
Danial 3e71d072f7 attempt to fix fletchibng crash (#52) 2019-10-11 21:06:30 -04:00
dginovker ae05e80a7c Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-10-11 14:09:50 -04:00
dginovker 6a538afd70 Fix server crash 2019-10-11 14:09:45 -04:00
Daniel Ginovker e7cfc21a0a Fix castle wars/falador/banks etc (#49) 2019-10-10 13:39:40 -04:00
dginovker 969887e948 new compile 2019-10-10 11:17:30 -04:00
Josh Shippam 5b4c669d64 Multiple Changes Check Commits (#48)
* Temp Hiscores & SettingsLoader changes

 Registered Accounts cycle count change

* EverythingRS Heatmap
2019-10-10 10:59:59 -04:00
Danial 83e612b50f randomToggle -> randomEventsEnabled (#45)
Fix prayer and fishing random event checks
2019-10-10 07:35:00 -04:00
dginovker 6f92f19327 refixed server port 2019-10-09 20:43:48 -04:00
dginovker d9d09a7ed0 total players registerd 2019-10-09 18:52:41 -04:00
Daniel Ginovker b97a843428 Players Online On Website, Changed packaging a little & added SettingsLoader (#44) 2019-10-09 17:30:43 -04:00
Daniel Ginovker 1f49bff69d Passwords (#43) 2019-10-09 14:32:24 -04:00
AgilityV2 719fe680da Update to essence xp. (#39)
rune essence correct xp is 5
2019-10-09 14:32:12 -04:00
dginovker 1f54e4e748 Fix tzhaar bank 2019-10-08 18:00:35 -04:00
dginovker 59515b3113 temp discord.json 2019-10-08 15:06:00 -04:00
Daniel Ginovker a3b8e773d4 Compile + small discord bot touchup (#38) 2019-10-08 14:32:45 -04:00
Josh Shippam 7b9e2f7163 Initial Discordbot Integration (#37) 2019-10-08 14:19:34 -04:00
MitchvanWijngaarden 42f545e0bc Added in randomToggle check to fishing (#36)
* bandaid fix fletching

* local

* Removed prayer random if user has randoms toggled off.

* Added in randomToggle check to fishing.
2019-10-08 13:38:05 -04:00
MitchvanWijngaarden d9e3d08ff8 Added in randomToggle check to burying bones (#35)
* bandaid fix fletching

* local

* Removed prayer random if user has randoms toggled off.
2019-10-08 13:37:44 -04:00
Ben Maher 4c90e2c6a5 Essence mining (#33)
* Clay mining is now implemented.

* Partial implementation of Essence mining, this doesn't implement pure essence yet though there's boilerplate code to assist.
Considerations:
Node requires 1 click per essence
Node produces only Rune Essence (This can in theory be changed for pure, but let's find out how much of Runecrafting is even implemented first.)
2019-10-07 19:10:26 -04:00
dginovker 1f04d2cbaa Compiled latest updates: 2019-10-07 15:30:47 -04:00
Ben Maher 4a06c906cd Clay mining is now implemented. (#31) 2019-10-07 09:12:35 -04:00
Ben Maher 5a87a47262 Mobile banking (#30)
* Fixed an issue with sheep regrowth, the id hadn't been completely migrated resulting in a one time sheep shear fiasco! My bad!

* Fixed admin command ::bank.
2019-10-06 21:40:14 -04:00
Ben Maher 29f5d14f46 Fixed an issue with sheep regrowth, the id hadn't been completely migrated resulting in a one time sheep shear fiasco! My bad! (#29) 2019-10-06 21:24:39 -04:00
Ben Maher ffc3e02f59 Oct6 (#28)
* 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.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.

* Changed allowed connections from 3 to 250!

* Sheep shearing just got easier!
2019-10-06 20:14:04 -04:00
dginovker 84dbe2e879 fix logs 2019-10-06 16:30:36 -04:00
dginovker a89082ebde Allow more than 3 clients 2019-10-06 15:49:39 -04:00
Ben Maher 84b7bb5476 Connections (#19)
* 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.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.

* Changed allowed connections from 3 to 250!
2019-10-06 15:39:51 -04:00
dginovker 8e47af0b29 Added woodcutting fix 2019-10-06 14:37:45 -04:00
Ben Maher ddec3a1204 Issue 15 (#18)
* 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.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.

* Added yet another check to ensure that the player has the required item before chopping a tree. NOTE this fix may not work as the issue is not reproducible locally.
2019-10-06 13:34:23 -04:00
dginovker 655d4f5857 Compiled latest code 2019-10-06 12:38:19 -04:00
Daniel Ginovker 112fffb093 Fixed varrock east (#17) 2019-10-06 12:36:24 -04:00
Ben Maher f777f24e53 God capes, Ancient chamber teleport and axe array checks (#16)
* 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.
2019-10-06 12:35:24 -04:00
Ben Maher b327e34f8e Local debugging accounts fix (#13)
* Revised shop re-stocking interval.

* Revised shop re-stocking interval.

* Updated character save directory.

* Renamed new player save directory from accounts to characters.
2019-10-05 19:57:59 -04:00
Ben Maher 66396fc4f5 Revised shop re-stocking interval. (#12) 2019-10-05 19:43:46 -04:00
dginovker a0794be929 Compiled latest changes 2019-10-05 16:55:04 -04:00