Commit graph

2833 commits

Author SHA1 Message Date
325b8f6f20 Crystal Bow and Shield no longer lose stats as they degrade 2024-11-09 15:45:48 -07:00
13e4a0b640 Added code to customize logout timer. Set to 1 hour. 2024-11-09 09:08:05 -07:00
f4c51dbafe Reduced Quest Point Requirements for Culinomancer shop so that all gloves are obtainable 2024-11-08 21:17:27 -07:00
81779f1fae Fixing missing healing on Void Spinner Familiar 2024-11-08 21:12:11 -07:00
7113ef393d Added Swamp Tar to Lumbridge General Store 2024-11-08 17:29:55 -07:00
3fd5f60d7f Increased Abyssal Titan carrying capacity 2024-11-08 16:23:02 -07:00
acfd5c90b9 Increased Abyssal Parasite carrying capacity 2024-11-08 16:22:42 -07:00
6195af3e7b Increased Abyssal Lurker carrying capacity 2024-11-08 16:22:21 -07:00
4eebee34c4 Removed Beast of Burden carrying restrictions 2024-11-08 16:21:10 -07:00
8a72ac52db Changed Summoning shard cost for all pouches to 1
Shards are a pure gold sink, which we don't need.
2024-11-08 16:09:13 -07:00
7779d03654 Added Beast of Burden Looting
Mob drops will go to a beast of burden inventory if there is room.

The Pack Yak, if it has Winter Storage scrolls in its inventory, will instead send drops straight to the bank at the cost of one scroll.
2024-11-08 15:42:16 -07:00
1f538d2976 Added agility exp gain when running 2024-11-07 15:56:58 -07:00
4b5687b8ab Added small slayer exp drop even when not on slayer task 2024-11-07 11:53:41 -07:00
d4da75e6ab Added bonecrusher functionality
If the blessed silver sickle is in the player inventory (not equipped) and they have enabled the feature by using "cast bloom", bones will not drop and instead the player will directly get the prayer experience.
2024-11-07 10:05:10 -07:00
8094465579 Added ability to toggle bonecrusher function on blessed sickle
When using "cast bloom", the sickle will grow nearby fungus as usual. If no fungus are grown, it will instead toggle the bone crusher attribute.
2024-11-07 10:02:10 -07:00
6305e2a718 Rewrote Alchemy spells to use pulse, repeating up to 30 times 2024-11-06 13:36:24 -07:00
bbaa4bbdbe Fixed exp reward calc and reduced to one fifth
The reward formula double-dipped with exp multipliers. Corrected the formula to match the original 2009 version, then reduced to 1/5 to account for the increased points given for each round.

The increased points are meant to reduce the grind for the items, but not the purchasable exp.
2024-11-06 11:06:23 -07:00
4cd703097c Increased Pest Control reward points by 5x (10, 15, and 25 for each boat) 2024-11-06 11:03:21 -07:00
1ef61d8c33 Reduced Magic Training Arena costs to 1/5th 2024-11-05 20:00:47 -07:00
54d755b12d Enabled quick banking 2024-11-05 19:48:25 -07:00
010cd58460 Updated server config to desired settings 2024-11-05 19:29:58 -07:00
9295c91a7d Plank Make now automatically recasts on matching logs 2024-11-04 20:37:26 -07:00
86913bf75f Added additional stats to Monster Examine and removed the coin cost from Plank Make.
Correctly done on the dev branch this time.
2024-11-04 19:42:31 -07:00
90c80fbd8e revert 4912b39831
revert Added additional stats to Monster Examine and removed the coin cost from Plank Make.
2024-11-04 19:40:36 -07:00
4912b39831 Added additional stats to Monster Examine and removed the coin cost from Plank Make. 2024-11-04 19:39:29 -07:00
17ac2ab4da Added Death and Blood Talismans to the drop tables of abyssal creatures 2024-11-04 19:30:28 -07:00
845a00079b Changed Soul Altar to use the Telekinetic Grab tablet instead of the Runecrafting Guild tablet 2024-11-04 19:19:38 -07:00
82681e8303 Changed Runecrafting Guild Teleport tablet to the unused Telekinetic Grab tablet 2024-11-04 19:18:39 -07:00
d74d83b2ec Fixed missing dependency for Soul Rift teleport 2024-11-04 06:13:23 -07:00
2abf540515 Added Runecrafting Guild Teleport tablet (teleports to Soul Altar) 2024-11-03 18:54:51 -07:00
78847c2415 Ourania altar now gives multiple runes per essence, the same as all other altars. 2024-11-03 18:44:48 -07:00
540db8e15a Added ability to craft altar teleport tablets by bringing soft clay to the respective altar. 2024-11-03 18:40:32 -07:00
020c10d961 Placed new Soul Altar on Crandor 2024-11-03 18:34:44 -07:00
0f00221cd9 Updated Soul Rift in Abyss to teleport to new altar on Crandor 2024-11-03 18:32:19 -07:00
bbf8f3c348 Ore rocks now only have a chance to deplete based on Mining Level and rock respawn time 2024-10-31 21:49:05 -06:00
0fddd2134b Firemaking now repeats until all the matching logs in your inventory are used 2024-10-31 15:20:14 -06:00
b35159b5b7 Implement pickpocketing auto-repeating if the player is wearing Gloves of Silence
The player.lock function doesn't run if the player has gloves on, since it prevents triggering the pickpocket action immediately afterwards. To avoid pickpocketing every tick, we check the game ticks if the player has gloves and only perform the action every other tick.

Testing indicates that manual pickpocketing can occur every 2 ticks, so the auto-repeat occurs at the same rate. If the player fails pickpocketing, the stun will prevent the auto-repeat from activating.
2024-10-28 12:54:33 -06:00
490c6d42ec Autocast changes - All God staves can autocast, and autocast is now independent of active spellbook. 2024-10-27 21:06:08 -06:00
bc5958b60d Added -Xmx flag to specify the amount of RAM the server allocates 2024-10-27 20:57:03 -06:00
cc6f33ab7e Updating mining levels for mithril, adamant, and rune to 50, 60, 70. 2024-10-27 20:49:19 -06:00
62dc8bc324 Updated Smelting levels
Lowered Adamant and Runite smelting to 60 and 70 respectively.
2024-10-27 20:42:40 -06:00
ea980fe909 Updating Smithing levels
Each item's smithing level requirement has been lowered to match the level required to smith that bar. Adamant and Rune are lowered to 60 and 70 respectively.
2024-10-27 20:41:11 -06:00
ab78bce769 Extend grave timers 2024-10-27 20:24:20 -06:00
af47ae42c1 Disabled logout timer 2024-10-27 20:22:13 -06:00
661aa22e41 Disable Random events 2024-10-27 20:16:48 -06:00
Oven Bread
876b87b72a Fixed exception occuring when JohnnyBeard dies 2024-10-12 05:34:12 +00:00
Player Name
32cd17bfa2 Fixed bugs relating to player location and random events
Improved handling of random events when the location of the abducted player is missing from save file
Added per-tick auditing of data relating to player location
2024-10-12 04:21:49 +00:00
Ceikry
393752d77b Fixed vinesweeper point exchange ratio bug
Disabled spirit kalphite scroll until bug is fixed
2024-10-11 04:52:08 +00:00
Player Name
2b460b64f2 Thread now correctly disappears every 5 items crafted, including bug fixes related to the fact
Ring of forging now correctly disappears every 140 iron ores smelt, including bug fixes related to the fact
2024-10-10 07:14:48 +00:00
Player Name
59075798ea Adventure bot improvements
Adjusted max pulse count for bots from 50 -> 75
Adjusted max skill baseline by +4 for adventure bots to 69
Added 500 lines of unique
Added 45000 bot names
Added recovery methods for bots that get stuck
Added multiple random number functions to help add more variance
Added function to handle checking if a bot is near/in a Bank
Added function to handle getting a new city
Added function to add variability to locations given to bots
Added function to check if other players/bots are nearby
Added function to handle bots banking their inventories if a bank booth is nearby
Improved random number parameters
Improved how bots are spawned & added variance to spawn location
Improved how bots interact & handle the Grand Exchange location
Improved how bots handle starting in Lumbridge
Fixed bots referencing themselves in dialogue
Fixed bots talking when they are by themselves
Fixed multiple cases where bots would get stuck in a state
Fixed multiple logic errors
Fixed issues with bots banking but not switching states
2024-10-10 07:08:57 +00:00