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

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    Okay, you're earned some hate. How in the flying fuck, do you have 10 years of experience in discord bots if discord was founded in 2015, and how do you have 10 years of experience in telegram bots if telegram was founded in 2013? You're honestly delusional, or straight up lying to your...
  2. R

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    Mate, nobody is angry at you. It's just shitty to mislead people. The problem is that you're ranking yourself as someone whose got enough knowledge to actively make people servers/services secure, when in reality you're just learning. You're just showing signs of the Dunning-Kruger effect, we've...
  3. R

    Programmer Hacking, coding, OTCV8 bots -- SecurizeMe

    there's a huuuuuuuuuuge difference when working as a junior in a team vs selling your service as a "security pro". I honestly don't mind juniors in my team making mistakes, as long as they can learn from them. I'd be hella pissed if they told me they were going to fix some issues 100% and later...
  4. R

    Is it ok to use website and server on separate machines?

    Actually, MySQL is an RDBS. SQL is the language...
  5. R

    TFS 1.X+ Server closes - failure to load item 1741 (box)

    hmm from the search I did around, seems like a common issue when changing map version, or a corrupt items.otb https://otland.net/threads/what-is-this-erro-failed-to-load-item-1740-o-o.225140/ https://otland.net/threads/failed-to-load-item-1740.265268/
  6. R

    New Game The Magic Land Tibia inspired!

    Didn't even purchase a domain lmao, scammers aren't even trying these days.
  7. R

    2022 and Paypal is still doing it

    People are assholes, they might start spamming your real social media with bullshit
  8. R

    2022 and Paypal is still doing it

    I stand corrected, I've never had a dispute but @Extrodus answer's will most likely be true.
  9. R

    2022 and Paypal is still doing it

    I don't think there would be an issue changing the name/email, AFAIK they're both options within the PayPal web app
  10. R

    I want to change the Gesior layout color

    layouts/tibiacom/SCSS/basic/_basic.scss line #643 background-color: rgb(13, 46, 43);
  11. R

    ElectroAAC

    https://walistonbelles1.gitbook.io/electroaac/
  12. R

    Recomendacion VPS

  13. R

    !afk talkaction tfs 1.3

    How about instead of hard coding the messages, players can put any message? (note: not sure if line #22 has the correct arguments order) !afk Went to pick up my food delivery local config = { talkAction = "!afk", prefix = "[AFK]: ", interval = 3000, storage = 9999...
  14. R

    TFS 1.X+ Trying to create custom quest.

    No worries, remember to mark @Xikini 's answer as the solution since it was the main post solution
  15. R

    TFS 1.X+ Trying to create custom quest.

    replace 46-58elseif msgcontains(msg, "meet") and npcHandler.topic[cid] == 1 then if (player:getSex() == PLAYERSEX_FEMALE) then npcHandler:say("You're her? No way. I dont believe it. What was the name of your world before the multiverse merged? I think he said it started with an X...
  16. R

    TFS 1.X+ Trying to create custom quest.

    line 53 npcHandler:say({ 'OH YES! Thats it! You are her! ...', 'I never thought I would be here today with you...', 'Oh dear...', 'I think maybe you should head to the town of port hope. Theres a hunter there that may want to hear from you. ...', 'He has a guild of hunters that...
  17. R

    TFS 1.X+ Trying to create custom quest.

    data/XML/quests.xml has an example in there
  18. R

    Lua Include extra text in an item description

    Not sure about function names, but you can probably find out function addItem(player, transactionId, itemId, itemCount, offerId) local _itemId = tonumber(itemId) local _itemCount = tonumber(itemCount) local _offerId = tonumber(offerId) local playerName = player:getName()...
  19. R

    Config and Stages that match Global ?

    https://tibia.fandom.com/wiki/Experience_Point#Low_Level_Bonus
  20. R

    JavaScript / CSS - Menu System

    Are there any examples (images, videos) that you can show us?
Back
Top