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

    deleted thread

    This server is going to kick some ass :D
  2. Greypaw

    Can't load SPAWNS

    You can scan it yourself if you would like.
  3. Greypaw

    New Map Editor

    That would be neat, but it's C++ based, and Mac can't run C++ applications unless in a VirtualBox :c
  4. Greypaw

    Lua Amulet of experience

    Try this. function onLogin(cid) accountManager = "Account Manager" managerCounter = 0 for i, player in ipairs(getOnlinePlayers()) do if accountManager:lower() == player:lower() then managerCounter = managerCounter + 1 end end if...
  5. Greypaw

    Can't load SPAWNS

    Maybe it's a server bug, or one uses more memory than the other. I know Avesta is known to use more Computer Memory than TFS.
  6. Greypaw

    Can't load SPAWNS

    I don't see any problems, you just have a whole shitload of spawns and your computer can't handle it o.o
  7. Greypaw

    A problem everyone knows about, but everyone ignores, and my solution

    I find working with a team more stressful. I tend to work alone on my servers. However.. I've never released one to the public.
  8. Greypaw

    Windows how to add client download 8.6 on my Gesior

    You can check out THIS THREAD to learn how to add it.
  9. Greypaw

    Can't load SPAWNS

    If you have more than 10k spawns there's a problem o.o
  10. Greypaw

    Lua Problem paladin rune

    What is your server version? Some of those conditions in the script are different for different versions.
  11. Greypaw

    Can i do spr, dat and item.otb from begining?

    That's an item editor. He asked for .Dat/.Spr editor, that's what I gave him.
  12. Greypaw

    Can't load SPAWNS

    Not that I would know of. I would just select all the monsters that had that "-2" "-1" thing you were talking about and delete those.
  13. Greypaw

    Can't load SPAWNS

    Could be. But you definitely want to remove them.
  14. Greypaw

    Can't load SPAWNS

    2.17mb for spawns? That's quite a bit.. maybe you should try reducing the amount of spawns on your map.
  15. Greypaw

    npc looktype=itemid

    Try using this? Maybe its because an item doesn't have a corpse.. <?xml version="1.0" encoding="UTF-8"?> <npc name="Sacred Dragon" script="dragon.lua" walkinterval="0" floorchange="0"> <health now="100" max="100"/> <look typeex="12319"/> <parameters> <parameter...
  16. Greypaw

    Can't load SPAWNS

    Definitely not a RAM problem, I have 4GB and can run a 10.10 RL map just fine. Try replacing your current DLL files with THESE and restart the server.
  17. Greypaw

    Can i do spr, dat and item.otb from begining?

    Check out this page, it has tones of .Dat/.Spr editors. Tibia.Dat and Tibia.Spr Editors
  18. Greypaw

    Can't load SPAWNS

    How much RAM do you have? It may be the DLL files you're using.
  19. Greypaw

    Lua Amulet of experience

    Post Login.lua.
  20. Greypaw

    I could possible launch MasterCores 7.4, but I need signs

    You did a nice job in GunCraft, but it says 0 players online.
Back
Top