--MobArena-- ★Classes Ideas!★ (Share Your Unique Mob Arena Classes)

Discussion in 'Bukkit Discussion' started by tsunarto, Jan 10, 2012.

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

    tsunarto

    I was searching around and couldn't find code blocks for Mob Arena classes, so I decided to make this thread. I'm just going to look off Agnate's post (MobArena Bosses and Waves) to have a similar format. Also, I found godgodgodgo's Arena Schematics thread helpful. I'm sure if your on this page that you've seen both of those threads already as they are in the MobArena post under "Relevant Links".
    [ MobArena Plugin by garbagemule ]
    Please only post your MobArena classes ideas and keep anything off topic off this thread.

    Share your unique MobArena classes:
    ___________________________________________________________________
    ___________________________________________________________________
    Post Format:
    1. Description of classes
    2. Item names listed out if item id's were used.
    3. If you have specific permissions for a class, explain those.
    4. Don't forget to tell what kind of armor is used.
    5. Post the classes code only in CODE BLOCK format.
    *You may leave stuff out if you believe it is unimportant, but please make sure that it is possible to get a good idea of the classes that you're sharing are*

    ___________________________________________________________________
    Example:

    Archer- good for long range attacking. weak weapons. The extra permissions won't let the archer class leave the arena and the other one uses the mod ____ to ____.
    Knight- Strong weapon. good for melee attack.
    Wolf Master- Comes with 2 wolves. be sure to have hellhounds set to 'true'.

    Archer- leather armor, 2 stacks of arrows, five "healing potion II"
    Knight- iron armor, diamond sword, three "Regeneration Potion (2:00)"
    Wolf Master- leather armor, 2 bones (turn into wolves in arena), golden shovel, feather, five "Regeneration Splash (1:30)"

    Code:
    classes:
        Archer:
            items: wood_sword, bow, arrow:128, grilled_pork, 373:8229:5
            armor: 298,299,300,301
            permissions:
            - EffectiveArrows.use.*
            - -mobarena.use.leave
        Knight:
            items: 276, 373:8257:3
            armor: iron_helmet, iron_chestplate, iron_leggings, iron_boots
        Wolf Master:
            items: stone_sword, grilled_pork, bone:2, 284, 288, 373:16449:5
            armor: 298,299,300,301
    ___________________________________________________________________
    ___________________________________________________________________

    Once again:
    Please only post your MobArena classes ideas and keep anything off topic off this thread.
    Also, please only paste your Mob Arena classes config and keep unrelated config out.
     
  2. Offline

    tsunarto

    I did more searching and ran into this: http://pastebin.com/FQSX6KVR
    so I looked up all the id's, made these classes, and put them in a code block. These still look like they need to be tweaked, but they seem to have a starting point.

    • Zerker- Diamond armor, [3]Regeneration Potion (2:00), [3]Swiftness Potion (8:00), [1]Fire Resistance Potion (8:00), [5]Healing II Potion, [1]Strength Potion (8:00), [3]Strength II Potion
    • Hunter- Chainmail Armor, 2 bones (become wolves in arena), 4 stacks of arrows, [5]Healing II Potion, [3]Swiftness Potion (8:00)
    • Mage- Leather Armor, [5]Healing II Potion, [128]Harming Splash Potion, [32]Harming II Splash Potion, [32]Weakness Splash Potion, [32]Poison Splash Potion (1:30), [16]Poison Splash Potion II
    • Cleric- Gold Armor, [5]Healing Potion II, [64]Healing Splash, [32]Healing II Splash, [32]Fire Resistance Splash, [32]Regen Splash (1:30), [16]Regen Splash II, [32]Swiftness Splash (6:00), [16]Swiftness II Splash, [32]Strength Splash (6:00), [16]Strength Splash II
    **Keep in mind that Harming potions heal zombies/skeletons and potion potions heal/somehowhelp spiders**
    Code:
        Zerker:
            items: stone_sword, 373:8257:3, 373:8258:3, 373:8259:1, 373:8229:5, 373:8265:1, 373:8233:3
            armor: 310,311,312,313
        Hunter:
            items: bone:2, bow, arrow:256, stone_sword, 373:8229:5, 373:8258:3
            armor: 302,303,304,305
        Mage:
            items: flint_and_steel, wooden_sword, stick, 373:8229:5, 373:16396:128, 373:16428:32, 373:16456:32, 373:16452:32, 373:16420:16
            armor: 298,299,300,301
        Cleric:
            items: iron_sword, 373:8229:5, 373:16389:64, 373:16421:32, 373:16451:32, 373:16449:32, 373:16471:16, 373:16450:16, 373:16457:32, 373:16425:16
            armor: 314,315,316,317
    
     
  3. Offline

    ACStache

    I haven't actually made the class I'm writing about yet, but I'm strongly considering making a class with materials enough to make a few snow golems, and give them access to a plugin that makes snow balls (whether thrown by the player or the snow golems) deal damage. It would look something like this:
    Code:
        JackFrost:
            items: snowball:64, pumpkin:4, wooden_sword
            armor: (can't think of leather armor IDs atm)
            permissions:
            - SnowBalls.DoDamage (not an actual permission node :P)
    
    Obviously take this with a grain of salt, as it's not been made/tested/etc yet :)
     
    tsunarto likes this.
  4. Offline

    tsunarto

    That's a pretty cool idea. I thought of another idea for pyro:
    Pyro Update:

    Code:
        Pyro:
            items: 268:1 20:2, 268:1 20:2 ,flint_and_steel, flint_and_steel, netherrack:32, redstone:64, lever:5, fire:32, 373:16451:5, 373:8197:5, 373:8225:3
            helm: 302:1 1:5
            chestplate: 303:1 1:5
            leggings: 304:1 1:5
            boots: 305:1 1:5
    

    Pyro
    Items: 2 flint and steel, 2 wooden swords fire aspect II, 32 netherrack,64 redstone, 5 lever, 32 fire, 5 fire resistance splash, 5 healing potion, 3 regen potion II (0:22)
    Armor: chainmail armor with fire protection 5

    **(Must use v0.94.4.+ which can be obtained on the MobArena IRC)**
     
  5. Offline

    fatmarley

    There is a mod for allowing snowball damage. It was made by AgnateHeartStone...It's called snowballer. I made a class similar to that, but with out the pumpkins.. 3 stacks of 64 snowballs go REAL fast.

    Code:
        Frosty:
            items: snow_ball:64, snow_ball:64, snow_ball:64, grilled_pork, bone
            armor: 298, 299, 300, 301
            permissions:
            - snowballer.damage
            - fastfood
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  6. Offline

    Luxius96

    dont work the potions =(
     
  7. Offline

    ACStache

    You need to have a version of MobArena built against at least 1.0
    If you're using v94.3.24 then Potions won't work.
    In the MobArena thread, there's a link to the IRC channel, and in the channel topic, there's a link to the latest dev build, in which Potions work.
     
  8. Offline

    Ejozz

    Ok so this is one I made.
    -Forester- Short ranged attacks with a stone sword, has leather armor, and has 10 wolf companions.
    Code:
    Forester
            items: bone:10, stone_sword
            armor: 298,299,300,301
     
  9. Offline

    tsunarto

    **(Must use v0.94.4.+ which can be obtained on the MobArena IRC)**
    Archer:
    Items: wood sword fire aspect II, bow knockback III, 128 arrows, healing potion II, regen potion (2:00)
    Armor: helm: leather protection III
    chestplate: leather protection III​
    leggings: leather protection II
    boots: leather protection I
    Code:
        Archer:
            items: 268:1 20:2, 261:1 49:3, arrow:128, 373:8229:5, 373:8257:3
            helmet: 298:1 0:3
            chestplate: 299 0:3
            leggings: 300 0:2
            boots: 301 0:1
     
    ACStache likes this.
  10. Offline

    Viralcraftowner

    Heres 3 custom ones i made.
    Assasin:
    items: diamond_sword, potion:8197:3, potion:16418:10, potion:16420:10
    armor: 298,299,300,301
    Enginner:
    items: iron_axe, arrow:256, flint_and_steel, dispenser:5, tnt:5, lever:5
    armor: 306,307,308,309
    Special:
    items: diamond_sword, bow, arrow:256, potion:8197:3
    armor: 310,311,312,313
     
  11. Offline

    jariboy96

    Here's one
    Golemmer:
    items: iron_block:8, pumkin:2, stone_sword
    armor: 298,299,300,301
    As the name says, you can make a few golems.
    note: this class has not been tested yet
    Hope you guys enjoy it ;)
     
  12. Offline

    isaiah750

    hmm not much patience to put whole list but heres some elemental mages using magicspe
    srry 2 busy 2 find item codes

    Flame Mage:
    items:stick,pumpkin(optional),flint_and_steelx2
    armor:leather_set
    permissions:
    -magicspells.grant.*
    -magicspells.cast.Firenova
    -magicspells.cast.Fireball
    -magicspells.cast.prayer
    Frost Mage:
    items :stick ,pumpkin(optional)
    armor:leather_set
    permissions:
    -magicspells.grant.*
    -magicspells.cast.Freeze
    -magicspells.cast.Cripple
    -magicspells.cast.prayer

    Thunder Mage:
    items:stick,pumpkin(optional),stick
    armor:leather_set
    permissions:
    -magicspells.grant.*
    -magicspells.cast.Lightning
    -magicspells.cast.Purge
    -magicspells.cast.prayer

    u can also make alot of types of classes with this plugin

    ur welcome pm me for plenty of other plugins/mods to make classes with
     
  13. Offline

    chopstick121

    Can your guys put more class. Will be great thank you
     
  14. Offline

    W&L-Craft

    This is a class i use in mobarena

    Tactical:

    items:
    Iron Sword
    Splash potion of blindness x2
    Splash potion of Slowness x2

    Armor: full iron

    This is a fun class that will blind and slow the mobs :)
     
  15. Offline

    ultimatetacoz

    These are classes i recently created and they are really for two or more people
    Note: (This is for latest version of Mobarena)

    Homefront:

    items: beacon, Emerald block:9, emerald: 1, snow_block:4,pumpkin: 6, stone_shovel:1,stone_sword:1
    armor: leather_boots, leather_helmet, iron_chestplate,leather_leggings

    Engineer:

    items:crafting_table, iron_ingot: 4,gold_ingot:2,cobweb:4,stick:20
    armor: gold_helmet,leather_boots,chainmail_leggings,iron_chestplate

    Warlock:

    items:iron_sword,potion_of_invisibility(extended):5(non-splash),potion_of_swiftness:3
    armor:leather_chestplate

    Extremist:

    items:iron_sword knockback II Fireaspect II Sharpness III, steak:2, potion_of_healing: 1
    Armor: leather_chestplate thorns II, leather_leggings
     
  16. Offline

    Poseidon5001

    BLINK:
    iron sword, 2 stacks of enderpearls, 2 potions of regeneration and a leather set with feather falling 4 boots
    Code:
    Blink:
    items: iron_sword, 368:128, potion:16417:2
    armor: 298:1,299:1,300:1,301:1 2:4
     
    JontePerry likes this.
  17. Offline

    UberBosser

    I made this cool Engineer class :
    Engineer:
    items: iron_sword 19:1, 42:4 (4 Iron Blocks), Pumpkin, potion:8197:5,
    armor: 298 7:3,299 7:3,300 7:3,301 7:3
    And if you are a Jerome ASF fan :
    Bacca:
    items: diamond_axe 16:5, bow, arrow:256
    armor: 314,315,316,317
     
  18. Offline

    niedemincrafter

    I made the builder class, i enjoy it!

    Builder
    items: sandstone:64, iron_sword:1, ladders:5
    armor: 314,315,316,317
     
Thread Status:
Not open for further replies.

Share This Page