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

scheduler

  1. E

    C++ How to use createSchedulerTask on monster.cpp

    Hi everyone, I'm kinda breaking my head trying to understand how the createSchedulerTask works, as I'm trying to add it here: void Monster::onAttackedCreatureDisappear(bool) { attackTicks = 0; extraMeleeAttack = true; createSchedulerTask(15000, std::bind(&Game::internalTeleport...
Back
Top