• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Another question :p

cake

Banned User
Joined
Jul 24, 2010
Messages
838
Reaction score
58
Location
good or bad,
From now on I'll use this topic for different questions I might get ^_^

So, I want to change the day/night settings for my server.
But not just normally, I want the day settings to make X creatures -5% weaker in resistances, but not remove immunity. Example: I hunt Dragons at the daytime - the dragon is strong to energy with 20%, but -5% gives it 15% instead.

When it is night, I want X creatures to be +5% stronger in resistances.

X = all creatures except bosses (if possible)


Is that possible?
 
It is possible but very hard, you should make a brand new function for daytime checking, then there should be somekind of new system with monsters, for example: in monster file there could be line like this
Code:
	<health now="173" max="173"/>
	<nighthealth now="163" nightmax="163"/>
Or something :)
I can only say it's going to be hard to do ^_^
 
It is possible but very hard, you should make a brand new function for daytime checking, then there should be somekind of new system with monsters, for example: in monster file there could be line like this
Code:
	<health now="173" max="173"/>
	<nighthealth now="163" nightmax="163"/>
Or something :)
I can only say it's going to be hard to do ^_^

I see. Thought it would be hard aswell^^
 
Is that possible? Couse it's pretty cool if it whould work. If it does, release it or sell it. I bet some dudes will buy it.
 
Its possible. Best way to do it would not to have it affect all creatures though. You could use a special spawning or raid system in some areas, that spawn creatures on a timer so weak ones are created when it's day out or what ever
 
Its possible. Best way to do it would not to have it affect all creatures though. You could use a special spawning or raid system in some areas, that spawn creatures on a timer so weak ones are created when it's day out or what ever

THANKS A LOT! I just figured out that 1 day in tibia is ~1 hour, so I just need to add weak/stronger monsters everyhour! However, the stronger creatures needs to be at night, not at day, any suggestion on how to make it 'wait'?
 
Back
Top