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

    Revisiting my old posts to see how much i have grown

    I just remembered my login for this "old" account i made when i was 15. When i check my posts etc it is insane to see how bad i was at programming and naive i was haha (who wasn't). I have actually a professional career as a software engineer and have worked with it for over three years. And...
  2. D

    REb problem

    It is something else
  3. D

    REb problem

    There is no getRebirns i just missspelled when i wrote it!!!
  4. D

    REb problem

    function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then doPlayerSetSpecialDescription(thing.uid, (getPlayerSex(thing.uid) == 0 and "\nShe" or "\nHe") .. " has: ["..getRebornsDone(thing.uid).."] Rebirths.") return true end if(thing.uid ==...
  5. D

    REb problem

    I have written data/lib/050.......... by hand beacuse i cant copy from my console!!!! Help!!!!
  6. D

    REb problem

    Im using tfs 0.3.6
  7. D

    REb problem

    Hello i added this reborn system! (all the codes i used are in the link) https://otland.net/threads/best-reborn-system.226181/ login.lua: -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between...
  8. D

    Importing database issue

    You need to import mysql file!!
  9. D

    What makes a liw exp server fun to play?

    Hi i need tips on how to make my low exp server fun 0-1000lvl? I was wondering to make reb at lvl 1k? Should that be something?
  10. D

    Website

    Hello! Im using znote aac, and i need to ask is there any way to implent so if a player hit lvl 500 they get 50 premium points on the website? tfs 0.3.6!!
  11. D

    Website

    mate where to add, which file "then add this to the files of znote aac"
  12. D

    Huge glitch

    http://pastebin.com/kucXff3G located the bug it was in guild war i deleted all mods and put in one after one untill i found which did the crash
  13. D

    Huge glitch

    Isn't there in creature script anything, beacuse nothing is in mod
  14. D

    Huge glitch

    function onKill(cid, target) if(isPlayer(target)) then setPlayerStorageValue(cid, fragsStorage, math.max(0, getPlayerStorageValue(cid, fragsStorage) + 1)) if(titles[getPlayerStorageValue(cid, fragsStorage)]) then...
  15. D

    Huge glitch

    Hello Im using tfs 0.3.6 and i get an error when a guy kills another "the guy which should die lives with 0 hp untill relog and get fullhp and nothing has happend! Im using military rank on the server (or they were there from the beggining) The error is: [Error - CreatureScript Interface]...
  16. D

    Lua How to open Movement through players?

    tfs? Yellow skull? Give us the script of avalanche rune !
  17. D

    Website

    Anyone know if this works with tfs 0.3.6? https://otland.net/threads/znote-aac-report-bug-system.211072/ Thanks!
  18. D

    Windows Bug using tfs 0.3.6

    Hello! I got a problem, when i promote myself to royal pally etc. When i die i get back to lvl 1, how??? When im pally im will only loose around 1 lvl, Something is bugged with my promotion thing and can you guys help! Vocation.xml http://pastebin.com/TP0gnvq0 Npc promote guy: local...
  19. D

    Znote aac/acc

    Hello! Can someone help me where to go on znote aac settings and ban certain words in a player name (like the word in a player name "owner" is banned! Thanks Greetings Deger
  20. D

    TFS 0.3.6 Server problem

    Hello! I have encountered a problem! The problem occurs when i for an example go hunting then when i get back in temple "safe area" my hunting duration, might be named pz idk is stuck and won't go away!!! Thanks in advance!
Back
Top