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

    Loot chance problem

    Hi all! I need some help, please =) I got a problem with loot: <loot> <item name="gold coin" countmax="25" chance="67500" /> <item name="bronze amulet" chance="110" /> <item id="2376" chance="5000" /><!-- sword --> <item name="axe" chance="4000" /> <item...
  2. Rhyund

    Lua TFS 1.3 How to edit addSkillLevels and add Speed gain

    Hey there! I got this code (without credits cause I don't know the owner) in an old server in my computer: -- config --promoted vocations included in function local gainVoc = { [0] = {health = 20, mana = 20, magic = 1, skill = 1, cap = 50}, [1] = {health = 20, mana = 20, magic = 1...
  3. Rhyund

    TFS 1.X+ GOD/GM commands

    Hey there! I'm an old tibia otserver fan and I'm out of date with actual servers. I compile a TFS 1.3 and I was testing it. I created a GOD and GM character and I could'nt use some commands (like /i /summon /m). :( When I try to use this commands nothing happens. All lua files is configured in...
  4. Rhyund

    Can't connect to my own server

    Hey there! I know that there is a lot of topics about this problem and I try to fix it, but with no sucess :( I follow the steps post here: Port Forwarding and Connection and so many others... Please, help me! Let's check what I got: My global ip = "177.42.33.91" My no-ip domain =...
  5. Rhyund

    Prevent placing item in arrow slot (movements)

    Hello there! I want to prevent placing an item (id 9999) in arrow slot. Is that possible by movements? I'm using SVN 0.6.0 version (a very old one :p) I tried to search for this script but I don't know good keywords to find it :(
  6. Rhyund

    Solved Three different items cause different damage

    I have this .lua file: So, if I use itemid 7438 the combat changes from combat1 to combat2. I would like to add another itemid with another formula (combat3). How can I do this? :confused:
Back
Top