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

    Latest TFS 1.2

    Haven't tried anything yet, sorry. I'm working in other stuffs (college), so I won't have time to try to fix it. But that but isn't bad, hardly ever people will notice it :p
  2. grilo13

    atributos nao funciona

    "Braço: 15" Google Translate OP... Arm isn't Armor bro
  3. grilo13

    Trade items with id higher than 20000

    Are u using TFS 0.4 on Tibia 9.8+?
  4. grilo13

    Can someone compile it for me?

    You should try fix your errors, what about if you update your sources? :p
  5. grilo13

    Latest TFS 1.2

    Why don't just add it yourself? Feature - Reward Chest & Boss Reward [TFS 1.2]
  6. grilo13

    Castro AAC

    You could read the Wiki. Home · Raggaer/castro Wiki · GitHub
  7. grilo13

    Lua Verify how many enabled Addons a player have

    Hey, I'd like to know if is safe to add something like that on login.lua (creaturescripts) to count how many enable addons (Addon 1 and 2) a player have: if(player:hasOutfit(128, 3) or player:hasOutfit(136, 3)) then add this to a var if(player:hasOutfit(129, 3) or player:hasOutfit(137, 3))...
  8. grilo13

    itens.xml

    Sorry bro, if you use /info Character Name you'll see that you gain 40 speed :) I'm not using "Skills" as base, but the "real" speed, as you said.
  9. grilo13

    itens.xml

    20:37 You see boots of haste (speed +20). It weighs 7.50 oz. <attribute key="speed" value="40"/> And yes, you gain 40 speed using BoH
  10. grilo13

    itens.xml

    Speed on description is half of what you put in "speed" key, look at boots of haste.
  11. grilo13

    Lua where to change "you are full" message

    Search Results · GitHub
  12. grilo13

    How to cache "attributes" from items.xml to PHP (Znote)

    Ok, it worked this way: <?php require_once 'engine/init.php'; include 'layout/overall/header.php'; // Loading spell list $spellsCache = new Cache('engine/cache/spells'); if (user_logged_in() && is_admin($user_data)) { if (isset($_GET['update'])) { echo "<p><strong>Logged in as...
  13. grilo13

    Windows 10.98-10.100 server files (talk about it)

    Errors? Don't know why it failed
  14. grilo13

    Windows 10.98-10.100 server files (talk about it)

    Basically, the server you open (theforgottenserver.exe) Read the README.md, pls
  15. grilo13

    Windows 10.98-10.100 server files (talk about it)

    You want to enter in your server with Tibia 10.100? I don't know if the TFS master already handle it forgottenserver/definitions.h at cc8e15e9166359faa52d38823e679355a615ab23 · otland/forgottenserver · GitHub And if you want a clean pack, just download the TFS master, put the map on it and add...
  16. grilo13

    Windows 10.98-10.100 server files (talk about it)

    Why don't just update the 10.98? Not much difference... 10.99 = 11.01 And this is the latest update Updates/11.02 - Tibia Wiki
  17. grilo13

    How to cache "attributes" from items.xml to PHP (Znote)

    Yes, my cache will be like that. I understand what you said but I don't know how to do that yet, will try and back here if I got nothing. Thx :)
  18. grilo13

    How to cache "attributes" from items.xml to PHP (Znote)

    I'm using spells.php from @Znote as my base, and trying to do a "items.php", where players will be able to see eq. items in server, but I just import the items' ID, Name and Prefix. (Example from the cache generated) {"id":"2472","name":"magic plate...
  19. grilo13

    domain name cant be used by outher ppl (need help)

    This one is your router IP, just you and people using your router can access it. What Is My IP Address - IP Address Tools and Info - WhatIsMyIP.com ®
  20. grilo13

    setHiddenHealth tfs 1.2

    I didn't understand what you want tbh, how to enable HiddenHealth? forgottenserver/hide.lua at master · otland/forgottenserver · GitHub
Back
Top