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 Tutorials/Source Code › 60% Davy Jones Behavior

Post60% Davy Jones Behavior

Posts 1–3 of 3 · Page 1 of 1
sacredmike
sacredmike
60% Davy Jones Behavior
Hey. So this is my first ALMOST complete code... I started not to long ago. And I have a good friend helping me out named @rangewolf5. I work on the Conditions and @rangewolf5 works on the attacks. So credit him also
Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using wServer.realm;
using wServer.logic.attack;
using wServer.logic.movement;
using wServer.logic.loot;
using wServer.logic.taunt;
using wServer.logic.cond;


namespace wServer.logic
{
    partial class BehaviorDb
    {
        static _ Davy = Behav()
            .Init(0x0e32, Behaves("Davy Jones",
                    new RunBehaviors(
                        IfExist.Instance(-1, NullBehavior.Instance,
                            new RunBehaviors(
        	                      SimpleWandering.Instance(2,1),
        	                      Cooldown.Instance(2400, RingAttack.Instance(6,5,0,1)),
                            new QueuedBehavior(Cooldown.Instance(5000, new SetKey(-1, 1)))
                            )
                        ),
                        IfEqual.Instance(-1, 1,
                            new RunBehaviors(
                                Chasing.Instance(3, 25, 2, null),
                                Cooldown.Instance(1500, MultiAttack.Instance(7, 7 * (float)Math.PI / 180, 8, 0, projectileIndex: 0))
        	                   ))),
        	                      
       		HpLesserPercent.Instance(0.7f,
            new RunBehaviors(
                        Once.Instance(SetConditionEffect.Instance(ConditionEffectIndex.Invulnerable)),
                        Once.Instance(SetConditionEffect.Instance(ConditionEffectIndex.Paralyzed)),
                        Once.Instance(new SimpleTaunt("On your knees ye slimey sea slurp!")),
                        Cooldown.Instance(15000, Once.Instance(UnsetConditionEffect.Instance(ConditionEffectIndex.Invulnerable))), 
                        Cooldown.Instance(15000, Once.Instance(UnsetConditionEffect.Instance(ConditionEffectIndex.Paralyzed)))
                       )),
        	                      
            HpLesserPercent.Instance(0.4f,
            new RunBehaviors(
                        Once.Instance(SetConditionEffect.Instance(ConditionEffectIndex.Invulnerable)),
                        Once.Instance(SetConditionEffect.Instance(ConditionEffectIndex.Paralyzed)),
                        Once.Instance(new SimpleTaunt("Avast, ye filthy mongrel!")),
                        Cooldown.Instance(15000, Once.Instance(UnsetConditionEffect.Instance(ConditionEffectIndex.Invulnerable))), 
                        Cooldown.Instance(15000, Once.Instance(UnsetConditionEffect.Instance(ConditionEffectIndex.Paralyzed)))
                       )),
        	                      
                                                        
                    loot: new LootBehavior(LootDef.Empty,
                        Tuple.Create(100, new LootDef(0, 5, 0, 10,
                            Tuple.Create(0.01, (ILoot)new ItemLoot("Spirit Dagger")),
                            Tuple.Create(0.03, (ILoot)new ItemLoot("Spectral Cloth Armor")),
                            Tuple.Create(0.01, (ILoot)new ItemLoot("Ghostly Prism")),
                            Tuple.Create(0.99, (ILoot)new StatPotionLoot(StatPotion.Wis)),
                            Tuple.Create(0.03, (ILoot)new ItemLoot("Captain's Ring")),
                            Tuple.Create(0.85, (ILoot)new ItemLoot("Ghost Pirate Rum")),
                            Tuple.Create(0.20, (ILoot)new StatPotionLoot(StatPotion.Att)),
                            Tuple.Create(0.09, (ILoot)new ItemLoot("Wine Cellar Incantation"))
                        ))
                    )
        	                     ));
    }
}
#1 · edited 13y ago · 13y ago
sparzinrotmg
sparzinrotmg
I have the barrels and that if you want :3
#2 · 13y ago
sacredmike
sacredmike
Sure. Pm me
#3 · 13y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Partial Davy Jones BehaviorBy sacredmike in Realm of the Mad God Private Servers Tutorials/Source Code
    8Last post 13y ago
  • True Crime with Aphrodite JonesBy Hassan in Debate Fort
    0Last post 16y ago
  • Davis -- here you go buddy ol' pal.By Obey in Spammers Corner
    4Last post 16y ago
  • Now that Davis changed his name...By Obey in General
    24Last post 15y ago
  • abnormal behaviorBy naughtynurse in Gunz General
    5Last post 20y ago

Tags for this Thread

#rangewolf