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

Compiling Help Compiling

demondark

New Member
Joined
Dec 20, 2007
Messages
140
Reaction score
0
Well, I need of aid.
In my server (Toran Private Server) have a PVP system where the player can not only attack by HK.
He uses UH, just do not use potions fornarifede of Atack.

This verssao Alpha 0.3 unable to do the same system in my old source.
I noticed that there were some changes.



I tried to move here.
Code:
	if(!g_config.getBool(ConfigManager::AIMBOT_HOTKEY_ENABLED))
	{
		if(creature->getPlayer() || isHotkey)
		{
			player->sendCancelMessage(RET_DIRECTPLAYERSHOOT);
			return false;
		}
	}



But when he does not change attacks by HK but we do not use potions.

please help

Who can help me.
 
Back
Top