Innectis Community Forum

Author Topic: bugfix: noclipping on mobs  (Read 3487 times)

zer0k

  • Guest
bugfix: noclipping on mobs
« on: February 04, 2012, 09:37:36 PM »
Not sure if this is a problem with a plug-in or MC or just Innectis, but it would be cool if someone fixed the noclipping on mobs. They often appear to noclip on top of fences, up walls, through floors, etc. without their physical position changing.

tommykins20

  • Goldy VIP
  • Sr. Member
  • ****
  • Posts: 322
  • Hi, I'm Tommy
    • View Profile
Re: bugfix: noclipping on mobs
« Reply #1 on: February 04, 2012, 09:47:50 PM »
:P it's MC... i think
  • tommykins20
    tommykins20
    tommykins20
I love the good old OC days

Caaaaarrrrlll

  • Goldy VIP
  • Full Member
  • ****
  • Posts: 210
  • Gender: Male
  • Computer & Internet Enthusiast
    • View Profile
    • Carl Bennett
Re: bugfix: noclipping on mobs
« Reply #2 on: February 05, 2012, 03:44:43 AM »
It's a Minecraft client-side problem. You have to wait for Jeb/Notch to fix it, or get a mod from someone (or make your own ;)).

I've been waiting for this to be fixed too. I know it's a vanilla Minecraft problem because it happens on my vanilla server with my vanilla client.
  • Caaaaarrrrlll
    Caaaaarrrrlll
    Caaaaarrrrlll

zer0k

  • Guest
Re: bugfix: noclipping on mobs
« Reply #3 on: February 05, 2012, 09:40:18 PM »
Good to know. Mods, feel free to lock this topic.

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: bugfix: noclipping on mobs
« Reply #4 on: February 07, 2012, 09:33:55 AM »
Hey, I cant remember, but I thought there was a client side mod, like MobFix or something that fixed mods from doing stuff like this and appearing to glitch through walls?

Also, is there a reason why on Single player, or some people on multiplayer, can hit mobs feet, and yet I cannot? I find that strange, and I have no idea why D:
  • Nosliw
    Nosliw
    Nosliw
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}

Caaaaarrrrlll

  • Goldy VIP
  • Full Member
  • ****
  • Posts: 210
  • Gender: Male
  • Computer & Internet Enthusiast
    • View Profile
    • Carl Bennett
Re: bugfix: noclipping on mobs
« Reply #5 on: February 08, 2012, 06:10:05 PM »
is there a reason why on Single player, or some people on multiplayer, can hit mobs feet, and yet I cannot? I find that strange, and I have no idea why D:
I thought I was the only one with that problem...
  • Caaaaarrrrlll
    Caaaaarrrrlll
    Caaaaarrrrlll

TheJudged

  • Retired Staff
  • Hero Member
  • *****
  • Posts: 587
  • *
    • View Profile
Re: bugfix: noclipping on mobs
« Reply #6 on: February 12, 2012, 03:46:03 AM »
I can hit feet of mobs.
  • TheJudged
    TheJudged
    TheJudged

Nosliw

  • Retired Staff
  • Rainbow Member
  • *****
  • Posts: 1722
  • Gender: Male
  • You can't hurt me, I'm a Jelly Fish..
    • View Profile
    • Uber Island
Re: bugfix: noclipping on mobs
« Reply #7 on: February 12, 2012, 06:30:52 AM »
O.o Apparently in 1.1 its fixed and we can hit feet of mobs :)
  • Nosliw
    Nosliw
    Nosliw
I'm here to help.. With the following exception:



@EventHandler(priority = EventPriority.LOW)
public void onPlayerJoin(PlayerJoinEvent event) {
    Player player = event.getPlayer();
    if (player.getName().equals("SGT_ADZ") {
        player.kickPlayer("Yeah... Nah!");
        return;
    }
}