MobArena Boss and Wave Thread

Discussion in 'Bukkit Discussion' started by Agnate, Aug 16, 2011.

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

    Subrosa20

    Why doesn't it work for me? I already posted in the mobarena thread a few days ago. It just a normal random wave on wave 5!

    Code:
            waves:
                recurrent:
                    def1:
                        type: default
                        priority: 1
                        frequency: 1
                        monsters:
                            zombies: 10
                            skeletons: 10
                            spiders: 10
                            creepers: 10
                            wolves: 10
                    spec1:
                        type: special
                        priority: 2
                        frequency: 4
                        monsters:
                            powered-creepers: 10
                            zombie-pigmen: 10
                            angry-wolves: 10
                            humans: 10
                Single:
                    boss1:
                        type: boss
                        wave: 1
                        monster: chicken
                        health: middle
                        abilities: chain-lightning
                        ability-interval: 10
                        ability-announce: true
     
  2. Offline

    ACStache

    make "Single:" lowercase, so "single:"
    also, wave 5 is going to be a normal wave no matter what with that config, your boss is going to be wave 1.
     
  3. Offline

    Subrosa20

    Okay. I tried this and it still doesn't work. Now thats my config again. "single" is now written is lowercase letters.

    Code:
            waves:
                recurrent:
                    def1:
                        type: default
                        priority: 1
                        frequency: 1
                        monsters:
                            zombies: 10
                            skeletons: 10
                            spiders: 10
                            creepers: 10
                            wolves: 10
                    spec1:
                        type: special
                        priority: 2
                        frequency: 4
                        monsters:
                            powered-creepers: 10
                            zombie-pigmen: 10
                            angry-wolves: 10
                            humans: 10
                single:
                    boss1:
                        type: boss
                        wave: 5
                        monster: chicken
                        health: middle
                        abilities: chain-lightning
                        ability-interval: 10
                        ability-announce: true

    I really really want bosses. :/

    Wave 5 consists of some creepers and wolves and zombies...
     
  4. Offline

    ACStache

    change the health to medium. it's probably tossing the wave due to 'bad values'. Check your server log on start up/reload to see if it says "Wave boss1 not used due to X Y Z" or something along those lines.

    If that doesn't fix it, please post any continuing questions in the Mob Arena thread, and I'll help you there. I would like to keep help in this thread to a minimum so you can see more created bosses :)
     
  5. Offline

    Subrosa20

    Worked. Thank you. Changed to medium. :)
     
  6. Offline

    Zombiemold

    Any way to make bosses appear at specific waves, but also have a chance to pick a boss randomly out of x amount of bosses?

    For example, I want to have the first boss be either an Easy Chicken, Easy Cow, or Easy Sheep. When they get to the boss wave, they get one of those bosses, randomly. Then, as they move on, those bosses don't continue to show up.
     
    xThiieNx likes this.
  7. Offline

    Aka Gambit

    The Tricky Slime Boss

    Made this Boss just to try out some of the skills, its more annoying then difficult because everyone (including the boss) will be warping all over the place.

    It makes a good starter or 2nd tier boss.

    Code:
                     TrickySlimeBoss:
                        type: boss
                        wave: 10
                        monster: slime_huge
                        health: medium
                        abilities: shuffle-positions, throw-target, fetch-target, warp-to-player
                        ability-interval: 2
     
    number1_Master likes this.
  8. Offline

    kahlilnc

    Wow the interval is very high in speed XD
     
  9. Offline

    BigDaddyEcig

    I love this mob! All Fear The Thunder Chicken! I am so putting one in my mob arena...
     
    number1_Master likes this.
  10. Offline

    rodier

    I have one problem - where to set how many waves? I know on 1.8 or even older.. ppl can fight until they die.. but now (im on 1.0) after few waves, boss appear.. and then is end (and they even not get kicked from arena).
    I used that default waves setup from tutorial.. + I dont see boss doing any abilities (throwing arrows, rooting target.. just some damage..)

    Code:
    # MobArena v0.94.3.11 - Config-file
    # Read the Wiki for details on how to set up this file: http://goo.gl/F5TTc
    # Note: You -must- use spaces instead of tabs!
    global-settings:
        enabled: true
        allowed-commands: /list, /pl
        update-notification: true
    classes:
        Knight:
            items: diamond_sword, grilled_pork:2
            armor: 306,307,308,309
        Tank:
            items: iron_sword, grilled_pork:3, apple
            armor: 310,311,312,313
        Archer:
            items: wood_sword, bow, arrow:256, grilled_pork, bone
            armor: 298,299,300,301
        Chef:
            items: stone_sword, bread:6, grilled_pork:4, mushroom_soup, cake:5
            armor: 314,315,316,317
        Wolfer:
            items: stone_sword, grilled_pork, bone:3
            armor: 298,299,300,301
    arenas:
        default:
            settings:
                world: world
                enabled: true
                protect: true
                entry-fee: ''
                logging: false
                clear-wave-before-next: true
                detonate-creepers: true
                detonate-damage: true
                lightning: true
                auto-equip-armor: true
                force-restore: false
                soft-restore: true
                soft-restore-drops: false
                require-empty-inv-join: true
                require-empty-inv-spec: false
                hellhounds: false
                pvp-enabled: false
                monster-infight: false
                allow-teleporting: false
                spectate-on-death: true
                share-items-in-arena: true
                min-players: 0
                max-players: 8
                max-join-distance: 0
                repair-delay: 5
                first-wave-delay: 5
                wave-interval: 20
                special-modulo: 4
                max-idle-time: 60
                spout-class-select: true
            waves:
                recurrent:
                    def1:
                        type: default
                        priority: 1
                        frequency: 1
                        growth: fast
                        monsters:
                            zombies: 10
                            skeletons: 4
                            exploding_sheep: 5
                    def2:
                        type: default
                        priority: 2
                        frequency: 1
                        growth: fast
                        wave: 5
                        monsters:
                            zombies: 10
                            skeletons: 6
                            creepers: 4
                    spec1:
                        type: special
                        priority: 5
                        frequency: 4
                        monsters:
                            powered_creepers: 10
                            angry_wolves: 10
                            zombie_pigmen: 10
                single:
                    swarm1:
                        type: swarm
                        wave: 7
                        monster: slimes
                        amount: medium
                    boss1:
                        type: boss
                        wave: 9
                        monster: spider
                        health: medium
                        abilities: fire-aura, disorient-target, fireballs, throw-nearby
                        ability-interval: 5
                        ability-announce: true
                    boss2:
                        type: boss
                        wave: 13
                        monster: zombie_pigman
                        health: high
                        abilities: root-target, arrows, fetch-distant, fire-aura
                        ability-interval: 3
                        ability-announce: true
                    boss3:
                        type: boss
                        wave: 16
                        monster: wolf
                        health: psycho
                        abilities: warp-to-player, fire-aura, throw-nearby, fireballs, fetch-target, arrows
                        ability-interval: 1
                        ability-announce: true
            rewards:
                waves:
                    every:
                        '3': feather, bone, stick
                        '5': dirt:4, gravel:4, stone:4
                        '10': diamond:2, gold_ingot:10
                        '15': $100
                    after:
                        '7': minecart, storage_minecart, powered_minecart
                        '13': iron_sword, iron_pickaxe, iron_spade
                        '16': diamond_sword, diamond:2
                        '25': $100
            coords:
                leaderboard:
                lobby: -413,65,430,-97.21714,13.349998
                spectator: -396,71,446,-154.66725,27.600006
                arena: -402,65,429,-91.66721,5.9999976
                p1: -411,64,412,-112.66717,16.949987
                p2: -383,64,438,-291.4672,13.649988
                spawnpoints:
                    s1: -394,64,438,-239.5671,10.049985
                    s2: -391,64,423,-271.06723,10.349993
                    s5: -388,64,423,-267.61664,11.100069
                    s6: -394,64,419,-267.61664,11.100069
                    s4: -394,64,434,-220.21649,8.250072
                    s3: -394,64,426,-205.66656,7.800073
                    s7: -392,64,413,-292.36676,5.850074
    
     
  11. Offline

    ACStache

    Although I will say this: Your bosses look properly set up, so I'm not sure why their abilities aren't working. I know that MobArena hasn't been built against Minecraft/Bukkit 1.0, so there are bound to be issues. If you're looking for a final wave option, as in once you reach wave X the arena is done, try the latest version of Mob Arena (94.3.24)
     
  12. Offline

    KillShootQc

    I had the code on wave ? or I create a new line?
     
  13. Offline

    jackdeboer

    i have same problem
     
  14. Offline

    cmileto

    Guys, what part of Posts should ONLY have WAVES OR BOSSES! Everything else should be put IN THE MOBARENA THREAD!
    do you not understand?
     
    number1_Master, tyzoid and ACStache like this.
  15. Offline

    VeRsUz

    Feindbild likes this.
  16. Offline

    tchocolate

    hello
    I have a problem, I wrote enderdragon in monster but it doesn't work and on the WaveEditor it is said that we can make enderdragons
    Could you help me plz
     
  17. Offline

    Torrent

    Justin The Cynical and ACStache like this.
  18. Offline

    number1_Master

    enderdragon isnt a mob
    heres a list of all the mobs (atm): https://github.com/garbagemule/MobArena/wiki/Monster-types

    The three musketeers:
    Code:
                   bossPIG:
                        type: boss
                        wave: 5
                        monster: pig
                        health: low
                        abilities: lightning-aura, warp-to-player
                        ability-interval: 3
                    bossCHICKEN:
                        type: boss
                        wave: 6
                        monster: chicken
                        health: medium
                        abilities: chain-lightning, warp-to-player
                        ability-interval: 3
                    bossCOW:
                        type: boss
                        wave: 7
                        monster: cow
                        health: medium
                        abilities: shuffle-positions, warp-to-player, root-target
                        ability-interval: 2
    
    bossPIG:
    I recommend not getting near any pig you see
    bossCHICKEN
    DEFINITELY do not get near this chicken. Just like thunder chicken, RUN FOR YOUR LIVES!!!!!!
    bossCOW
    Don't worry about this cow. He (or she) will just move pretty fast.

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

    Vermino

    did you get this from Asherson's call? god that brought back memories
     
  20. Offline

    Deobus

    Code:
     waves:
                recurrent:
                    spec1:
                        wave: 0
                        type: special
                        priority: 5
                        monsters:
                            powered_creeper: 11
                            creeper: 10
                            cave_spider: 10
                        frequency: 5
                    def1:
                        wave: 0
                        type: default
                        priority: 1
                        monsters:
                            zombie: 10
                            wolf: 10
                            spider: 10
                            skeleton: 10
                        growth: old
                        frequency: 1
                single:
                    swa3:
                        wave: 26
                        type: swarm
                        monster: powered_creeper
                        amount: medium
                    swa2:
                        wave: 17
                        type: swarm
                        monster: zombie
                        amount: medium
                    swa1:
                        wave: 7
                        type: swarm
                        monster: slime_small
                        amount: low
                    boss_2_-_annoyingZombie:
                        wave: 22
                        type: boss
                        monster: zombie
                        health: medium
                        ability-interval: 4
                        ability-announce: true
                        abilities: disorient-target,root-target,shuffle-positions,throw-target,arrows
                    boss_1_-_firePigman:
                        wave: 12
                        type: boss
                        monster: zombie_pigman
                        health: medium
                        ability-interval: 5
                        ability-announce: true
                        abilities: fire-aura,shuffle-positions,disorient-target
                    boss3_-_spiderMan:
                        wave: 29
                        type: boss
                        monster: spider
                        health: medium
                        ability-interval: 3
                        ability-announce: true
                        abilities: fireballs,lightning-aura,disorient-target,throw-nearby,shuffle-positions
    Can someone tell me what I have done wrong?
    While doing the mobarena, after I beated the first boss, no new waves are coming.
    The pigman also won't use it's abilitys, and he is dead when I hit him 4 times with a diamond sword... :O
    Here is the config:
     
  21. Offline

    ACStache

    The main thing you've done wrong is post in the wrong thread. Granted you've posted bosses and waves in the boss and wave thread, this isn't where you get help for it. Post the same thing in the Mob Arena thread and someone will help you. Also provide the version number of MobArena you're using as well as your craft bukkit version to help expedite the process over there.
     
  22. Annoying Fish:
    This little bugger is a nice easy starting boss that can easily avoid being hit.

    Code:
    CrazyFish:
                        type: boss
                        wave: 5
                        monster: silverfish
                        health: medium
                        abilities: shuffle-positions, flood, root-target, disorient-target, throw-nearby
                        ability-interval: 1
     
    number1_Master likes this.
  23. Offline

    tsunarto

    A really annoying cave spider. I turned off the ability announcements because of the high interval:

    Code:
                    CaveSpiderBoss:
                        type: boss
                        wave: 20
                        monster: cave_spider
                        health: low
                        ability-interval: 1
                        abilities: warp-to-player, fetch-distant, throw-target, disorient-target, shuffle-positions
                        ability-announce: false
    Share MobArena Classes Ideas
     
    number1_Master likes this.
  24. Offline

    OreoKirby

    Is anyone else having trouble getting bosses to work in general? I've made several of my own in the config as well as with the WaveEditor. Also, to even further test, I tried the example setup from the wiki. Non changing ANY setting AND changing settings, either way, I cannot get them to work. The bosses will spawn, not use abilities, and the arena will not go to the next wave. No matter which one I have tested, the arena just.. pauses almost? Is anyone else getting this? I'm running:

    CraftBukkit version: 1.0.1 RB
    MobArena version: v0.94.3.24

    Any help would be great! Thanks!
     
  25. Offline

    ACStache

    This isn't a thread for help with MobArena boss config issues, it's for posting your currently made boss waves. Please ask this question in the MobArena thread, and someone should answer you there (maybe even me ;))
     
  26. Offline

    FxDeath

    Code:
    boss1:
    type: boss
    priority: 1
    frequency: 15
    monsters: slime_huge
    health: psycho
    abilities: arrows, fireballs, fire-aura, lightning-aura, living-bomb, chain-lightning, shuffle-positions, flood, throw-nearby, throw-distant
    ability-announce: true
    this is MA BOSS!!! xD
     
    nunber1_Master likes this.
  27. Offline

    ACStache

    a few things things loganla
    • First, edit your original post instead of flooding the thread.
    • Asking politely is always going to get you a positive helpful response before using caps/begging
    • Having patience to wait for someone to reply is always nice too, instead of posting again 4 to 5 minutes after your initial post. Not everyone who uses this plugin that can help you watches the forums 24/7
    • Lastly, see this quote from the first post:
    Now go find the actual MobArena thread and ask politely there, without tons of caps or implied vulgarity. (Hint: it's linked in the first post)
     
  28. Offline

    fatmarley

    Code:
                    fire_demon:
                        type: boss
                        wave: 20
                        monster: blaze
                        health: psycho
                        abilities: warp-to-player, fireballs
                        ability-announce: true
                        ability-interval: 2 

    I went for something a little simple.
     
    Archarin and number1_Master like this.
  29. Offline

    elmoxdesease

    Hey epic plugin i love it.
    i am trying to add bosses but for some reason it gives a error telling me
    that "villager" and "snowman" are invalid monster types in "arenas.thenest.waves.single.villager_assault" or the name of the wave they are in.
    I have not tried any other mobs so far so it may not be just these mobs.
     
  30. Offline

    ACStache

    if you want to use those monsters, you need to use the dev build, as 94.3.24 isn't able to use them. Also, any further questions should be posted in the MobArena thread, not here :)
     
Thread Status:
Not open for further replies.

Share This Page