• 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. Cyro

    help fixing a lua script! (multi throw)

    What is the problem with it? why it is not working? any error in the console?
  2. Cyro

    mining and woodcutting problem

    All I know is that most of the scripts u will find here won't be working with avesta and so on I don't know where is the problem too. Sorry :( hope someone can help u
  3. Cyro

    Lua Bless Problem

    I can't see anything wrong with the script but try this one: shortened but it is still the same but ehh.. give it a try function onSay(cid, words, param) for i = 1,5 do if getPlayerBlessing(cid, i) then doPlayerSendCancel(cid, "You already have all blessings.") elseif...
  4. Cyro

    New Game,Rate the Username above you

    7/10
  5. Cyro

    Lag for no reason!!!!!!

    http://otland.net/f485/ddg-ots-hosting-service-141037/ or try searching google for some
  6. Cyro

    [Discuss] PyOT vs TFS

    If we will compare languages I would choose python for sure, but if u are going to open a server then TFS is ur choice just because it is finished. "0.2"
  7. Cyro

    huehue

    welcome borlend
  8. Cyro

    make a new potion

    not this script i mean in the whole server i think it works for custom runes and so on too :o
  9. Cyro

    You are...

    you are the same as him, even worse. lol
  10. Cyro

    make a new potion

    in config.lua change showHealingDamage = false to showHealingDamage = true thx for kimokimo for fixing it for me tho :D
  11. Cyro

    problem npc soft boots repair

    late post.. so try this too. local keywordHandler = KeywordHandler:new()local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  12. Cyro

    Kick players from trainers!

    I think idle works? open ur config and u will find something like idleKickTime edit it idleKickTime = 60 * 60 * 1000 and edit the warning idleWarningTime = 59 * 60 * 1000 idle worked for me at trainers as far as I can remember
  13. Cyro

    Gesior 10 Seconds to open

    the decrease in the time is due to the cache I think, but idk why its not the same with modern maybe cuz modern is faster?? I currently use znoteaac
  14. Cyro

    Gamemaster Havoc's GM application.

    fully recommended
  15. Cyro

    Monster Monsters Samples

    this helped, thx.
  16. Cyro

    Happy eid

    happy eid
  17. Cyro

    Team My Application!

    I am sure he is recommended :)
  18. Cyro

    When someone dies he goes back to Lvl 1 Rep+

    problem would be in the new bless script u added or idk
  19. Cyro

    Bless Problem

    function onDeath(cid, corpse, deathList) function HaveBless(cid) for i = 1,5 do if getPlayerBlessing(cid, i) then return true end end return true end if isPlayer(cid) and HaveBless(cid) and getPlayerSkullType(cid) < SKULL_RED then doCreatureSetDropLoot(cid, false) end return true end try that?
Back
Top