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

    Need Help with Creating New Port

    use this and let me know if the port is open or closed - Open Port Check Tool
  2. Romantix

    NPC's - Not working

    ok, thats because that .lua does not exist in that directory. Locate Cranky Lizard Crone.lua and put him in data/npc/scripts/data/npc/scripts/ directory.
  3. Romantix

    NPC's - Not working

    Should probably dump the code rather then uploading files over p2p connections. use [.CODE]remove the dots[/.CODE]
  4. Romantix

    Creating NPC for suggestions/bugs/comments

    Does anyone have a script to allow user's to add comments/suggestions and save them to a centralized document? (It wont allow me to bump my previous thread)
  5. Romantix

    Need Help with Creating New Port

    There is nothing wrong with your port-forwarding settings. Ensure that your localhost has the Ipv4 manually assigned 192.168.1.3. DHCP will appropriately allocate an IP address to (in most cases sychronistically) a device when it is picked up by the router/modem. To prevent your local ip from...
  6. Romantix

    Lua No potion exhaust!!! HELPP!!!

    local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 1000)) Looks ok to me, what distro are you using? -- Item usage timeBetweenActions = 200 timeBetweenExActions = 1000 Whats your...
  7. Romantix

    Windows Error: No, npc or monsters ingame ...

    2GB of RAM definetely seems to me like the problem. "Out of Memory" kinda speaks for itself?
  8. Romantix

    Lua Potions exhaust, ( 0.2.7)

    My issue was resolved for 0.2.7: http://otland.net/f16/potions-lua-using-all-h-m-potions-use-160937/
  9. Romantix

    Tibia map with server

    You need to compile the server for 64-bit. I used Laatido for mine. Worked wonders.
  10. Romantix

    NPC for Suggestions/Comments

    Does anyone have a script to allow user's to add comments/suggestions and save them to a centralized document? - - - Updated - - - bump
  11. Romantix

    OpenTibia SpellCreator: A graphical spell creation enviroment

    holy shit, this is incredible. congratulations on such an excellent tool!
  12. Romantix

    [MAP] Bugged Razachai and Zao

    Honestly, your best off remapping it.
  13. Romantix

    Why can I see char list but not login?

    He received a more, personal apology, bad day at work. Here I was forwarding 7272 -.-
  14. Romantix

    Why can I see char list but not login?

    If the ports weren't forwarded I would not be able to externally access OT right? I don't have a firewall -- (Windows Firewall? This has been disabled) I have immunity errors in console although thats it. Why can everyone on the LAN login completely? I need someone who knows probable causes...
  15. Romantix

    Why can I see char list but not login?

    As the title suggest's. User's can login, see the account manager and character list but cannot login into the game to play. Port's are forwarded, have no firewall. What are some of the thing's that could be preventing authentication? Version: TFS 0.2.7 / Tibia 8.60 Many Thanks, Romantix
  16. Romantix

    Compiling How do I change .lua location?

    Hi Otland, As the title says, I would like to change the location of many .lua files, is there a localized file that determines script location or do I need to de/re-compile server?
  17. Romantix

    Lua Potions.lua - Using ALL h/m potions on use

    Thanks Cypher! Problem Solved!
  18. Romantix

    Lua Potions.lua - Using ALL h/m potions on use

    Cypher, you are an absolute legend! Reputation coming your way, let you know the outcome tonight.
  19. Romantix

    Lua Potions.lua - Using ALL h/m potions on use

    Sorry GUYS its TFS 0.2.7 (8.60)
  20. Romantix

    Lua Potions.lua - Using ALL h/m potions on use

    Does the server need to be reloaded after changing the .lua?
Back
Top