Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
you must change version in client use hex editor
for example:
854 in hexadecimal is 0356
after revert 5603
assembly push in hexadecimal is 68
so you must find 68 56 03 00 00 and change to correct version
you need only change items.otb, map and in resources.h
#define CLIENT_VERSION_MIN 860
#define CLIENT_VERSION_MAX 860
but i dont know what with mounts etc.
change tfs ;d
check this simple script
function onSay(cid, words, param, channel)
if getPlayerSecureMode(cid) == true then
doPlayerSendTextMessage(cid,22,"i cant attack other players")
else
doPlayerSendTextMessage(cid,22,"i can attack")
end
end
function onStatsChange(cid, attacker, type, combat, value)
if(attacker and isPlayer(attacker) and (type == STATSCHANGE_HEALTHLOSS or type == STATSCHANGE_MANALOSS) and getCreatureName(getCreatureTarget(attacker)) ~= getCreatureName(cid)) then
if combat ~= COMBAT_HEALING then...
i use this gesior: https://github.com/gesior/Gesior2012
TFS 0.3.6
Most Powerfull Guilds dont counting frags, no errors.
$main_content .= '<div class="NewsHeadline">
<div class="NewsHeadlineBackground" style="background-image:url(' . $layout_name ...