Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Realm of the Mad God Hacks & Cheats › Realm of the Mad God Private Servers › Realm of the Mad God Private Servers Help › Own Loot Chest [Fabianos Source]

Own Loot Chest [Fabianos Source]

Posts 1–2 of 2 · Page 1 of 1
ZO
ZoominFX
Own Loot Chest [Fabianos Source]
Hey Guys

Can someone send me template of a Loot Chest where i can just edit the Items and HP of the Chest ? Or how to make an own one ?
#1 · 9y ago
MetroiDD
MetroiDD
DAT1 Of puppet

Code:
<Object type="0x7441" id="Puppet Loot Chest">
      <Class>Character</Class>
      <Enemy/>
      <Texture>
         <File>lofiObj3</File>
         <Index>0x466</Index>
      </Texture>
      <MaxHitPoints>30000</MaxHitPoints>
      <Defense>35</Defense>
      <Size>160</Size>
      <XpMult>0.0</XpMult>
      <StasisImmune/>
      <DisplayId>{puppetMaster.Puppet_Loot_Chest}</DisplayId>
   </Object>
Behavior of chest shatters:
Code:
            .Init("shtrs encounterchestspawner",
                new State(
                    new State("Idle",
                        new ConditionalEffect(ConditionEffectIndex.Invincible, true)
                    ),
                    new State("Spawn",
                        new Spawn("shtrs Encounter Chest", 1, 1),
                        new CopyLootState("shtrs Encounter Chest", 10),
                        new TimedTransition(5000, "Idle")
                    )
                )
            )

            .Init("shtrs Encounter Chest",
                new State(
                    new State("Idle",
                        new ConditionalEffect(ConditionEffectIndex.Invulnerable),
                        new TimedTransition(5000, "Bracer")
                    ),
                    new State("Bracer")
                ),
                new Threshold(0.1,
                    new TierLoot(11, ItemType.Weapon, 0.06),
                    new TierLoot(12, ItemType.Weapon, 0.05),
                    new TierLoot(6, ItemType.Ability, 0.05),
                    new TierLoot(12, ItemType.Armor, 0.06),
                    new TierLoot(13, ItemType.Armor, 0.05),
                    new TierLoot(6, ItemType.Ring, 0.06)
                ),
                new LootState("obelisk",
                    new Threshold(0.32,
                        new ItemLoot("Potion of Attack", 1),
                        new ItemLoot("Potion of Defense", 0.5)
                    ),
                    new Threshold(0.1,
                        new ItemLoot("Bracer of the Guardian", 0.005)
                    )
                ),
                new LootState("archmage",
                    new Threshold(0.32,
                        new ItemLoot("Potion of Mana", 1)
                    ),
                    new Threshold(0.1,
                        new ItemLoot("The Twilight Gemstone", 0.005)
                    )
                ),
                new LootState("forgottenKing",
                    new Threshold(0.32,
                        new ItemLoot("Potion of Life", 1)
                    ),
                    new Threshold(0.1,
                        new ItemLoot("The Forgotten Crown", 0.005)
                    )
                )
            )
#2 · 9y ago
Posts 1–2 of 2 · Page 1 of 1

Post a Reply

Similar Threads

  • Fabiano Source MultiplayerBy uncookedcat in Realm of the Mad God Private Servers Help
    1Last post 11y ago
  • Having difficulty customizing my nexus map in the Fabiano source. Please helpBy chargn_yeti in Realm of the Mad God Private Servers Help
    8Last post 11y ago
  • Can't Register on Fabiano SourceBy Celestialz in Realm of the Mad God Private Servers Help
    2Last post 11y ago
  • Fabianos sourceBy LordSpectilas in Realm of the Mad God Private Servers Help
    1Last post 11y ago
  • Fabianos source SetupBy LordSpectilas in Realm of the Mad God Private Servers Help
    1Last post 11y ago

Tags for this Thread

None