mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #108] [MERGED] Update player run calculations #5885
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/108
Author: @RedSparr0w
Created: 10/25/2019
Status: ✅ Merged
Merged: 10/27/2019
Merged by: @dginovker
Base:
master← Head:run-energy📝 Commits (3)
c7726fcUpdate player run calculationsa5a9578add regen calculations51e6ad4Merge branch 'master' into run-energy📊 Changes
9 files changed (+1395 additions, -1419 deletions)
View changed files
📝
2006Redone Server/src/redone/game/content/consumables/Potions.java(+1 -1)📝
2006Redone Server/src/redone/game/content/skills/agility/Agility.java(+0 -4)📝
2006Redone Server/src/redone/game/items/impl/Weight.java(+3 -1)📝
2006Redone Server/src/redone/game/players/Client.java(+1376 -1377)📝
2006Redone Server/src/redone/game/players/Player.java(+8 -7)📝
2006Redone Server/src/redone/game/players/PlayerAssistant.java(+5 -27)📝
2006Redone Server/src/redone/game/players/PlayerSave.java(+2 -2)📝
CompiledServer/production/2006rebotted/redone/game/content/skills/agility/Agility.class(+0 -0)📝
CompiledServer/production/2006rebotted/redone/game/players/PlayerAssistant$2.class(+0 -0)📄 Description
Update the player energy depletion calculations
Update energy restore calculations
All calculations were from here: https://oldschool.runescape.wiki/w/Energy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.