Rain of Fire

Custom event that adds meteor showers to the game

Total Downloads: 9,962 - First Release: Jul 20, 2015 - Last Update: Apr 1, 2017

5/5, 45 likes
  1. emu submitted a new resource:

    Rain of Fire - Custom event that adds meteor showers to the game

    Read more about this resource...
     
  2. Sounds cool.
     
  3. Haven't tried it, but this sound really cool, nice going.
     
  4. okay, haven't tried it? sounds cool? ha.... I IMMEDIATELY tried this. It's AWESOME!
    [DOUBLEPOST=1437417472][/DOUBLEPOST]between this and portal....hmm
     
  5. i will try this with our server event
     
  6. Great plugin
     
  7. Good job!

    if you can do in futur a very small radius (5 or 10m) with mass rocket for punish bad peoples :D

    Punish bad peoples like a god :eek:
     
  8. Works perfectly! Thanks
     
  9. Awesome mod, any way to add support for MsgPlayersGui so it can announce on screen that a Meteor shower is going on?
     
  10. emu

    emu

    I checked out MsgPlayersGui. It does not support third party plugins right now. I will add a chat notification for now.
     
  11. cool ty
     
  12. emu

    emu

  13. Is it possible to add AK's and Launchers as a drop item?
     
  14. Is there a way to set how long this last for.
     
  15. emu

    emu

    Not in the config right now.
    But you can change these lines in the code:
    Code:
            private ItemDrop[] drops = new ItemDrop[]
            {
                new ItemDrop("metal_fragments", 25, 50),
                new ItemDrop("stones", 80, 120)
            };
    to this:
    Code:
            private ItemDrop[] drops = new ItemDrop[]
            {
                new ItemDrop("metal_fragments", 25, 50),
                new ItemDrop("stones", 80, 120),
                new ItemDrop("rifle_ak", 1, 1),
                new ItemDrop("rocket_launcher", 1, 1)
            };
    [DOUBLEPOST=1437470321][/DOUBLEPOST]
    Only in code right now:
    Code:
    private Setting optimal = new Setting(300f, 180000f, 120f); //last parameter is the duration in seconds
     
  16. Good work, but it would be nice if at the explosion site was formed to fire both from the incendiary rockets. If it is possible to finish somewhere, tell me please.

    P.S. Sorry for the bad English to blame Google Translate
     
  17. Cool thanks good script ;D
     
  18. Great work!
     
  19. +1 to AWSOME!

    Best ever after trade plugin!
    Excellent work dude!
     
  20. emu

    emu