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 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 ...
Hello, i have question:
How i can do if player have storage value different than 13 monster no move ( as GOD )
if getPlayerStorageValue(cid, 29004) ~= 13 then
MONSTER DONT MOVE TO PLAYER
end
I search this in monster.cpp but i cant find. Any suggestions ?
Hello, i have raid and how i can do if nobody kill raid boss next raid will not be executed?
tfs 0.3.6
<raid name="runuganga" file="runuganga.xml" interval2="60" chance="100" margin="0" ref="no"/>