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

    Dynamic IP = problems...

    No I don't want it. My ISP forces this... It's common in germany.
  2. F

    Dynamic IP = problems...

    Hello, my ISP forces me to change every 24h my IP. I'm using a no-ip dns so that's not the huge problem. BUT I have a line in my TFS 0.3.7 config file with the global IP like this: Let's say the server dns adress is: myserver.no-ip.org worldId = 0 ip = "myserver.no-ip.org"...
  3. F

    Solved Item only for a specific vocation

    Hiho :) how can I give a random item like e.g. Magic Plate Armor a tag that it's only usable by knights for e.g.? Thx :) - - - Updated - - - Got it >.<.... It's in the movements.xml :)
  4. F

    Solved Remove empty potions

    :* Thanx!!!! Here, have my like and rep!
  5. F

    Solved Remove empty potions

    Hiho, I was wondering how to remove used potions in the backpack :/. You guys habe a clue? I use the 0.3.7 Crying damson. Here is the potions script: local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "yes"...
  6. F

    Solved Scripting XML

    Oh lol yea :) Thank you!!! It works now :) Here, have my like and rep+
  7. F

    Solved Scripting XML

    Thank you for the fast reply. It's not working for me. But this has maybe other reasons. When I don't use your script and add manually for e.g. exhaustion="100" to sd rune it doesnt change anything :O And yes, I saved the file and restarted the server :P I use TFS 0.3.7 crying damson
  8. F

    Solved Scripting XML

    Congratulations. You were nominated for the most useless answer in 2013. Sure you could use a damn note++ editor and press CTRL + F and add the keyword there and replace all by a new one. But thats not what I want...
  9. F

    Solved Scripting XML

    Hiho, I have for e.g. a XML code: <!-- Attack Runes --> <rune name="Poison Field" id="2285" allowfaruse="1" charges="3" lvl="14" maglv="0" exhaustion="2000" groups="1,2000" icon="26" blocktype="solid" event="script" value="attack/poison field.lua"/> <rune name="Poison Bomb" id="2286"...
  10. F

    Solved First Items

    MAN!!!!! a huge thank you for you! Here, have my like and rep!
  11. F

    Solved First Items

    Hiho, I'm usind Znotes ACC manager and first items script. Works fine, but somehow I get to every new character all the items I put in the Znote acc script but also -> "a bag + 1 apple + torch + coat" <- how can I disable this? :/
  12. F

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    How to access the admin panel? :o Becuz I can't post in the "News-Section" as a god.
  13. F

    Solved Can't connect to my Server

    Problem was fixed now by a little Team-Viewer smalltalk with Limos. Thank you :) It really has to be: -- Connection config worldId = 0 ip = "YOUR IP here" bindOnlyGlobalAddress = false loginPort = 7171 gamePort = "7172"
  14. F

    Solved Can't connect to my Server

    Tried. Does'nt work :/
  15. F

    Solved Can't connect to my Server

    I tried there: 192.168.20.99 / 127.0.0.1 / my external ip... Nothing works. And yes, I restarted everytime the server to make this changes working :P
  16. F

    Solved Can't connect to my Server

    Let me try to explain it again. First: nevermind about the port forwarding. This is working for 100% and it is not the bug. I have a PC called "HOST" Win7 64x (Server + ACC-Page). Host has this IP: 192.168.20.99 When I start a Tibia client on the Machine "HOST" and hit 127.0.0.1 in my Tibia...
  17. F

    Solved Can't connect to my Server

    Also does'nt work when I use my IP and try to connect. There must be something wrong with the server. I can also connect from extern/intern to the ACC-Page all works. Just the connecting to the actuall game is not working :/... It works only from the machine where the server is hosted.
  18. F

    Solved Can't connect to my Server

    I'm quite curios with this... Why can't I join from my local network? Nevermind about the portforwardings, they work for sure. I have the same error if I'm connecting from the internet/local network. :/
  19. F

    Solved Can't connect to my Server

    Hello, I have a problem with my OT. I can access it from the machine where it's been hosted. Means I can run TIbia + OT on same PC and log via 127.0.0.1 all works fine... But I can't log in from a different PC on my Network, or Internet... Firewalls are off portforwarding works 100%. But if I...
Back
Top