[INACTIVE][FUN] Quarantine v0.7 - Survive the zombie horde!

Discussion in 'Inactive/Unsupported Plugins' started by DDoS, Aug 29, 2011.

  1. Offline

    DDoS

    Quarantine

    [​IMG]

    Survive the zombie horde!
    Quarantine lets you create special zones where mobs spawn and roam around, which players can then join to try to fight for their survival. To improve their odds, they can buy items or sell them. Quarantine has a localized economy, where players get money from killing mobs or selling items. It also has support for leaderboards backed by a Redis or MySQL database. You can lock buttons with keys (which players can buy). Also, the player's last health, inventory and locations are saved, so they can resume gameplay at any time. When exiting a zone, pre-game health is restored. This is a hard core survival game, if you die, all your data is deleted, and you loose all your score. Score is obtained by killing mobs, and can be set for each mob type.
    Requires WorldGuard, Regios or Residence to work

    Bukkit dev link: this
     
    Spiritwind likes this.
  2. Offline

    DDoS

    Yes.
     
  3. Offline

    AZNjimmyKID

    is there a plugin that makes zombie spawn alot on random nights like a 1/10 or 1/100 chance of zombie invasion at night for 1.0.1-r1?
     
  4. Offline

    DDoS

    I do not know of any plugin with this particular function.
     
  5. Offline

    AZNjimmyKID

    is it a simple task to do? sorta like Terraria blood moon doubles the spawn rate of zombies. it should also double the range of view of zombie if that makes sense do you feel me? you picking up what i'm putting down? you scooping what i'm pooping? you getting what i'm shitting?
    ~edit~
    there would be a random chance of blood moon 1/10 or so. the moon dose not exactly need to be red just the function maybe on new moons there would be the double spawn it sorta makes sense with less light there is more darkness moon reflects light u catch my drift?
    ~edit~
    i dont want to customly set up places where zombies spawn because its gonna be a survival server not a cod blackops zombie style. i don't want the money they drop either
     
  6. Offline

    DDoS

    You don't have to talk to me like this....

    Yes, I understood you. If you want me to make this plugin, here's your answer: no.
     
  7. Offline

    qubeta

    Hello, i'm french, so excuse my english,

    So, when I saw your plugin quarantine, i was really excited to put it on my bukkitserv
    I installed the plugin on the server, then, I config the permissions (PermissionsBukkit), with the only 3 permission I saw in the BukkitDev page.
    But then, when I wanna select a quarantine region, (/qload, /qjoin, or else,) I saw this message : "An internal error occured while attempting to perform this command"

    Could you help me, please ?
     
  8. Offline

    AZNjimmyKID

    you kno any one who wouldnt mind doing so?
     
  9. Offline

    DinoHunter10

    I remember the Testing server for this, very fun indeed.
     
  10. Offline

    DDoS

    Please post your error log.

    Plugin request section.

    I still run my test server when I need it.
     
  11. is there a map made for this plugin
     
  12. Offline

    EmanuxJade

    can u make a infection mod? When a player was touched from some zombie become a zombie and all players zombie must kills every players, type last stand :D
     
  13. Offline

    SteelTitan51


    Whenever it says, Can't Keep Up, It sometimes does not have enough RAM.
     
  14. Offline

    DDoS

    That doesn't necessarily have anything to do with my plugin. Try allocating more memory to the virtual machine. Also, if the subzones are two big and two numerous, you might end up with some hang time when a player enters a previously empty zone.
     
  15. Offline

    TehCParrett

    Can we get a tutorial? Or a video tutorial would be great. I am brand new to WorldGuard and WorldEdit. I LOVED Tribu and this seems like it but 10x better and would LOVE to have it on my server, but I can't really figure out how to get it to work :( help?

    EDIT: Figured EVERYTHING out and it is now working :D

    Few suggestions:

    • Vote System? I don't know if it is in there or not. I don't have more than one map made.
    • Support for custom mobs? Again, I still am not sure if it does or not.
    • Support for custom items? Once again, idk if it is or not lol.
    • Optional Wave system. Starting waves mobs have less hp, then it highers each wave.
    • A death room. When you die, you are sent to a room when you die to observe the other players as they fight through waves of enemies.
    Thank you for this awesome plugin! :D
    Is there a way to make mobs spawn on a higher level of the map? For example, I have a map with a large tower right in the middle of it. Is it possible to make mobs spawn throughout the tower? Thanks!
     
  16. Offline

    Krankbait

    This plugin is great. i think tehcparret`s idea of a wave system would be really cool. just my 2 cents, Please keep this plugin up and running its one of a kind

    how do you make the subzones for mob spawning? thats the only thing im missing

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  17. Offline

    DDoS

    Define regions across floors, 3 block high, last block inside de floor. Make those about 10x7x3 in dimension.
     
  18. Offline

    Krankbait

    well now theres one more thing, i cant get the sell signs to work can you maybe post a screenshot?
     
  19. Offline

    DDoS

    Just post the test you're using here, it's quicker.
     
  20. Offline

    Krankbait

    ok one sec

    do i have to be in the game with /qjoin or teleport there to make the sign?

    http://tinypic.com/view.php?pic=xbm0g&s=5

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  21. Offline

    RevertiveDeath

    I recently added this plugin to my server and I know how to use world guard/edit good enough to claim regions but I don't know how to make Zone1 in-game. I make a region and call it PlayArea but don't know how to add that area into the zones. Also, I don't know how to set a lobby. If anyone does know I would let them on my server to help me. Here is config code:
    Code:
    Load_on_start:
     
     
     
    Leaderboards:
     
      enabled: false
     
      type: mysql
     
      redis_db_info:
     
        host: 'localhost'
     
        port: 6379
     
      mysql_db_info:
     
        host: 'localhost'
     
        name: 'minecraft'
     
        port: 3306
     
        user: 'user'
     
        password: 'password'
     
    Zones:
     
    Zone1:
     
        max_number_of_players: 100
     
        world: 'Zone1'
     
        mob_check_task_interval: 300
     
        soft_mob_respawn: false
     
        clear_drops: true
     
        one_time_use_keys: false
     
        entrance:
     
          x: 0
     
          y: 0
     
          z: 0
     
          yaw: 0
     
          pitch: 0
     
        lobby:
     
          x: 0
     
          y: 0
     
          z: 0
     
          yaw: 0
     
          pitch: 0
     
        starting_money: 35
     
        starting_kit:
     
          - '276-1'
     
          - '310-1'
     
          - '311-1'
     
          - '312-1'
     
          - '313-1'
     
        money_rewards:
     
          - 'Zombie:10-15-5'
     
          - 'Skeleton:15-20-6'
     
          - 'Spider:15-18-6'
     
        sub_zones:
     
          subzone1:
     
            number_of_mobs: 0
     
            mob_types:
     
              - 'Zombie'
     
              - 'Spider'
     
              - 'Skeleton'
     
          subzone2:
     
            number_of_mobs: 0
     
            mob_types:
     
              - 'Zombie'
     
              - 'Spider'
     
          subzone3:
     
            number_of_mobs: 0
     
            mob_types:
     
              - 'Zombie'
     
              - 'Skeleton'
     
  22. Offline

    tsuna25

  23. Offline

    nhoclesnar

    This is an awesome plugin! Please make it 1.2.3 compatible! I built a big castle and now I'm just waiting for this mod to be updated. Thank you in advance :D

    P.S. Do zombies burn under the sun in the quarantined zone? And can we make people pay fee to enter the zone? And...can we have (a) Giant Zombie(s) as boss(es)? :p
     
  24. Offline

    Syncrownize

    Can someone make a good tutorial on how to set up like a areana for this or something or just how to set this up im really confused
     
  25. Offline

    Mylo104

    Its not loading any zones at all..
     
  26. Offline

    Luxius96

    Tutorial?
     
  27. Offline

    DDoS

    No, I don't have a mic.
     
  28. Offline

    Luxius96

    Make with no mic...
     
  29. Offline

    DDoS

    That would be to much of a hassle.
     
  30. Offline

    Luxius96

    I dont understand how to configure arena o-o
     
  31. Offline

    Blackstorm72

    DDoS
    I'm noticing that it is not loading any regions. We have the correct regions, in fact we named it quarantine and the worldguard region quarantine. In the configuration, it too is also named quarantine, although it comes up with not finding any regions to load for the main zone.

    We're just setting up, so all we have is a main zone region set up. Is this how we are supposed to work on it? Is the plugin up with 1.2.4 and WorldGuard's DEV? If you need more information, let me know.

    We are on the latest CB-RB build for 1.2.4.

    Appears to be Working now. Interesting.
     

Share This Page