• 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. Lava Titan

    Lua TFS(0.4) - How to track item count?

    Hello, I'm working on this small script to avoid players throwing junk or lose thrown items by mistake in some places but I'm having an issue in how to track the amount of items thrown.. I'm not sure if there's another way to do this but this is what I came up with xd Example: If some1 throws...
  2. Lava Titan

    Lua Lua Issue (math related)

    Thanks for your help! I tested and it's working fine except the text questions, when I answer I get the message that there is no quiz going on, I think it may be something related to the storages but not sure tho, I've been looking at the scripts carefully for the last 20 minutes and no...
  3. Lava Titan

    Lua Lua Issue (math related)

    So I got this very old TFS 0.4 MOD that works perfectely but I'm trying to make it work with math.random instead of text questions and answers.. Example: [1] = {question = "How much is "..number1.." + "..number2.."?", answer = ""..number1+number2..""} instead of [1] = {question = "How much...
  4. Lava Titan

    Tibia Remeres Tibia Client 8.60(old)

    Good afternoon, I came back recently and I'm working on a 8.60 project, while doing that, I've been having some troubles, one of them being getting my Remere's to work with 8.60, so after some research I found someone who provided the download link, I'm not sure if there's an easier way to find...
  5. Lava Titan

    [France] Ascalon (8.7 Custom) - Coming soon

    Yeah if it was real tibia, but theres stamina healing items in Ascalon lolz Also botting dungeons is not that easy, theres ways to always avoid botters in dungeons but not in spawns
  6. Lava Titan

    [France] Ascalon (8.7 Custom) - Coming soon

    I suggest focus on dungeons for leveling up instead of spawns, make dungeons exp like 5x stronger than normal hunts, so botters will always be behind No matter what you do to stop botting, there will always be botters lol
  7. Lava Titan

    Lua Skull systems for frag rank TFS 1.2

    Not sure if this is what you want, but try this script. It uses @Zothion function and it's executed onKill, check the script before test, I wrote in on phone so I'm sure it might not work cuz I always mess up XD Test this: local function giveSkull(p) local skulls = { [{3,4}] =...
  8. Lava Titan

    Lua Creaturescript onKill Question

    Hey guys, I'm working on a script for a war server which will set skull to players with kill streak, the question I have is that I can't find the correct function to get player current frags.. Example of what I'm trying todo: function onKill(cid, target, lastHit) if player:getCurrentFrags ==...
  9. Lava Titan

    The Forgotten Server 1.1

    I know fixes are being made, code is being improved but what about tibia version, is it still 10.77 on github? cuz there was alot of shit added since 10.77 '-'
  10. Lava Titan

    The Forgotten Server 1.1

    Hey guys, any idea when will official TFS team release next versions? It's been 10.77 for quite long already '-' did they quit the project or something?
  11. Lava Titan

    OTLand Cloud is finally here! Upload your files! High Speed! No file expiry! No more dead links!

    @Damon otland cloud should use otland login, since it's "otland cloud", else no point in naming it otland if it's not otland "propriety" XD I already created acc anyways, but you should think about this asap, I'm sure alot more people would use it :p Very nice work you did there, thank you!
  12. Lava Titan

    [France] - Dream-OTS 10.9 Custom High Experience Server

    when is the next update?
  13. Lava Titan

    register weapons in weapons XML?

    thank you so much <3
  14. Lava Titan

    register weapons in weapons XML?

    thanks worked, but anyways can any1 explain me what's the reason to put weapons on weapons.xml and what does unproperly="1" do? very thanks @owned
  15. Lava Titan

    register weapons in weapons XML?

    hey, I got all my weapons registered in XML but the item attributes like magic lvl +2 or any other skill isn't working at all do I need to register it somewhere else? TFS 1.2: weapons.xml: <melee id="7405" level="100"> <vocation name="Knight" /> </melee> items.xml: <item...
  16. Lava Titan

    Compiling scale monster atk with monster level

    I already tested it changed nothing, all monsters were acting normal no idea Why I'm sure this is not the code where to mess with this XD
  17. Lava Titan

    Lua Question about spells formula and effect

    2 is mostly used for AoE spells for example: 1,1,1 1,2,1 1,1,1 2 is the same as 0 the only thing that changes is that it defines where is the spell center like 3 so if you are going to use 2 that SQM wont take damage if you are going to use 3 the SQM where you standing, if theres some1...
  18. Lava Titan

    Compiling scale monster atk with monster level

    bumperino for onlinerinos
  19. Lava Titan

    OTItemEditor for items.otb TFS 1.0

    Hey, I got this one working just fine for me, I downloaded it from the same place as Gunz, and compiled it myself to work with items 10.9, you can download it here. Note: The link that Gunz posted is not for 10.90 Item Otbm Editor, it's just for Item Otbm Sources, which you can use to compile...
Back
Top