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

    Segmentation fault core dumped.

    It looks like it's crashing from a LUA call to luaCreatureTeleportTo() Something between positions {x = 33088, y = 32588, z = 6'} and {x = 41440, y = 36189, z = ??} Do you have any LUA scripts that call addEvent() function?
  2. pink_panther

    SSL certificate on UniserverZ

    use certbot, does it for you. https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
  3. pink_panther

    Tibia memes

    Bump for this as well.
  4. pink_panther

    Urgent! Clone items TFS 1.2

    I would recommend you do, better safe than sorry.
  5. pink_panther

    Urgent! Clone items TFS 1.2

    https://github.com/otland/forgottenserver/pull/2965
  6. pink_panther

    TFS 1.2 Store admin talkaction history?

    Just add that line to all your talk actions after the permissions checks like the post above. logCommand(player, words, param)
  7. pink_panther

    Segmentation fault core dumped.

    Do this: gdb set logging on gdb tfs core.85146 bt full Then attach the log file containing the back trace.
  8. pink_panther

    Urgent! Clone items TFS 1.2

    Put something more like this in the invite list. ** ****we*fwfe**********************************\*\*\*\*\\*\***************we*fwfe**********************************\*\*\*\*\\*\***************we*fwfe**********************************\*\*\*\*\\*\...
  9. pink_panther

    Urgent! Clone items TFS 1.2

    You need to update all the NPCs that sell fluid containers, some are missing the data value. You can also edit in sources to default to water or something, but they should be empty On a side note, you also need to remove regex support for house doors, you can exploit this to crash the server...
  10. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Not really, because your advise is "get good". How is that helpful? How exactly do I patch the client for this? Can you elaborate? It's using the encryption the client has available. I already told you I've used it like 3 months. And my developers are uneducated scammers who live off the fact...
  11. pink_panther

    Nostalther Violet - True 7.4 Reverse Engineered Project

    The test server rates were boosted a lot, but now live server is all 1x Can reach out on discord, too. Discord links are on our site.
  12. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Nice alt account.👍 🥱 I'd be find with constructive criticism and feed back, at least that's something to work with. But you're both you are just throwing your hands up in the air, calling everything shit and leaving.
  13. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Yeah, I know lol. Apparently anyone who doesn't share his anger is a colleague or close friend 🙄 His life dedicated to being upset about anything Ezzz does. Probably needs genuine therapy and I feel bad :/ I'm just here hosting a tibia server for a fun and love of old school tibia and to feel...
  14. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Yeah, I know lol. I imagine he's some kid in his mums basement, with just a red face of rage and tears rolling down his face, with a picture of Ezzz on his wall with knives and darts in it. Literally contributes nothing and dedicates all his time to crying about Ezzz and everyones ot servers...
  15. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Yeah exactly. Everything is left unmodereated here, or moderated with heavy bias. It's why I canceled by subscription here. I also don't think his intention is to actually help, it's just to grief and troll all other ots. Otherwise yes, would have done exactly that. Not sure why you'd need to...
  16. pink_panther

    RevScripts onKill

    what sources are you using? therse a bug in older tfs that counts kill for monsters twice, which it should only do for pvp kills to give out unjustified kills, it shouldn't do this for monster kills
  17. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Can you elaborate? Show me how to do this.
  18. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    More settlers have arrived on Rookgaard! Some new settlers have setup Camp South west of the Temple. Several new houses, including a shop, have been built there. One of the campers has also brought their dog! Millino and Claude have moved in. Millino can be found at the Settlement Camp on...
  19. pink_panther

    C++ - Addon system added TFS 1.X - 772

    are you using otc? classic tibia client doesn't know how to toggle addons individually.
  20. pink_panther

    TFS 1.2 Store admin talkaction history?

    oh log their use? tfs has lua function called logCommand(player, words, param) you can add this to all the talk actions. then it logs any time the command is used
Back
Top