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

    Lua TFS 0.4 db.getResult

    local gpoints = db.getResult("SELECT `event_points` FROM 'accounts' WHERE `name` = '" .. getAccountByName(getCreatureName(cid)) .. "' LIMIT 1;") if(msgcontains(msg, 'points')) then npcHandler:say("Points: " .. gpoints .. ".", cid) end mysql_real_query(): SELECT `event_points` FROM 'accounts'...
  2. Hernest

    DarksandOts Free Data 8.60 !!

    sorry for double post, I can't edit previous one, can you tell me where are files from castlewar?
  3. Hernest

    DarksandOts Free Data 8.60 !!

    podpowiecie gdzie jest glowny plik castle waru?
  4. Hernest

    Sometimes aol doesn't work

    bump
  5. Hernest

    Sometimes aol doesn't work

    refresh
  6. Hernest

    Sometimes aol doesn't work

    Hello, it's me, again. Well, on my server sometimes aol doesn't want to work. It's TFS 0.4. When players are fighting in PVP sometimes aol is not working, players can lost their backpack, items. Only 2 players on server lost items with aol, but I am sure it's not scam. I had this problem years...
  7. Hernest

    Linux Multiworld

    bump
  8. Hernest

    Linux Multiworld

    guys it's refreeeeeeesh
  9. Hernest

    Compiling small error with compilation tfs 0.4

    I want to create multiworld, in configure.ac OPTIONAL_FLAGS="-D__WAR_SYSTEM__ -D__LOGIN_SERVER__"
  10. Hernest

    Compiling Compilation will crash?

    Will compiling crash actually working server? Server is started on root and I want to compile on root user. I want to compile because of multiworld. Sorry of my bad english. I not it's a little bit retarded but it's important.
  11. Hernest

    Promotion in tfs 1.1 10.76

    If u want promotion for free players with npc (eg. hi -> promotion -> yes) post here ur npc script.
  12. Hernest

    Linux Multiworld

    Hello otlanders, I want to create multiworld on my server, but i have no idea how to add correct flag and compile it. https://otland.net/threads/all-steps-to-create-multi-world-by-ooioo.75461/ I found this. It's helpful when I want to setup configs, so my configs are settuped, but there is...
  13. Hernest

    Lua Removing skills (club, shielding, etc...)

    Okay thanks for help, /close.
  14. Hernest

    I can't donate, paypal credit card

    bump, can admin say smth?
  15. Hernest

    I can't donate, paypal credit card

    I can't find it. @edit Oh you mean in real store, there aren't giftcards in poland.
  16. Hernest

    Lua Removing skills (club, shielding, etc...)

    All files are gone, harddrive is broken.
  17. Hernest

    I can't donate, paypal credit card

    I want to donate with paypal but I can't because I have to add credit card, I am 17 y o and i don't have credit card. There is any way to pay via paypal without adding credit card?
  18. Hernest

    Lua Removing skills (club, shielding, etc...)

    bump In old script it was okay, but i lost this script.
  19. Hernest

    Lua Removing skills (club, shielding, etc...)

    bring up my post numbers in first post are written randomly
  20. Hernest

    Lua Removing skills (club, shielding, etc...)

    So, I want to set player skills to 10 when he use command, but something is wrong with it. doPlayerAddSkill(cid,0, 3) <- works fine, +3 fist fighting doPlayerAddSkill(cid,0, -3) <- nothing happend, fisting is on same lvl before and after There are no errors in console. TFS 0.4
Back
Top