mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #206] [MERGED] Random slayer task amounts, Move unequiped item to same slot as weapon you are equiping #3845
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/206
Author: @RedSparr0w
Created: 11/21/2019
Status: ✅ Merged
Merged: 11/21/2019
Merged by: @dginovker
Base:
master← Head:slayer_📝 Commits (10+)
40d25cctidy up31c1f40Update DialogueHandler.java773f90cSlayer master gives specific difficulty tasks3764133int7434724tidy up7cd58b2replace difficulty int, with variable0040d0fDragons give lower amount needed to kill7642d58vail -> viald316b35Update ObjectsActions.java3f6cf5atidy up📊 Changes
10 files changed (+377 additions, -396 deletions)
View changed files
📝
2006Redone Server/src/redone/game/content/minigames/FightCaves.java(+40 -17)📝
2006Redone Server/src/redone/game/content/skills/core/Prayer.java(+2 -1)📝
2006Redone Server/src/redone/game/content/skills/slayer/Slayer.java(+97 -74)📝
2006Redone Server/src/redone/game/items/Item.java(+127 -8)📝
2006Redone Server/src/redone/game/items/ItemAssistant.java(+95 -268)📝
2006Redone Server/src/redone/game/npcs/drops/NPCDrops.java(+2 -2)📝
2006Redone Server/src/redone/game/npcs/drops/NPCDropsHandler.java(+2 -3)📝
2006Redone Server/src/redone/game/objects/ObjectsActions.java(+1 -3)📝
2006Redone Server/src/redone/game/players/PlayerAssistant.java(+1 -2)📝
2006Redone Server/src/redone/net/packets/impl/ClickingButtons.java(+10 -18)📄 Description
Random slayer task amounts.
Dragons are a lower task amount.
Move unequiped item to same slot as the new weapon you are equiping instead of first available slot.
Tidy up other stuff.
Constants.HATetc for equip slotHARD_TASKetc for slayer task difficultiescloses #204
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.