• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. N

    Error Gesior ShopGuild

    up
  2. N

    Premium ended Return to temple and become resident city TFS 1.3

    My server doesn't have the premium_ends_at function, do you have any solution for that?
  3. N

    Premium ended Return to temple and become resident city TFS 1.3

    I don't know what's going on, the script just doesn't work, there's no error in .exe
  4. N

    Premium ended Return to temple and become resident city TFS 1.3

    Didn't work, just like the other script, just nothing happens, I don't know what's wrong =/
  5. N

    Error Gesior ShopGuild

    Good morning, I have this error, could someone help me? Fatal error: Uncaught Error: Call to undefined method Player::getAc() in C:\xampp\htdocs\pages\shopguild.php:1749 Stack trace: #0 C:\xampp\htdocs\system\load.page.php(7): include() #1 C:\xampp\htdocs\index.php(43)...
  6. N

    Premium ended Return to temple and become resident city TFS 1.3

    I will test and then confirm if it worked, thank you bro
  7. N

    Premium ended Return to temple and become resident city TFS 1.3

    My server is getPremDays
  8. N

    Premium ended Return to temple and become resident city TFS 1.3

    How to know premium storage?
  9. N

    Scroll Quest

    Thank u broo!!!! It worked!!!
  10. N

    Scroll Quest

    up
  11. N

    Scroll Quest

    Good morning, i have this script that gives access to djins green and blue. However, the player can use both, but I wanted him to use only one. For example, if he already has Green, he won't be able to use Blue. Could someone help me? local config = { [13275] = 13, --Blue Djinn scroll...
  12. N

    Premium ended Return to temple and become resident city TFS 1.3

    thank you bro, when the premium finishes i'll reply if it's fixed
  13. N

    Premium ended Return to temple and become resident city TFS 1.3

    setTown(TEMPLE_ID) doesn't work either
  14. N

    Error when compiling

    Good morning, I did This procedure, but it is saying that in player.cpp the identifier was not declared when compiling. This line: it.second->notifyStatusChange(this, VIPSTATUS_PENDING); void Player::despawn() { if (isDead()) { return; } listWalkDir.clear()...
  15. N

    Premium ended Return to temple and become resident city TFS 1.3

    Good morning, anyone know why it's not working? local STORAGE_PREMIUM = PremiumDays local TEMPLE_ID = 2 function onLogin(cid) local player = Player(cid) if player:getPremiumDays() < 1 and player:getStorageValue(PremiumDays) > 0 then player:setStorageValue(PremiumDays, 0)...
  16. N

    Error Bounty Hunter

    Good morning, can someone help me? [Error - mysql_store_result] Query: UPDATE bounty_hunter_system SET killed = 1, killer_id=274, dateKilled = 1639826601 WHERE id = 5; -------------------------------------- ---------- START OF CONFIG ----------- -------------------------------------- local...
  17. N

    Gesior, possibility to choose rook or main

    where do i put?
  18. N

    Error CityWar

    Good morning, Can anyone help me? warprivate_talkactions.lua local UE, RUNES = 0, 0 local function tableContains(table, value) for i = 1, #table do if (table[i] == value) then return true end end return false end function onSay(cid, words, param)...
Back
Top