• 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

    Problem in Server After Port Forward

    Disable ur firewall. Edit: Problem fixed in pm
  2. Cyro

    Lua House problem

    edited the mod -- <?xml version="1.0" encoding="UTF-8"?> <mod name="Cleanhouses" version="1.03" author="nsanee" contact="otland.net" enabled="yes"> <description> v.1.03 - Added 'onlyNonPremium' configurable. Removed modlib, since the script is run once anyway we don't...
  3. Cyro

    Lua The Cloudwalking Spell. What is it?

    Normal code* and this is a spell that sets ur storage to 22444 for a certain time.
  4. Cyro

    Compiling Utamo Vita / Utani Hur lasts forever?

    You edit something related to utamo vita and utani hur. edit the file Magic shield.lua: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition =...
  5. Cyro

    Windows got my god account hacked

    There is a user called PMA you should delete it for security reasons or atleast change its password and then login to phpmyadmin using ur root user or w.e u called
  6. Cyro

    ip no work

    Not working :S
  7. Cyro

    OtLand New dark theme and new posts widget.

    I like the new layout, but there is a problem with the new posts widget =( it doesn't say where the post is. Ex: Support/Tutorials/Jobs/Tibia
  8. Cyro

    Lua talkaction not working anymore

    function getPlayerNameByGUID2(n) local c = db.getResult("SELECT `name` FROM `players` WHERE `id` = "..n..";") if c:getID() == -1 then return "MYSQL_ERROR["..n.."]" end return c:getDataString("name") end function onSay(cid, words, param) local max = 10 local letters_to_next = 20 local skills = {...
  9. Cyro

    servidor 8.54

    If you are looking for a distribution Check: http://otland.net/threads/8-54-the-forgotten-server-0-3-6pl1-crying-damson.59924/ for a datapack Check: http://otland.net/threads/8-54-edited-evolutions-many-features.119579/
  10. Cyro

    Windows Script System help

    Use TFS 0.3.7 aka 0.4 r3777 to run centera smoothly. Use: http://pastebin.com/7W6Jn3pH
  11. Cyro

    Phpmyadmin

    Never had thi But try: Removing Xampp --> Reboot aka Restart --> Install it again Hint: Use Uniformserver which is way better
  12. Cyro

    Phpmyadmin

    With user I mean the custom user u made before removing ur root user :o
  13. Cyro

    BUG MONEY BANK TRACK STORAGE

    You should remove the bank from ur server or get a working bank script cause as far as I know there is a problem with the bank system in some ots
  14. Cyro

    Lua getTileInfo

    getTilePzInfo(pos)
  15. Cyro

    Account Manager Temple

    execute this query update players set posx = x, posy = x, posz = x add ur position
  16. Cyro

    Phpmyadmin

    if u have another user u can enter phpmyadmin by changing type from config to cookie smth like this
  17. Cyro

    Cast System.

    This is OTland support section Twifysoft support section is http://otland.net/forums/support.491/
  18. Cyro

    Open Tibia Server

    http://otland.net/threads/video-tutorial-from-nothing-to-a-fully-working-ot-server-website-and-shop-system.166818/
  19. Cyro

    [8.6][POLAND] RexOTS Evo, dedicated serv, new mobs, events, NEVER ENDING FUN!

    Tried this server with my rl friends. A polish ot, but it is pretty good :)
  20. Cyro

    It's possible?

    Yes, follow this tutorial https://github.com/otland/forgottenserver/wiki/Compiling
Back
Top