Page 2 of 3

Re: [mod] Nodebox Mob API [nmobs]

Posted: Sat Feb 18, 2017 11:49
by azekill_DIABLO
would they only move during the jump? or they would move and jump?

Re: [mod] Nodebox Mob API [nmobs]

Posted: Sat Feb 18, 2017 16:09
by burli
duane wrote:Dem bones, dem bones...

Still working on this.

Image
@duane: found this. Maybe an inspiration

viewtopic.php?p=83407#p83407

Re: [mod] Nodebox Mob API [nmobs]

Posted: Tue Apr 04, 2017 21:50
by Sokomine
Nice nodebox-models, especially for those wanting more cubic animals. The sand creature could work fine in other mob mods as well as it seems rather small. There'd be no need for such a small creature to have animations.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Mon Oct 16, 2017 00:51
by duane
I've added the Otik, based on the Otesánek or "Greedy Guts", a Czechoslovakian fable in which a child-like stump adopted by a childless couple comes to life and devours them and their neighbors. Another classic children's story. : )

Not only does it mindlessly attack you, it will also wander around eating all your flowers, plants, and wooden structures.

Image

Re: [mod] Nodebox Mob API [nmobs]

Posted: Thu Oct 19, 2017 01:32
by duane
I've added the bee, chicken, and elephant from mobs_animals and dmobs. Chickens will tend to run away from you, whether you attack them or not.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Thu Oct 19, 2017 09:15
by duane
Can you spot the deadly vipers? If not, you may find yourself slowly dying of their venom. Armor won't help once you've been bitten.

Image

Image

See the original post for a reference to my status mod, which is necessary for the viper poison.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Thu Oct 19, 2017 16:51
by azekill_DIABLO
That living trunk is cute. And those snakes are well hidden.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Mon Oct 23, 2017 00:26
by duane
azekill_DIABLO wrote:That living trunk is cute. And those snakes are well hidden.
The snakes keep kicking my butt.


-----------------------------------

Mobs are now tougher, the farther they spawn from the center of the world. Mobs at the edges will have about five times the normal hit points and damage, and about 2.5 times the normal run speed.

I've also added terrain damage for those who (like me) love to kill things with fire.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Fri Oct 27, 2017 06:14
by Lone_Wolf
Awesome!

Re: [mod] Nodebox Mob API [nmobs]

Posted: Fri Oct 27, 2017 12:35
by azekill_DIABLO
duane wrote: The snakes keep kicking my butt.
You mean biting it :D
I've also added terrain damage for those who (like me) love to kill things with fire.
Today is not my birthday, but... Thanks!

Re: [mod] Nodebox Mob API [nmobs]

Posted: Sun Oct 29, 2017 14:04
by Lone_Wolf
I can't kill a chicken or pig in survival mode. They don't die at zero health. I only enabled nmobs for my world. It was in survival

Re: [mod] Nodebox Mob API [nmobs]

Posted: Mon Oct 30, 2017 01:17
by duane
Lone_Wolf wrote:I can't kill a chicken or pig in survival mode. They don't die at zero health. I only enabled nmobs for my world. It was in survival
I can kill both of them with a wooden sword and no other mods. You won't be able to harm them in any game where damage is turned off, and they'll run away if they can't hit you even when it's turned on. Also, any mod that makes weapons specifically for mobs_redo may have issues, since nmobs doesn't have a "health" parameter. There might also be some issue with using the stable server, since I always use the most recent github code.

Offhand, I can't think of anything else that could be causing that. The worst problem I've had recently was the game resetting all their hit points to two. I had to add code to ignore anything that directly sets their hit points to two with set_hp(), but weapons should be using the punch functions, not setting hit points.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Mon Oct 30, 2017 01:33
by Lone_Wolf
duane wrote:
Lone_Wolf wrote:I can't kill a chicken or pig in survival mode. They don't die at zero health. I only enabled nmobs for my world. It was in survival
I can kill both of them with a wooden sword and no other mods. You won't be able to harm them in any game where damage is turned off, and they'll run away if they can't hit you even when it's turned on. Also, any mod that makes weapons specifically for mobs_redo may have issues, since nmobs doesn't have a "health" parameter. There might also be some issue with using the stable server, since I always use the most recent github code.

Offhand, I can't think of anything else that could be causing that. The worst problem I've had recently was the game resetting all their hit points to two. I had to add code to ignore anything that directly sets their hit points to two with set_hp(), but weapons should be using the punch functions, not setting hit points.
I tried again. You can't kill tamed pigs. Which are tamed by just right-clicking them?

Re: [mod] Nodebox Mob API [nmobs]

Posted: Mon Oct 30, 2017 05:30
by duane
Lone_Wolf wrote:I tried again. You can't kill tamed pigs. Which are tamed by just right-clicking them?
Yes, that's true. I'm going to make the mobs use their tame tables at some point, but at the moment only a few are tameable and all you have to do is right-click them.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Thu Nov 09, 2017 05:21
by duane
Added glowing slime monsters and small cave bears with glowing eyes. These require the latest git version of minetest 0.5.

Image

Image

Re: [mod] Nodebox Mob API [nmobs]

Posted: Thu Nov 09, 2017 15:24
by azekill_DIABLO
Is the slime monster the green thing on the grond :?

Re: [mod] Nodebox Mob API [nmobs]

Posted: Fri Nov 10, 2017 03:28
by duane
Image

Re: [mod] Nodebox Mob API [nmobs]

Posted: Tue Nov 14, 2017 08:37
by duane
I've added sharks (and more support for aquatic mobs).

Image

Re: [mod] Nodebox Mob API [nmobs]

Posted: Tue Nov 14, 2017 17:42
by azekill_DIABLO
duane wrote:Image
Nodeboxes?

Re: [mod] Nodebox Mob API [nmobs]

Posted: Fri Nov 17, 2017 04:06
by duane
I've replaced the elephant with a lion. Elephants are way too tough for newbie zones.

Image

Re: [mod] Nodebox Mob API [nmobs]

Posted: Fri Nov 17, 2017 06:56
by duane
I've added a demon as well.

Image

Re: [mod] Nodebox Mob API [nmobs]

Posted: Sat Nov 18, 2017 07:54
by duane
I've added apes in the jungle.

Image

Re: [mod] Nodebox Mob API [nmobs]

Posted: Sat Nov 18, 2017 17:47
by azekill_DIABLO
baby gorilla. Still awaiting king kong.

Re: [mod] Nodebox Mob API [nmobs]

Posted: Sun Nov 19, 2017 03:01
by duane
azekill_DIABLO wrote:baby gorilla. Still awaiting king kong.
That's easy. Here's kong.

Image

Here's the mess he makes out of your jungle.

Image

Any questions?

Re: [mod] Nodebox Mob API [nmobs]

Posted: Sun Nov 19, 2017 08:07
by duane
Added kangaroos and lizards.

Image

Image

Image