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

Sd problem

Adrish

New Member
Joined
Jan 27, 2008
Messages
221
Reaction score
2
Location
Sweden
Hello.

I have problems with my server.

All the players complain me.

They cant sd same as shoot assassin star,spears etc.

Please help me..:confused:

I also search gamemasters to my server , seriously

http://schtekot.fjortisragg.se
 
Last edited:
You can change only by editing sources, in this function
Code:
void Player::doAttacking(uint32_t interval)

Comment (/* */) this lines: (or simply - delete)
Code:
			else if(!canDoAction())
			{
				uint32_t delay = getNextActionTime();
				SchedulerTask* task = createSchedulerTask(delay, boost::bind(&Game::checkCreatureAttack,
					&g_game, getID()));
				setNextActionTask(task);
			}

Players are also asking me, and say that its not same like rl tibia. I don't know why it was changed in otserv.
 
Back
Top