Results 1 to 7 of 7
  1. #1
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep

    Protect The King

    Protect the King

    Main Creator of Protect the King: Met PL
    His second hand & Idea : Eekhoorn

    PLEASE NOTE:
    When modtools are out we will go on with the mod and put in custom models and sounds.[/i]

    Teams
    There are 2 teams, the Guards (Inclusive the king) and the Ninja's.
    When the game starts a counter will start and a king will be picked.
    Straight after that another counter will be started and the first ninja will be picked.
    We also changed the icons for teams.

    Guards
    Objective
    Protecting the king from getting killed by a ninja.
    Loadout
    Weapons: Guards start with a pistol, they can upgrade there weapon by getting kills, after a while they reach the best upgraded weapon. (Minigun)
    Other: Last Stand Pro, C4 X2
    Health: 100
    Killstreaks: Mortar at 10 Kills, Napalm at 2 revives
    Terminator mode: One guard gets randomly picked as a terminator during the match and will get the grim reaper.
    Model: Flack Jacket model
    Shop: In the map are randomweaponboxes & juggernaugh machines, by spending 500 points (from there score) they can buy one of these things.

    Other facts:
    •-If a guard gets shot by a ninja he will respawn as a ninja.
    •-If a guard dies close-range with the king he will still respawn as a guard.
    Ninjas
    Objective
    Killing the king.
    Loadout
    Weapons: All ninjas spawn with a L96A1 Sniper Rifle
    Other: The first ninja gets instant tomahawk on spawn.
    Health: 200
    Killstreaks: 2 Kills = Tomahawk, 3 Kills = RCXD, 5 Kills = Dog
    Model: Guilli suit.

    Other facts:
    •-If a ninja gets killed by the king he will return as a guard.
    •-If a ninja gets killed by a guard he will stay ninja.
    •-The ninja that kills the king, will be chosen as king the next round.
    the King
    Objective
    Hiding/Staying alive
    Loadout
    Weapons: A golden Crossbow with infinite crossbow bolts.
    Other: A camera spike, Last stand pro
    Health: 300
    Model: Flack jacket model with a Motion sensor as crown!
    Icon: A defend icon above head and on the minimap a green circle.
    Battlechatter menu: The king can activate a ''aim'' operated shoutout menu by holding F, after that he has to point his view into the right direction to shout someting such as ''ENEMY", or "SNIPER".

    Other facts:
    •-A king can't buy stuff.
    VIP's
    Extras:
    •-Increased health
    •-An easier gun-traject when guard, starting with an SMG + only need 3 kills for getting minigun.
    •-Ability to open the adminmenu.
    •-Icon above head showing they are vip's.
    •-Always have tomahawk on ninja team.

    HUD TEXT
    •-Welcome text and little objective hint.
    •-List of features and playername.
    •-A newsbar showing off text and explaining the mod.
    ADMINMENU
    The host can open an mouse-operated admin menu by pressing '4' and standing.

    Options:
    Players -->
    •- Give Weapon
    •- Slay, Ban, Kick
    •- Say someting stupid
    •- Change team

    Map -->
    •- Change map
    •- Change mode

    Vote System:
    This is a system that uses the textHUD from protectheking.
    When you click this option you see a list of questions, for example:
    Anal or front?
    When you start the vote all players will get the question on there screen + buttons to answer:
    Press X for anal, press 5 for front.
    After all players voted the results will be shown.
    Your able to add your own questions too.

    Vid:


    Screenshots
    Admin menu: https://i56.tinypic.com/1zy8zl0.jpg
    Admin votequestions ingame: https://i55.tinypic.com/291etki.jpg
    Ingame randomweaponbox: https://i52.tinypic.com/2iuvlli.jpg
    Ingame picture HUD: https://i53.tinypic.com/33vymol.jpg
    King Defending Picture: https://i53.tinypic.com/2dhtv5z.jpg

    This mod is easy to customize to your own like-ings by going into _rank's init().
    and change the values:

    Code:
    level.KingWeapon = "crossbow_explosive_mp";
        level.ForceSpawningNearKing = true;
        level.MakeKillstreakWeaponsSwitchable = true;
        level.LaterComersSpawnDelay = 15;
        level.EnableGainingStreaksWithMinigun = true;
        level.EnableGainingStreaksWithGrimReaper = true;
        level.EnableHeadshots = true;
        level.EnableTomahawk = false;
        level.StayGuardAfterDeathRadius = 280;
        level.EnableGuardMortarKillstreak = false;
        level.EnableGuardMortar_for_revives = true;
        level.Mortar_Needed_revives = 2;
        level.Mortar_Needed_kills = 10;
        level.EnableGuardNapalm_for_revives = true;
        level.Napalm_number_revives = 3;
        level.EnableGuardAirstrike_for_revives = false;
        level.Airstrike_number_revives = 4;
        level.EnableKnifesForGuards = true;
        level.MetIsTesting = false; //change to false to remove bots etc.
        level.KingHealth = 300;
        level.VipHealth = 200;
        level.NinjaHealth = 200;    
        level.TerminatorHealth = 550;
        level.Bots_Number = 9;
    Because we are lazy we didn't added a randomweaponbox & juggernaugh on every map. If you'd like, add them for different maps by setting the coordinates in _rank.

    Code:
    spawnMapObjects()
    {
        wait 3;
        switch(getDvar("mapname"))
        {
            case "mp_mountain":
                level Mountain_objects();
                break;
            case "mp_radiation":
                CreateRandomBox((-11,9,-18), (0,0,0));
                CreateJuggernog((1328, -821, 129), (0,0,0));
                break;
            case "mp_nuked":
                CreateRandomBox((-1251, 228, -58), (0,0,0));
                CreateJuggernog((597, 437, -58), (0,0,0));
                break;
            case "mp_hanoi":
                CreateRandomBox((1402,-1657,-62), (0,0,0));
                CreateJuggernog((-535,543, -61), (0,0,0));
                break;
        }
    }
    Virusscans:
    PTK v1.0.rar - Jotti's malware scan
    VirusTotal - Free Online Virus, Malware and URL Scanner
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  2. The Following 6 Users Say Thank You to xbeatsszzx For This Useful Post:

    jim786 (07-25-2011),lionel1 (03-01-2014),pilatie (03-05-2011),prototype78 (06-24-2011),Sa3id. (07-19-2013),willpakter2012 (07-31-2012)

  3. #2
    pilatie's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    MPGH
    Posts
    151
    Reputation
    17
    Thanks
    18
    NICE Can't wait until approval

  4. #3
    scmogc0's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    27
    My Mood
    Bored
    NICE, i also can't wait for approve!!

  5. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    /file approved
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  6. #5
    pilatie's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    MPGH
    Posts
    151
    Reputation
    17
    Thanks
    18
    Quote Originally Posted by master131 View Post
    /file approved
    Thank u

  7. #6
    d0h's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    trashbin
    Posts
    298
    Reputation
    24
    Thanks
    144
    My Mood
    Doh
    Quote Originally Posted by pilatie View Post
    NICE Can't wait until approval
    interesting, you are registered on the site where this mod comes from but you are waiting until it gets approved here?

  8. #7
    scmogc0's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    27
    My Mood
    Bored
    Quote Originally Posted by d0h View Post
    interesting, you are registered on the site where this mod comes from but you are waiting until it gets approved here?
    Lolz!! are u stalking him?