[PR #110] [DO NOT MERGE]IronMan Modes[DO NOT MERGE] #12797

Open
opened 2026-06-06 12:21:22 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/110
Author: @Dark98
Created: 10/26/2019
Status: 🔄 Open

Base: masterHead: ironman


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/110 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 10/26/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `ironman` --- ### 📝 Commits (1) - [`a124414`](https://github.com/2006-Scape/2006Scape/commit/a1244145dfdfc157d6f943179754a3e8cc9d1b66) IronMan Modes ### 📊 Changes **11 files changed** (+193 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-06 12:21:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#12797