• 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!

Strength Days

Kramer infernal

I work alone =/
Joined
Jun 18, 2008
Messages
225
Reaction score
0
Well, I was wondering and I think its pretty easy to do, however I don't know how to code C++ :( So, this is my idea

It was taken from Avatar: The Last Airbender and it goes this...

In some seasons of the year, elements took an extreme strength to battle, so what is my idea?

Is to put in config.lua (configmanager.cpp) some script that should be like

Code:
FireSeason = 0
EnergySeason = 0
EarthSeason = 0
IceSeason = 0
DeathSeason = 0
HolySeason = 0
PhysicalSeason = 0

Then the events on server should increase like
"This end of week, Death will take over all the server by the 31 october to 2 november, Effect: All death powers of player AND monsters are increased x2

The c++ code shall contain +100% always, and will be just 2 options, 0 or 1, 0 is False, 1 is True

like

DeathSeason = 1

All player and monster hits they death attacks x2

So, if someone can do this for me I would really appreciate it :p
 
Back
Top Bottom