Jump to content

Lapzzo

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Lapzzo

  1. uDemolish

    uDemolish is an awesome RPG server, planned to release near the end of next month. Defeat mobs, collect there organs and body parts, and sell them to a very suspicious man 👀 Using the coins you get given, unlock portal access, then fight new and stronger mobs. Maybe even more valuable ones too... 💰💰💰

     

     

    IP: uDemolish.minehut.gg

    Or

    minehut.com, then in lobby type /join uDemolish

    Club: https://forums.minehut.com/clubs/1212-udemolish/

     


    ! ! ! COMING SOON ! ! !

  2. Everything works, but {pos} doesnt get set to air

    on death:
    	set {pos} to victim's position
    	set block {pos} to skeleton head
    	wait 5 seconds
    	set {pos} to air

     

  3. 1 hour ago, nolando09 said:

    This is what ive got.. idk if it works

     

    CODE:

     

    on death:
        if victim is a witch:
            set {pos} to victim's position
            set block {pos} to victim's head
            wait 1 minute
            set block {pos} to air
        else:
            if victim is a zombie:
                set {pos} to victim's position
                set block {pos} to victim's head
                wait 1 minute
                set block {pos} to air
            else:
                if victim is a enderman:
                    set {pos} to victim's position
                    set block {pos} to victim's head
                    wait 1 minute
                    set block {pos} to air
                else:
                    if victim is a skeleton:
                        set {pos} to victim's position
                        set block {pos} to victim's head
                        wait 1 minute
                        set block {pos} to air
                    else:
                        if victim is a creeper:
                            set {pos} to victim's position
                            set block {pos} to victim's head
                            wait 1 minute
                            set block {pos} to air
                        else:
                            if victim is a spider:
                                set {pos} to victim's position
                                set block {pos} to victim's head
                                wait 1 minute
                                set block {pos} to air

    Sorry it doesnt work

×
×
  • Create New...