• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Feature Rook system.

Masiar, no.

It only come back from Main To Rook.
* Addons, bank, depot and some still on your character unless you clean all storages and depot item of it.
 
have the same error ;d

bugson6.jpg
help :)
 
In 0.3.4 PL2, in player.cpp there's no line with:

uint32_t newLevel = level;

and:

if(newLevel != level)

and:
sprintf(lvMsg, "You were downgraded from Level %d to Level %d.", level, newLevel);

And in player.h there's no line with:

void death();

And in mailbox.cpp there's no line with:

And in configmanager.cpp there's no line with:

m_isLoaded = true;

So, where I put the codes? :X
 
I think a "Global Event" or "Creaturescript" would be easier,
than doing all this, although, it is good work! :thumbup:
 
Back
Top