Looking for plugin for WoW like dungeon queues

Discussion in 'Bukkit Help' started by mmorton89, Dec 16, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    mmorton89

    Hello, I think it would be cool to make dungeons on my server for players to complete for rewards.

    I have VariableTriggers that I can use for mob spawns and etc but I need a way to keep people out of the dungeons if there is already a group inside.

    It would be a bonus if it could keep people from repeating a dungeon for a set amount of time.

    Are there any plugins that can do this? I found DungeonBuilder, but it has more options then I need and is outdated.

    Thanks
     
  2. Offline

    midnightfang22

    You can honestly use variabletriggers for the entire thing (I've made a dungeon made purely on that). It just depends on how you make the script and setup the dungeon.
     
  3. Offline

    mmorton89

    Ok, I can see keeping players out while others are inside but what about keeping players from repeating the dungeon too many times a day? Can I do this with variabletriggers?
     
  4. Offline

    midnightfang22

    When then enter a dungeon and it successfully starts, just do @ADDINT 1 for each player or something and if that number equal some defined number when they try to enter a dungeon just force them out? Could do it lots of ways.
     
Thread Status:
Not open for further replies.

Share This Page