Pets in minetest like minecraft

Posted:
Tue Apr 03, 2012 03:58
by JoseMing
hey guys, believe it's a good idea to create a mod where we could have a dungeon master oerkki or a pet?, we will give to eat rats or apples to make them feel better, and whenever they were hungry, had a bar located at the top of the points of life, then they say?

Posted:
Tue Apr 03, 2012 04:53
by neko259
You can't make a health bar with a mod. Everything else is possible.

Posted:
Tue Apr 03, 2012 05:05
by JoseMing
neko259 wrote:You can't make a health bar with a mod. Everything else is possible.
ok ok i understand..., but one could make the mod?

Posted:
Tue Apr 03, 2012 05:10
by Jeija
Learn and make it yourself.

Posted:
Tue Apr 03, 2012 06:07
by sfan5
Death Dealer wrote:Jeija wrote:Learn and make it yourself.
LOLXD
That's not LOLXD.
If soneone has a really good idea, he/she could do it herself/himself
BTW: +1 But: The mobs got deleted from the C++ Source, they will get implented in Lua.Actually there are no Mobs

Posted:
Tue Apr 03, 2012 06:37
by Death Dealer
sfan5 wrote:Death Dealer wrote:Jeija wrote:Learn and make it yourself.
LOLXD
That's not LOLXD.
If soneone has a really good idea, he/she could do it herself/himself
BTW: +1 But: The mobs got deleted from the C++ Source, they will get implented in Lua.
Actually there are no Mobs
yes it is funny. made me laugh. just a stiff answer is all, i dont really care about the discussion here just thought that was a rather blunt answer.

Posted:
Tue Apr 03, 2012 06:54
by neko259
Use animals mod (the one that serves as a library for defining new animals).

Posted:
Tue Apr 03, 2012 06:55
by Jeija
Death Dealer wrote:sfan5 wrote:Death Dealer wrote:LOLXD
That's not LOLXD.
If soneone has a really good idea, he/she could do it herself/himself
BTW: +1 But: The mobs got deleted from the C++ Source, they will get implented in Lua.
Actually there are no Mobs
yes it is funny. made me laugh. just a stiff answer is all, i dont really care about the discussion here just thought that was a rather blunt answer.
It's the fastest way. Others have enough other things to do! If you really want a mod, do it yourself. Just have a look at all the other mod requests that noone cared about.

Posted:
Tue Apr 03, 2012 07:06
by Death Dealer
so very true. i get it most of the mod requests are pretty dumb. and anybody that can mod has ideas of there own that there busy with.

Posted:
Tue Apr 03, 2012 15:21
by JoseMing
Jeija wrote:Learn and make it yourself.
ok..., give me the page of how to make a mod...,and no one is forcing you to make a mod, just a suggestion

Posted:
Tue Apr 03, 2012 15:32
by Jeija
JoseMing wrote:Jeija wrote:Learn and make it yourself.
ok..., give me the page of how to make a mod...,and no one is forcing you to make a mod, just a suggestion
I just wanted to say that mod requests are not that succesful... Maybe my answer was too rough.
As a start, try this:
http://c55.me/minetest/forum/viewtopic.php?id=1087Later on you should use this
https://github.com/celeron55/minetest/blob/master/doc/lua_api.txtand learn from other's mods.
I know it is hard, but every modder here did that.