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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] Hunter Killer Riding Help

[Support] Hunter Killer Riding Help

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
6 Posts 2 Posters 657 Views 2 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.
  • Hyperundefined Offline
    Hyperundefined Offline
    Hyper
    wrote on last edited by Mr. Android
    #1

    Hello

    Just trying to get this GSC to work where instead of sitting on the Hunter Killer until it exploads, it instead sits there for a few seconds then lets you fall? tried everything i could think of but did not work.

    Code:

    doHunterRide()

    {

    self endon("disconnect");
    
    
    
    self giveWeapon( "missile_drone_mp" );
    
        self switchToWeapon( "missile_drone_mp" );
    
        self iPrintln("Hunter Killer Drone ^2Given");  
    
    wait .3;
    
    for (;;)
    
    {
    
    	self waittill("missile_fire", weapon, weapname);
    
    	self enableInvulnerability();
    
    	if (weapname == "missile_drone_projectile_mp")
    
    	{
    
    		self PlayerLinkTo(weapon);
    
    		weapon waittill("death");
    
    		self detachAll();
    
    		self DisableInvulnerability();
    
    	} 
    
    wait 0.05;
    
    }
    

    }

    1 Reply Last reply
    0
    • Sassundefined Offline
      Sassundefined Offline
      Sass
      Plutonium Staff
      wrote on last edited by Sass
      #2

      These mods for trickshotters are getting more and more ridiculous I swear, but who am I to judge.

      Anyway, replacing weapon waittill("death"); by wait X; (replace X by the amount of seconds you want) should do the trick. I'm not sure how you can come up with a "waittill" but not a simple "wait" though...

      You need to replace self detachAll(); by self Unlink(); aswell: detachAll() isn't what you need to use in that situation.

      Also put self enableInvulnerability(); inside your if statement : you don't want to give godmode to people who fires RPGs/SMAWs.

      Hyperundefined 1 Reply Last reply
      0
      • Sassundefined Sass

        These mods for trickshotters are getting more and more ridiculous I swear, but who am I to judge.

        Anyway, replacing weapon waittill("death"); by wait X; (replace X by the amount of seconds you want) should do the trick. I'm not sure how you can come up with a "waittill" but not a simple "wait" though...

        You need to replace self detachAll(); by self Unlink(); aswell: detachAll() isn't what you need to use in that situation.

        Also put self enableInvulnerability(); inside your if statement : you don't want to give godmode to people who fires RPGs/SMAWs.

        Hyperundefined Offline
        Hyperundefined Offline
        Hyper
        wrote on last edited by
        #3

        Sass haha yeah they are it is sick though.

        I tried putting “ wait x “ but for some reason it just doesn’t detach at all, jus totally ignores the wait,

        Sassundefined 1 Reply Last reply
        0
        • Hyperundefined Hyper

          Sass haha yeah they are it is sick though.

          I tried putting “ wait x “ but for some reason it just doesn’t detach at all, jus totally ignores the wait,

          Sassundefined Offline
          Sassundefined Offline
          Sass
          Plutonium Staff
          wrote on last edited by Sass
          #4

          Hyper Did you use self Unlink(); instead of self detachAll(); ?
          I told you to use Unlink() in my previous reply, I suggest you read it entirely.

          Hyperundefined 1 Reply Last reply
          0
          • Sassundefined Sass

            Hyper Did you use self Unlink(); instead of self detachAll(); ?
            I told you to use Unlink() in my previous reply, I suggest you read it entirely.

            Hyperundefined Offline
            Hyperundefined Offline
            Hyper
            wrote on last edited by
            #5

            Sass thank you love you. Working fine now thank you

            1 Reply Last reply
            0
            • Sassundefined Offline
              Sassundefined Offline
              Sass
              Plutonium Staff
              wrote on last edited by
              #6

              Glad to hear that. Locking thread.

              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