• 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!

Search results

  1. J

    Gaming Red's Knight Life Thread. From Zero to Deletera!

    @Red Which Crocodile spawn did you hunt at? Tiquanda Reptile and Crustacean Caves?
  2. J

    [Gesior ACC] News Tittle like Rl

    What's the difference ?? lol
  3. J

    Gaming LATE's Adventures

    Newb, sup ?! LONG TIME NO SEEEN ! :w00t:
  4. J

    How popular are you?

    0/10
  5. J

    [8.6] Evolutions Map - Epic edit by Summ

    reupload xD
  6. J

    [PHP] Signature

    How he solved what, what's wrong with the signature ??
  7. J

    Add Show/Hide

    Are you sure that your subtopic name is tibiarules ??
  8. J

    guild war system

    If you donate to otland and download TFS 0.3, it has elf's guild war system :p
  9. J

    MoveEvent Teleport Online!

    Yes, you are right, Cyko should have used getOnlinePlayers()
  10. J

    Colossus

    I tested it out with youuu !! xD @ontopic It's awesome, keep up the good work :P
  11. J

    Exiva spell edit

    It needs a source edit, and I'm not that good at C tbh...
  12. J

    doRemoveSkill -- Posible?

    Wut do u mean with a release ??
  13. J

    Experience from lower levels.

    Don't be an idiot and give him your avesta sources :p
  14. J

    Mocks Tetris System 9.1+

    Summ's works :p - - - Updated - - - But why are you doing all of that why don't u use doCreatureSay from the beginning ??
  15. J

    Raid doesn't work.. [help]

    place this file in your data/raids folder and name it red_devil.xml <?xml version="1.0" encoding="utf-8"?> <raid> <announce delay="10" type="event" message="Red devil raid!!"/> <announce delay="1000" type="event" message="Scouts report a Red Devil's army gathering near the Blood Crystal" />...
  16. J

    [MOD] Cleaning Broom

    It's because this was made for 0.3.6 (since 2010), loads of functions changed since then :P
  17. J

    doRemoveSkill -- Posible?

    doPlayerRemoveLevel isn't a function in TFS, so no, the script u added gigastar won't work :rolleyes:
  18. J

    Edit Change Outfit

    I actually tested it this time, and it works fine ... ! - - - Updated - - - function onSay(cid, words, param, channel) local outfit = getCreatureOutfit(cid) local addons = outfit.lookAddons local exh_strg = 137 local exh_time = 10 -- time in seconds if exhaustion.check(cid, exh_strg)...
  19. J

    Edit Change Outfit

    function onSay(cid, words, param, channel) local outfit = getCreatureOutfit(cid) local addons = outfit.lookAddons local exh_strg = 137 local exh_time = 10 -- time in seconds if exhaustion.check(cid, exh_strg) then return doPlayerSendCancel(cid, "You are exhausted.") elseif not...
Back
Top