Hi Red,
We have a setter - setPosition, but can we also get a getter - getPostion for UIElements?
Hi Red,
We have a setter - setPosition, but can we also get a getter - getPostion for UIElements?
Hi Red,
When a player is dead, and seeing the respawn screen. The Players State as retrieved from player.getState() comes back as State.Default and not as State.Dead
There used to be the intro screen items at 0 0. Though you couldn't blueprint them...
Another mini server update to version 0.2.1.2
You can now buy domesticated NPCs via the Z/Y Menu (QWERTY / QWERTZ dependant).
Horses are also now protected from other players taking them. Place a saddle on a horse to claim it as yours. Horses and other domesticated NPCS are safe on your own AXES land deeds.
You can also feed your livestock and move them around. They will chase you for more food. Each animal has a group of foods they will eat.
Pigs are gready and will eat carrots, sugarbeet, pumpkinslices, watermelonslices, potatos, lettuceleavess, tomatos, and corncobs.
Cows will eat carrots or sugarbeets.
Goats will eat carrots, sugarbeet, potatos, lettuceleaves, tomatoes, corncobs, watermelonseeds, and pumpkinseeds.
Sheep will eat carrots, sugarbeet, lettuceleaves, tomatoes, and corncobs.
Chickens will eat corncobs, watermelonseeds, and pumpkinseeds.
Deers will eat carrots, sugarbeets, lettuceleaves, tomatoes, and corncobs.
This is the first part of reintroducting the MR animal husbandry.
Here's a short, silly, video.
Wild animals seem to be immortals.
Hi Ozo,
I can say that from a database point of view, the animal NPCs do all have attribtutes for sleep, age, hunger, thirst etc.
So I suspect Red's aim is for animal to no longer be immortal at some point
I also suspect this will come into play when animal husbandry comes in.
This is brilliant! Thanks!
It's mainly for being able to read the console output easier.
For example, I have some producer-consumer code, and having one one, colour and the other another is really useful from a sanity point of view.
I'm writing some code to do with animals, so mainly the animal alert sounds was what I was after.
In the old API I used code like this:
The reason I preferred using this as opposed to plugin added sound was for bandwidth reasons - the players already have these sounds locally.
Hi Red, the OnPlayerNpcInteraction does not appear to be called when interacting with a sheep.
This is something I never thought I would ever say.
Medieval Realms 0.2.1 and 0.2.1.1 have been released
Updates to the Deed Management System (0.2.1)
Medieval Realms Bank is now live - deposit Gold Ingots for crowns. ( 0.2.1.1)
Hi Red, it has stopped happening after a restart of the game.
I too haven't been able to reproduce it either.
Very strange.
No plugins installed on the SP.
If I can get it to happen again I will use the report command
So editnpc and editnpcclothes comes back with command not found.
How do we do this in unity?
Also happened when killed by a bear (I.e. an NPC)
Hi red51
When you die from burning, your health goes back up around 5% which then stops you from seeing the respawn option.
You have to exit the game back to the lobby (both on SP and MP) to respawn.
I haven't tried it yet with other forms of deaths... it may just be limited to burning?
Yes, that definitely makes sense
Indeed a rarity for me
Also a question box one might be a good idea?
I think that covers most basic UI options?
Hi Red,
Another one! (I'm sure others will come across these posts and find them useful! )
How can we set the max character limit for message input boxes?
I see we have: https://javadoc.rising-world.n…#setMaskedCharacter(char)
But it looks like it's only possible with TextField?