Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Z3NlTH-Dr4G0Nundefined

Z3NlTH-Dr4G0N

@Z3NlTH-Dr4G0N
About
Posts
66
Topics
10
Shares
0
Groups
0
Followers
7
Following
13

Posts

Recent Best Controversial

  • ZM - Bug Fix
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    KmasDeBeuh_ Had this happen to me once. A workaround is to go behind the machine, crouch and look down. For some reason you can pack that way, but the gun comes out from a weird angle so be carefule when you pick it up.

    BO2 Client Support

  • ZM - Bug Fix
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Kalitos 👀👀

    BO2 Client Support

  • ZM - Bug Fix
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    JezuzLizard said in ZM - Bug Fix:

    replaceFunc

    Wait a minute, I can use replaceFunc (or overide) to... well... replace stock functions in the scripts?

    BO2 Client Support

  • [BO2] [ZM] Persistent Perk functionality on all maps
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    chicken emoji Well out of ll of them I would like to have the one that doubles headshot damage, and maybe the one that lets you keep the perks. Tried a few stuff myself but nothing happened

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Kalitos This one works! Thank you for your time and effort! Cheers!

    BO2 Modding Support & Discussion

  • [BO2] [ZM] Persistent Perk functionality on all maps
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Greetings, is it possible to add persistent perk (or perma perk) functionality to all maps in BO2. What I mean is make them work on maps that do not have them (just like they do on tranzit, buried, die rise) and not just enable them permanently for all maps. I've seen this topic mentioned a few times but haven't found any public scripts available.

    BO2 Modding Support & Discussion

  • Perma Perks?
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    INSANEMODE Very late to the party lol, could you share the script please?

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Kalitos Unfortunately that doesn't work. The sound that the box plays when it moves is constantly playing and the game keeps giving and taking away my 1911 while also taking points from me. No idea... STUPID MAP.

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    New idea: is there a way to increase the weapon limit to 3 from 2 without using "specialty_additionalprimaryweapon" and if yes, what is the name (maxweapons, setweaponlimit etc...)?

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    JezuzLizard Ok so I can get mule kick to work on green run and nuketown but I cannot get itto work on mob. Well it does activate when I buy jugg as it should but if I enter afterlife (through the afterlife boxes and not by getting downed) and revive myself the game crashes the moment the revive bar fills and gives the same error code that I posted above. My assumption is that it tries to load the perk icon but fails because it only exists on grief and not MoTD.
    If I remove mule kick from the script MoB works fine (but then I do't have mule kick...)

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    JezuzLizard Interesting. Well I have no idea how to disable the perk drink animation since I am very inexperienced with scripting. Also, does that explain the crash on MoB when I revive myself while having jugg (I was using self setperkand it only crashed on MoB)

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    chasef7 Hey it's me again. There is a problem with the givePerk thread. It crashes the game when it activates on maps that do not have mulekick by default and gives me the following error codeΣτιγμιότυπο οθόνης (25).png
    This is the same error code thatI was getting in the afterlife crash that I mentioned in the original post (but that was only on MoB)

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Oh, thanks a lot! I'll edit and test now.

    BO2 Modding Support & Discussion

  • Need help optimising scripts
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Hello everyone! I need a little bit of help optimising some scripts that I have

    init()
    {
     	level thread onplayerconnect();
    }
    
    onplayerconnect()
    {
    	for ( ;; )
    	{
    		level waittill( "connecting", player );
    		player thread onplayerspawned();
    	}
    }
    
    onplayerspawned()
    {
    	level endon( "game_ended" );
        self endon( "disconnect" );
    
        	self.initial_spawn = true;
    
        for(;;)
        {
            self waittill( "spawned_player" );
            self IPrintLnBold( "Max Health Boosted From 100hp to 150hp" );
    		self.maxhealth=150;
            self.health=self.maxhealth;
    		self thread onplayerrevived();
        }
    }
    
    onplayerrevived()
    {
    	level endon( "game_ended" );
    	self endon( "disconnect" );
    	
    	for(;;)
        {
    	    self waittill( "player_revived" );
            max_total_health = 150;
            self setmaxhealth( max_total_health );
    		self unsetperk("specialty_movefaster");
    	    self unsetperk("specialty_fallheight");
    		self unsetperk("specialty_stalker");
    		self unsetperk("specialty_unlimitedsprint");
    		self unsetperk("specialty_fastweaponswitch");
    		self unsetperk("specialty_additionalprimaryweapon");
    	    self thread checkjugg();
    		self thread checkstam();
    		self thread checkspeed();
        }
    }
    
    checkjugg()
    {
    wait 0.5;
        if( self hasperk( "specialty_armorvest" ))
    	{
    	    max_total_health = 350;
            self setmaxhealth( max_total_health );
    		self setperk("specialty_additionalprimaryweapon");
    	}
    }
    
    checkstam()
    {
    wait 0.5;
        if( self hasperk( "specialty_longersprint" ))
    	{
    	    self setperk("specialty_movefaster");
    		self setperk("specialty_fallheight");
    		self setperk("specialty_stalker");
    		self setperk("specialty_unlimitedsprint");
    	}
    }
    
    checkspeed()
    {
    wait 0.5;
        if( self hasperk( "specialty_fastreload" ))
    	{
    	  self setperk("specialty_fastweaponswitch");  
    	}
    }
    

    This one is for increasing my health to 150 and keeping it like that when I get revived. (original creator Fennecsou)

    init()
    {
    	level thread onPlayerConnect();
    }
    
    onPlayerConnect()
    {
    	for(;;)
    	{
    		level waittill("connected", player);
    
    		player thread onPlayerSpawned();
    	}
    }
    
    onPlayerSpawned()
    {
    	level endon("end_game");
    	self endon("disconnect");
    	for(;;)
    	{
    		self waittill("spawned_player");
    		self thread staminup();
    		self thread speedcola();
    		self thread juggernog();
    	}
    }
    
    staminup()
    {
    	level endon("end_game");
    	self endon("disconnect");
    	for (;;)
    	{
    		self waittill("perk_acquired", "perk_lost");
    	
    		if (self hasperk("specialty_longersprint"))
    		{
    			self setperk("specialty_movefaster");
    			self setperk("specialty_fallheight");
    			self setperk("specialty_stalker");
    			self setperk("specialty_unlimitedsprint");
    		}
    		else
    		{
    			self unsetperk("specialty_movefaster");
    			self unsetperk("specialty_fallheight");
    			self unsetperk("specialty_stalker");
    			self unsetperk("specialty_unlimitedsprint");
    		}
    	}
    }
    
    speedcola()
    {
    	level endon("end_game");
    	self endon("disconnect");
    	for (;;)
    	{
    		self waittill("perk_acquired", "perk_lost");
    	
    		if (self hasperk("specialty_fastreload"))
    		{
    			self setperk("specialty_fastweaponswitch");
    		}
    		else
    		{
    			self unsetperk("specialty_fastweaponswitch");
    		}
    	}
    }
    
    juggernog()
    {
        level endon("end_game");
    	self endon("disconnect");
    	for (;;)
    	{
    		self waittill("perk_acquired", "perk_lost");
            
    		if( self hasperk( "specialty_armorvest" ))
    	    {
    	        max_total_health = 350;
                self setmaxhealth( max_total_health );
    			self setperk("specialty_additionalprimaryweapon");
    	    }
    		else
    		{
    		    max_total_health = 150;
    		    self setmaxhealth( max_total_health );
    		}
        }
    }
    

    And this is for some tweaks to perks.
    As you can see in the first script it includes retaining/ removing extra buff (stalker, nofalldamage etc.) because I couldn't get it to work in the second scrpt due to my very limited experience. I tried "waittill_any" but it gives me unresolved external error in game.
    So I want some help with:

    1. Putting all of the code for removing (when I lose the corresponding perks)/retaining (when I get revived but keep the perks like in die rise with who's who) the upgrades in the second script, when I
    2. Make juggernog give you mule kick (specialty_additionalprimary weapon) only on maps that do not have mule kick (zm_prison, zm_transit, zm_nuked)
    3. Fixing a crash that occurs in Mob Of The Dead everytime I revive yself in afterlife while having juggernog after I use the afterlife box to open up the map.
    BO2 Modding Support & Discussion

  • [Release] [ZM] BO2 Remix Mod
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Hey is there a way to isolate the 3 weapon slots part. I might be stupid but didn't find any links to the source to try and do it myself. Thanks in advance

    BO2 Modding Releases & Resources

  • More Health/Health Changer Script for Zombie
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    chasef7 Ok, so I ust had to mention the extra threads...

    BO2 Modding Releases & Resources

  • More Health/Health Changer Script for Zombie
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    chasef7 Hello, no scripting experience here, do I just add these to the original script or do I have to do something else first?

    BO2 Modding Releases & Resources

  • [ZM] - PAP Camo style like " Damascus " COD:MW (Buried/Die Rise/Green Run/Nuketown)
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    This looks amazing! Thank you!

    BO2 Modding Releases & Resources

  • how do i report hackers
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Bubbles ok thank you

    General Discussion

  • how do i report hackers
    Z3NlTH-Dr4G0Nundefined Z3NlTH-Dr4G0N

    Hey, is there a way to send video proof of cheaters. Do I create a drive or something and link it there?

    General Discussion
  • 1
  • 2
  • 3
  • 4
  • 3 / 4
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate