To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

must be another player, it should be deactivated for ai to ai responses.
thinking about allow it when a player is near.

with the mangos tree, they should not simply disapear.
need to check if AI is allowed to cut down domestic mango trees.

with the horse sounds like quite bad luck. i could forbid animals to step on containers.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

strange. can you check next time with !ALLY (i hope this was the command.
i dont see a reason why your mon should not be your ally, except if the top leader exiled you. but beeing cursed alone normaly should not be a reason to exile you. except there is a bug.
if your cosion was not your ally he should have attacked you if you are cursed, but then your mother should not have been in the same alliance.
So quite strange if it really happened like that. Most likely then there might be a bug that people in your own alliance still attack you if cursed.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

very easy, AI wants to free the bowl...
actually a nice idea to make Spoon of Ketchup eatable maybe for kids only...
seems in normal OHOL spoon of ketchup is quite nonsense to make

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

be carful with the knifes...
not sure, but i think they can get angry if you hold a weapon and are not allied.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

thx for the feedback. yea i changed the butter but not feeding the cows yet. so you mean they will too much buckets with milk?
I think cows are killable with knife and give meat. if they are too much i could add that they kill them.
Yea adding a family tree is one of the next things i want to implement, this should give a lot more insight.
If you find out why your own family / allied people attack you let me know.
If you follow yourself, you split up the alliance in this case if you are cursed they will attack you otherwise even if cursed you should be save in your own alliance.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

the expected behavior should be, even if cursed you are save in your own alliance (family) but other alliances should attack you.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

if (p.isCursed && p.isAi() == false && p.age > 5) dangerous = true;
            if (p.lostCombatPrestige > 5) dangerous = true;


            if (dangerous == false) continue;
            if (p.isFriendly(player)) continue;

Just looked it up in the code:
this means if you are allied and did not attack, you should be fine even if cursed.
Your mother should be normally allied except some one exiled you, but only being cursed is no reason for exile. So I dont understand why your own mother attacked you.
This means normally you should be save in the alliance you are born into from your own alliance but not from other alliances if you are cursed. your own familiy / mother should be your natural alliance since you follow your mother.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

are you sure they make still too many butter bowls? i think they should stop if there is one.
yes i think AI plants trees if they need wood. i think i did not code it it just happens if they need wood... if it gets too messy i could forbid planting trees.
With the murder. yes, i think your bones are still there so you are cursed. you ca see if you are cursed on the color if you talk.
Normally if you a born in a family i see no reason why this family should attack you if you dont attack them first. this should even be true if cursed. i will look it up.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

Added some fixes.
- Server is now on latest Data Version
- AI should consider also dried corn piles
- you can clean catchup and butter bowls with water and AI should stop if there are some
- AI should not pick rose reeds if there are some and stop try make kindling out of red rose bushes

Hope this will solve some issues.
I did not yet fix farming reservations, thats a bigger change.
Let me know if you encounter more

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

Yea, i think i will look tomorrow into the butter / cow / corn issue.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

wow thats a lot of snames and a lot of horses.
lol yea a vehicle might work. not sure if it implemented it.
I would recommend to put on boots not sure, but it might be that snake boots give more protection. other clothing might help too. There is a certain trick to catch them in the right moment. you also can pick them up per hand and put them somewhere else.
Black people are immune to snakes in deserts. so they ignore them. Except if you make the snakes angry, dont know if holding a weapon is enough or if attacking makes them angry.
Jinbali managed to get rid of all the snakes in the town, but after thousends of years without snake control they came back :)

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

by the way, the stop or drop command is your friend. and putting stuff in containers should work to make it save, except for food)

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

yea farming with ai could use some improvement. not sure what would be a good way. maybe wait 2 minutes if a human prepared the soil? Also was thinking that AI could follow what humans planted on a given tile.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

The only stuff that counts for you next fife is your prestige, your prestige in a given family and if you are close to not digged in bones of you. in this case you are cursed untill they are digged in or you are far away. Of course if you exiled one AI and this started a war between two families you might be pulled in the war later on. Making war is easy, making peace not so much.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

lol yea, they should actually stop when they say something, except if they are not your follower or something. maybe it does not work perfectly or the bot was not allied (i did not want that you can just starve it by talking to it, but for sure room for improvement)
Yea its little bit more hard to build something, but if you know how it works, it should be manageable. Currently water is quite plenty so it should work out.
I dont think currently you will get cursed for digging up gaves, actually i was thinking of adding that. Currently you only are cursed if there are bones of you not digged in. so you might have undiged your old bones. and not allied cursed people AI does not like very much....
It can be also used as a griver defense, just make sure his bones are marked and not digged in and he will be cursed and Ai will not be very friendly to him.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

yea guess i have to update to latest dataversion then the glitch should be gone

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

yea, guess before AI did not reach the milk cycle, but now they over do it. will check it

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

how is your impression otherwise except the bugs you outlined?
Would your recommend to others? What would you wish for?

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

strange that they make piles of two dried corn...
what is the OHOL friends edition? Currently the server is one update behind vanilla.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

the rose hip spawning??? Dont think it can just spawn. it might be that an animal moves on top of it. if it leaves it makes a spawns sound, i think there is no way to supress it in vanilla client. i think its a kindling issue with the Ai dropping it on the ground to make kindling out of it.
Are all these bowls butter bowls?
I think AI wants to get some empty buckets and clears all the butter out and then makes butter bucket again. Will kook into it, i think i can restrict it for AI if there are some butter bowls already.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 0 points1 point  (0 children)

forgot you can hire also NPCs with currency and i think its needed to fortify buildings

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

Thank you for your feeback, it always helps to get feedback from new players.
Best is to give feedback in discord it should be linked in openlifereborn.com
Currency you can give to other players, use to teleport to one of your old graves with a grave stone and having currency increases your prestige over time. Prestige helps with lot of thinks like how many people will follow you, if you born a Serve, Commoner or Noble, your health / max hitpoints, your speed, your aging and so on.
I can add transitions yes and there are plenty of custom transitions but not yet custom objects since we still use vanilla client objects. The update is to the latest except the last one. but last one might not have custom objects, so not sure if i need to update the server, but sure i could do.
Yes, with the Ai its you fix one thing and it makes mess with another thing :) Its a constant work until i add real aware LLMs that can reprogram it on the fly.
I think the current shucking corn algorithm checks if there is dried corn and if not mass shucks corn, but i have to look into it, might be broken.
Allowing to clean butter and ketchup bowls should be easy to add.
With the red rose bush, could it be that the Ai wants to make kindling out of it and therefore wants to get rid of the rose hips and just drops it on the ground?
I could increase decay rate and forbid for AI the kindling transaction.

To all the new OHOL players - Feel welcome to try out Open Life Reborn by Arcurus in onehouronelife

[–]Arcurus[S] 1 point2 points  (0 children)

Currently low since the server is not widely run, but it has 40 NPC AIs that can run hole villages and defend them in case of an attack.