Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. BO2 Client Support
  3. How do I remove the perk limit in custom game?

How do I remove the perk limit in custom game?

Scheduled Pinned Locked Moved BO2 Client Support
5 Posts 5 Posters 4.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Kasubireundefined Offline
    Kasubireundefined Offline
    Kasubire
    wrote on last edited by
    #1

    is there a way to remove the perk limit?

    Sabino.ahkundefined oscarsonyaundefined 2 Replies Last reply
    0
    • Kasubireundefined Kasubire

      is there a way to remove the perk limit?

      Sabino.ahkundefined Offline
      Sabino.ahkundefined Offline
      Sabino.ahk
      wrote on last edited by
      #2

      Kasubire Yes by this Script only copy this to AppData\Local\Plutonium\storage\t6\scripts\zm. Make sure you create the folder scripts and zm put the gsc into zm folder.

      1 Reply Last reply
      0
      • Kasubireundefined Kasubire

        is there a way to remove the perk limit?

        oscarsonyaundefined Offline
        oscarsonyaundefined Offline
        oscarsonya
        wrote on last edited by
        #3

        Kasubire use this

        init()
        {
            thread remove_perk_limit();
            for(;;)
            {
                level waittill("connected", player);
                player thread welcome();
            }
        }
        
        remove_perk_limit()
        {
            level waittill( "start_of_round" );
            level.perk_purchase_limit = 9;
        }
        
        welcome()
        {
            self endon("disconnect");
            self waittill("spawned_player");
            wait 7;
        	self iprintln("^2" +self.name + "^7 , your perk limit has been removed");
        }
        
        1 Reply Last reply
        1
        • Zura Crimeundefined Offline
          Zura Crimeundefined Offline
          Zura Crime
          wrote on last edited by
          #4

          just send me the gsc file omg

          G0LD3N 4RMundefined 1 Reply Last reply
          0
          • Zura Crimeundefined Zura Crime

            just send me the gsc file omg

            G0LD3N 4RMundefined Offline
            G0LD3N 4RMundefined Offline
            G0LD3N 4RM
            wrote on last edited by
            #5

            Zura Crime

            I think @Mr-MaPSaBino mentioned it: "Script"

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

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