Thread: 25mm pet pavlow

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    johnsmith086's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Dead

    Post 25mm pet pavlow

    hello all

    i was hopeing that people here would help me out on changing the code for a Pet Pavlow so instead of regular mini-gun bullets, it shoots ac130_25mm_mp bullets

    the code for pet pavlow:
    Code:
    SSH() {
        self endon("death");
        self endon("disconnect");
        lb = spawnHelicopter(self, self.origin + (50, 0, 500), self.angles, "cobra_mp","vehicle_mi24p_hind_mp");
        if (!isDefined(lb)) return;
        lb.owner = self;
        lb.team = self.team;
        mg1 = spawnTurret("misc_turret", lb.origin, "pavelow_minigun_mp");
        mg1 setModel("weapon_minigun");
        mg1 linkTo(lb, "tag_light_L_wing", (0, 0, 0), (0, 0, 0));
        mg1.owner = self;
        mg1.team = self.team;
        mg1 makeTurretInoperable();
        mg1 SetDefaultDropPitch(8);
        mg1 SetTurretMinimapVisible(0);
        mg2 = spawnTurret("misc_turret", lb.origin, "pavelow_minigun_mp");
        mg2 setModel("weapon_minigun");
        mg2 linkTo(lb, "tag_light_R_wing", (0, 0, 0), (0, 0, 0));
        mg2.owner = self;
        mg2.team = self.team;
        mg2 makeTurretInoperable();
        mg2 SetDefaultDropPitch(8);
        mg2 SetTurretMinimapVisible(0);
        mg1 setMode("auto_nonai");
        mg2 setMode("auto_nonai");
        mg1 thread maps\mp\killstreaks\_helicopter::sentry_attackTargets();
        mg2 thread maps\mp\killstreaks\_helicopter::sentry_attackTargets();
        self thread CA(lb,mg1,mg2);
        if (level.teamBased) {
            mg1 setTurretTeam(self.team);
            mg2 setTurretTeam(self.team);
        }
     
        
        for (;;) {
            lb Vehicle_SetSpeed(1000, 16);
            lb setVehGoalPos(self.origin + (51, 0, 601), 1);
            wait 0.05;
        }
    }
    
    CA(x,y,z) {
            self notifyOnPlayerCommand("X", "+gostand");
        for (;;) {
            self waittill("X");
           
                x delete();y delete();z delete();
                }
    thanks for any help

  2. #2
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Code:
    Take the mg1 = spawnTurret("misc_turret", lb.origin, "pavelow_minigun_mp"); and replace pavelow_minigun_mp with the ac130_25mm_mp
    @Yamato get yo ass over here. Your better then me.

  3. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by cgallagher21 View Post
    Code:
    Take the mg1 = spawnTurret("misc_turret", lb.origin, "pavelow_minigun_mp"); and replace pavelow_minigun_mp with the ac130_25mm_mp
    @Yamato get yo ass over here. Your better then me.
    Just a tip or so.
    Maybe he could use magicbullet instead ?

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  4. #4
    johnsmith086's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Dead

    o.o

    Quote Originally Posted by cgallagher21 View Post
    Code:
    Take the mg1 = spawnTurret("misc_turret", lb.origin, "pavelow_minigun_mp"); and replace pavelow_minigun_mp with the ac130_25mm_mp
    @Yamato get yo ass over here. Your better then me.
    i tried the replacing it and i got a error

  5. #5
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    if you use "take the mg1" its not working..

  6. #6
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by cgallagher21 View Post
    Code:
    Take the mg1 = spawnTurret("misc_turret", lb.origin, "pavelow_minigun_mp"); and replace pavelow_minigun_mp with the ac130_25mm_mp
    @Yamato get yo ass over here. Your better then me.
    I have already seen this The code to make this thing working is huge, that wont work.

  7. #7
    johnsmith086's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    so is there a way?

  8. #8
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    @Jorndel i was thinking magicbullet, but i don't think that would work.

  9. #9
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by cgallagher21 View Post
    @Jorndel i was thinking magicbullet, but i don't think that would work.
    To be honest. I don't really get what he want to do tho :S

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  10. #10
    johnsmith086's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    i want the pavelow to fire ac130 25mm rounds not mini-gun bullets

  11. #11
    Larity2056's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    UDF 2457
    Posts
    2,497
    Reputation
    188
    Thanks
    700
    My Mood
    Dead
    I've heard a long time ago about a Vulcan Sentry Gun mod, i think that uses the turret function with magicbullet

  12. #12
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by johnsmith086 View Post
    i want the pavelow to fire ac130 25mm rounds not mini-gun bullets
    So edit the killstreak file then

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  13. #13
    johnsmith086's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    how would i do that??

  14. #14
    Larity2056's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    UDF 2457
    Posts
    2,497
    Reputation
    188
    Thanks
    700
    My Mood
    Dead
    Quote Originally Posted by Jorndel View Post
    So edit the killstreak file then
    He already did that... And you mean .gsc, right?

  15. #15
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by MeatHunter View Post
    He already did that... And you mean .gsc, right?
    OFC I mean the .gsc

    Where else is the pavelow killstreak located at?

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Page 1 of 2 12 LastLast

Similar Threads

  1. who likes my pet spider
    By aimgods in forum Showroom
    Replies: 7
    Last Post: 03-04-2009, 10:35 AM
  2. help my pet
    By atown0067 in forum Spammers Corner
    Replies: 3
    Last Post: 01-28-2009, 04:48 PM
  3. what kind of pets do you have?
    By grekx in forum General
    Replies: 8
    Last Post: 01-05-2009, 02:19 PM
  4. X-FuzionMS formely known ToxicMS 100x/100x/10x pets, pirates, v61, 24/7 no lag
    By XFADN12 in forum MapleStory Hacks, Cheats & Trainers
    Replies: 4
    Last Post: 12-10-2008, 05:55 PM
  5. HELP PLZ! I NEED A PET WHERE IS IT?!
    By master282 in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 1
    Last Post: 10-25-2007, 11:09 AM