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

    TFS 1.3 Minimum level

    Guys, i've tried: function Player:onLoseExperience(exp) if player:getLevel() <= 75 then return 0 else return exp end end function Player:onLoseExperience(exp) return (self:getLevel() <= 75 and 0 or exp) end function Player:onLoseExperience(exp)...
  2. G

    Djinns Scrolls

    BRO, I was trying to do postman for hours, I did now because of this post, thaaaaaaaaaaank you!
  3. G

    RevScripts Rashid .NPC Format

    Could u please share the .npc file with us ?
  4. G

    [7.72] Liberty Bay

    Could you share the link for download for us?
  5. G

    AAC Sha1 myaac Problem

    TY BRO! It worked here :)
  6. G

    AAC Twitch Streamers - Gesior 2012

    I didnt finished yet, few things to finish yet and some bugs, but if you or anybody else want to finish, follows the codes THIS IS FOR MYAAC v0.8.7 THIS IS HOW THINGS ARE GOING: Put after: if($config['template_allow_change']) echo '<span style="color...
  7. G

    AAC Twitch Streamers - Gesior 2012

    @potinho Dude, I'll do it for us this weekend and I'll share for everyone for free, this is a community that is going in the wrong direction, in oldtimes everyone used to help everyone, now I see that everyone is charging for simples things like that.
  8. G

    Nostalrius 7.7

    Guys, I have some issues that I'm trying to fix but with no success. Does anyone have the solution for any of those? 1- How to add Store in game? 2- When I click on the "Enable Shared Experience" button in the game, the console returns an error, I need to fix that or remove the button...
  9. G

    Lua Two costs of mana for Heal Fiend

    Hey guys, how u doing? I need a script (preferably with function in sources) that when player1(druid) heals player2, spend 35 mana. And when player1(druid) heals himself, spend 70 mana. I use Nostalrius sources, I think that is the same as tfs 1.2. This is my healfriend.lua: local combat =...
  10. G

    Nostalrius 7.7

    I'm trying to use this, but its always crashing, and I'm going crazy to compile the master version and still getting nothing, please someone could help me? discord goes@7131
  11. G

    Nostalrius 7.7

    Can u give us the fix? The fixed spellbook.lua file?
  12. G

    Nostalrius 7.7

    Bro, can u tell me how u did that? I've to do the same in my server as well. (edited all spells to be used by maglevl instead level). Abt ur question, does make any difference if you could buy or not the spell if you does not have the necessary ml yet? In my view, doesn't matter, so I just...
  13. G

    Nostalrius 7.7

    3- Do u or anyone else have the code? 4- Do u or anyone else know any that already have solution, that you can tell/give me what is the solution? It would save a bunch of time.
  14. G

    Nostalrius 7.7

    It worked, thank you! I have some questions. 1-In this version, used to exist hotkeys already? (use rune on target) 2-Which acc web should I use with this? 3-Is possible to add "bring me to xxx" to travel without saying hi to the boat npc? 4-Are there any known money bug that I should fix...
  15. G

    Nostalrius 7.7

    Does anyone know how to fix that?
  16. G

    Error after Compiling

    Hello everyone, I downloaded the sources from the OTX2 server, but I can't use the compiled distro because it has viruses, I've been trying for 3 days to compile the server, today I managed to (through Visual Studio, release/64-msvc), but when I open the executable, it presented me with some...
  17. G

    [7.4][OTX] RLMAP 100%, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp ...

    Hello everyone, I downloaded the sources from the OTX2 server, but I can't use the compiled distro because it has viruses, I've been trying for 3 days to compile the server, today I managed to (through Visual Studio, release/64-msvc), but when I open the executable, it presented me with some...
  18. G

    Compiling [Windows] Compiling on Visual Studio 2022 - Boost Error required 1.53.0 minimum

    Try to put ur boost directory direclty in VS, like that:
  19. G

    Compiling Tibia 11/12 Tracker?

    Hey Cistian, I just added u on discord, could u please acept me ? goes#7131
  20. G

    TalkAction Basic Anti-dupe System

    I'm having the same issue, anyone have the fix for it?
Back
Top