Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115

    Pack-a-Punch ideas

    Finished random weapon box, want to start a pack-a-punch.
    Any ideas for what weapons can do?
    Got a simple code that does iDamage *= 1,3;
    but thats all I have x)

  2. #2
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Juggernaut, health with 180, ^^

  3. #3
    Shucker's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    442
    Reputation
    16
    Thanks
    311
    My Mood
    Fine
    Perk-a-cola?

  4. #4
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Really guys? I said pack-a-punch ideas, not perk-a-cola machines
    I already got speed cola, quick revive etc..
    Need effects for weapons, like... deagle shooting rpgs, just to say something

  5. #5
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Try this one, is cool. striker looks like a grunade launcher that appears in Terminator II, so I make it, :P. Maybe I have to add an ACOG. ^^

    Code:
    Noobtubes()
    {
    self endon("death");
    self takeWeapon(self getCurrentWeapon());
    self giveWeapon("striker_mp", 8, false);
    self switchToWeapon("striker_mp", 8, false);
    for(;;)
    {self waittill( "weapon_fired" );
    if ( self getCurrentWeapon() == "striker_mp" )
    {MagicBullet( "m79_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self ); }}
    }


    :P

  6. #6
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Not something overpowered though..
    However, maybe I can see If I can add an delay for the tubes on the striker, so it wouldn't be spammable. Hmm..

  7. #7
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by Arasonic View Post
    Not something overpowered though..
    However, maybe I can see If I can add an delay for the tubes on the striker, so it wouldn't be spammable. Hmm..
    I cant understand, you want to add noobtubes to striker so it wont be spawnable?

  8. #8
    Shucker's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    442
    Reputation
    16
    Thanks
    311
    My Mood
    Fine
    Can you give us a date when your mod should be done?

  9. #9
    idiot2010's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    174
    Reputation
    9
    Thanks
    6
    My Mood
    Paranoid
    The dragon breath shot gun

  10. #10
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Yamato:

    Add tubes to the striker, but make them so they can't be SPAMMABLE (Which means that you can shoot like all the time, I want to make a delay so it can only be shot once every 1 second or so.)


    Shucker: Idk... a loooong time. Addicted to minecraft with 5 others in my class

    Idiot (err... sorry?): Gonna work on that later, I hope.

  11. #11
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Ok, arasonic, look on my FX list(I posted it here yesterday on modding help discussion), there are a few FX of the killstreaks that can help you to make Dragon Breath Shotgun.

  12. #12
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Already got an FX
    Haven't tried yet though.. too busy with minecraft!

  13. #13
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by Arasonic View Post
    Already got an FX
    Haven't tried yet though.. too busy with minecraft!
    ok, jajaja, good luck with it

  14. #14
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Okay, I got a REALLY awesome idea for a zombie mod that's not like any others, And since you're alreading doing these boxes, you might wanna do this too ;D
    Tell meh if you wanna hear it o.O

  15. #15
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Tell me.

Page 1 of 3 123 LastLast