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

    Solved version 8.6 to 10.10

    Should work fine, backward compatibility isn't an issue with maps.
  2. W

    Account Manager Temple Position is wrong

    Watch the tutorial that Jovar linked you to above. We can't help you if you are unwilling to help yourself.
  3. W

    Solved House Doors "Cant use that object" after updating to 10.1

    It's either a problem with your items.xml or your door script.
  4. W

    Can't load script system, CMD stops responding

    That's just a warning, doesn't really need to be fixed. @CrasH, you've still got a bug in your libs, probably the same file. Post it here so someone can proof it.
  5. W

    Windows Better one for hosting? -> Windows XP SP3 vs Vista vs Windows 7 <-

    You really shouldn't host a serious project from home. Either way though, Windows Server 2012 is probably what you should use. Win7 is for personal use, not serious hosting.
  6. W

    Lua Daily/hourly chest open times

    This, os.time is in seconds not milliseconds.
  7. W

    bless dont protekt items on death

    It's the container your character spawns with after losing their backpack, in your case it's a regular bag.
  8. W

    Items Dont Give Stats as it shold

    Yes, even for weapons
  9. W

    Compiling So i bout otland premium...

    https://github.com/otland/forgottenserver
  10. W

    Lua PVP Tiles question!

    No, they get teleported back to their home temple.
  11. W

    Lua Level Setter - CreatureScript

    Was only half-reading through before, now that I understand what you want to do, try this: local function round(num) return math.floor(num / 10) * 10 end function onLogin(cid, fromPosition, toPosition) local message = "Time for WAR!" local level = getPlayerLevel(cid) local...
  12. W

    Lua Level Setter - CreatureScript

    Take out the return
  13. W

    Lua Level Setter - CreatureScript

    Bad syntax, each if needs to be ended and you can only have one else, otherwise you should be using elseif.
  14. W

    Blessings

    Edit your config, that's where death loss and blessing reduction are setup.
  15. W

    gain exp while war?

    See other thread
  16. W

    Lua Raids help

    Use a globalevent to trigger that one raid.
  17. W

    Windows Server Running Error TFS 0.4 Trunk 3884

    Some ISPs (internet service providers) do not allow you open ports. I suggest you contact them and ask if it's even possible with your internet plan and go from there.
  18. W

    PvP-enforced no experience of high lvl

    That's just how the cip formula works, if you want something different you need to edit the formula in player.cpp
  19. W

    Gnarlhound body

    11250
  20. W

    Can't create thread in advertisement!

    Read the announcement. The market has been permanently closed.
Back
Top