mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #126] [MERGED] Refactoring and Clue scrolls #13788
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/126
Author: @RedSparr0w
Created: 10/28/2019
Status: ✅ Merged
Merged: 10/28/2019
Merged by: @dginovker
Base:
master← Head:refactoring📝 Commits (10+)
c14f847refactor treasure trails80c1a52tidy up random functionse3003fetidy up treasure trailsca62a04Merge remote-tracking branch 'upstream/master' into refactoring00f6ebcrefactor drops, consistant3cef372add clue scroll drops15e8872spread item rewards88c03ebupdate rewards599e57fremove odd behaving items21105fealways give 2 → 4 items (1 stackable)📊 Changes
5 files changed (+1939 additions, -824 deletions)
View changed files
📝
2006Redone Server/src/redone/game/content/minigames/TreasureTrails.java(+355 -45)📝
2006Redone Server/src/redone/game/npcs/NpcHandler.java(+47 -33)📝
2006Redone Server/src/redone/game/npcs/drops/NPCDrops.java(+1520 -727)📝
2006Redone Server/src/redone/game/npcs/drops/NPCDropsHandler.java(+3 -1)📝
2006Redone Server/src/redone/util/Misc.java(+14 -18)📄 Description
Refactored some stuff
Updated clue scroll rewards
Added clue scroll drops
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.