mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #110] [DO NOT MERGE]IronMan Modes[DO NOT MERGE] #12797
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/110
Author: @Dark98
Created: 10/26/2019
Status: 🔄 Open
Base:
master← Head:ironman📝 Commits (1)
a124414IronMan Modes📊 Changes
11 files changed (+193 additions, -9 deletions)
View changed files
➕
2006Redone Server/src/redone/game/content/IronMan.java(+72 -0)📝
2006Redone Server/src/redone/game/content/minigames/Dueling.java(+12 -1)📝
2006Redone Server/src/redone/game/dialogues/DialogueHandler.java(+34 -5)📝
2006Redone Server/src/redone/game/items/ItemAssistant.java(+5 -0)📝
2006Redone Server/src/redone/game/players/Player.java(+2 -3)📝
2006Redone Server/src/redone/game/players/PlayerAssistant.java(+16 -0)📝
2006Redone Server/src/redone/game/players/PlayerSave.java(+6 -0)📝
2006Redone Server/src/redone/game/players/Trading.java(+9 -0)📝
2006Redone Server/src/redone/game/shops/ShopAssistant.java(+6 -0)📝
2006Redone Server/src/redone/net/packets/impl/ClickingButtons.java(+25 -0)📝
2006Redone Server/src/redone/world/ItemHandler.java(+6 -0)📄 Description
method for ultimate irons using bank booths to make notes is there, just needs converting(focused on everything else first)
Added Select GameMode to intro text
irons can't pickup drops that aren't their's
irons can't trade
irons can't duel
irons can't buy from shops like general stores
hc irons get demoted to ironman on death
ultimate irons cant use banks
ultimate irons drop all items on death
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.