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!
Hello, I am looking for someone who will help me transfer the script from Gęsior to MyAcc.
1. Look achievements in characters
2. Look VIP in characters
3. Top Achievements
4. Top Quests
1 look achievements in characters:
$osiagniecia_enabled = $config['characters']['osiagniecia'] &&...
Hello
What about scripts? Top Achievements, Top Quests?
I really like the admin panel, but I don't know what the scripts situation is like.
And I have a dilemma myacc or gesior
Hi, I have such a script on manarune:
local exhaust = Condition(CONDITION_EXHAUST_HEAL)
exhaust:setParameter(CONDITION_PARAM_TICKS, (configManager.getNumber(configKeys.EX_ACTIONS_DELAY_INTERVAL) - 100))
-- 1000 - 100 due to exact condition timing. -100 doesn't hurt us, and players don't have...
local function checkNameSurvivalHigscores()
local queryResult = db.storeQuery("SELECT * FROM `player_storage` s INNER JOIN players p ON `s`.`player_id` = `p`.`id` WHERE `key`= '7777' ORDER BY `value` DESC LIMIT 1;")
if queryResult then
local name = result.getString(queryResult...
How do I get the player_id value now?
local orderQuery = db.storeQuery("SELECT `player_id` FROM `player_storage` WHERE `key`= '17010' ORDER BY `value` DESC LIMIT 1;")
print(orderQuery)
returns me the value 1
Siemasz poleci ktoś VPS'a pod mały serwer ok. 30 graczy / test serwer?
Nigdy tego nie ogarniałem i jestem w tym zielony a chciałbym się pobawić conieco ;)
TFS 1.5
doSendDistanceShoot - Just like in the video.
From the x, y, z position to the x, y, z position, teleports the player when hit.
doSendDistanceShoot must be every 1 sqm, for the effect to be slow
You can guide me on how to define a doCreateMonster that was used in the onKill function so that I can define this function in onLogout?
function onKill(player, target)
a = doCreateMonster(xxxx)
return true
end
function onLogout(player)
doRemoveCreature(a)
return true
end
local...
addEvent(function()
if player:getStorageValue(76767) == Number then
player:getPosition():sendMagicEffect(CONST_ME_TELEPORT)
end
end, 1000)
how to make the script repeat every second until the if condition is met?