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

    Team Huge Project

    Best of luck i really like the idea of creating something that players love and vote fore, instead of Cipsoft who ruined the game by updating it with dozens of crazy stuff without asking the players how they feel about it. But they atleast got punished with loss of 30k players.. +++
  2. Guxi

    Gate :)

    I might add it to my project. Seems Godly! Goodjob! - - - Updated - - - I can't download it from BayFiles.. Broken or something :/ Reupload? please please please PLX?
  3. Guxi

    Spell Boomerang Step

    How could i avoid this error? It's caused when you use the spell without the attacking anyone. I don't wanna to disable this, i just want to remove the error logging in my console. _________________________________________________________________________________ NICE SCRIPT ++
  4. Guxi

    Windows server stop responding when i try to login after death?

    there's no mods with those. - - - Updated - - - I switched to V8, Thanks Hansie & Limos. I really appreciate your time. Btw, Limos i have noticed you are very skilled and smart. You helped me few times in row, i was searching through forum to find a solution for my problems with server and i...
  5. Guxi

    Windows server stop responding when i try to login after death?

    I just removed login.lua, and lunched the engine without it. Same thing again... So we could eliminate login.lua fault. ( Does anybody have suggestion for best/ most stable 8.60 engine?) Help!
  6. Guxi

    Windows server stop responding when i try to login after death?

    This is the default Login.lua on TFS 0.3.6 V7 (edited by cyko). local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil)...
  7. Guxi

    Windows server stop responding when i try to login after death?

    I brought login.lua back to original, but everything is same... Help please :/, i got test server for 2 days. Gotta fix this one
  8. Guxi

    Windows server stop responding when i try to login after death?

    Well i was editing login.lua, cause i had to register some events on login. But i can login with other chars who didn't die yet.
  9. Guxi

    Windows server stop responding when i try to login after death?

    When i die and i go to login after it, server just stop responding. No errors, no warning.. Just freezes (" not responding") Idk why is this happening? I also died with another char, and same result when i try to login. I'm using tfs 0.3.6 V7 (8.60) edited by Cyko Thanks in advance...
  10. Guxi

    Lua How to make monster that attacks only players in specific guild?

    I'm not asking for full code, i'm just asking for a lil help. Someone who can send me some reference for lua that will be useful for this monster. Because i dont know how to regulate such combat action.
  11. Guxi

    Lua How to make monster that attacks only players in specific guild?

    I need to create a monster that would attack players only who are members of specific guild. Other guilds can't be attacked by that monster, and other guilds can't attack him? tfs 0.3.6 v7 (edited by cyko) 8.60 Thanks for your help in advance!
  12. Guxi

    Lua MagicEffect only visible to one specific player ( how? )

    How could i make doSendMagicEffect that will be visible onlye to one player.
  13. Guxi

    Lua Why do i get this error? (luaDoRemoveItem) Item not found

    function onUse(cid, item, frompos, item2, topos) tile1 = {x=1144, y=836, z=8, stackpos=1} --change tilepos tile2 = {x=1145, y=836, z=8, stackpos=1} --change tilepos tile3 = {x=1144, y=837, z=8, stackpos=1} --change tilepos tile4 = {x=1145, y=837, z=8, stackpos=1} --change tilepos...
  14. Guxi

    Lua Why this code doesn't work? ( simple problem )

    I made a action script: when you click on snake head, a wall will be deleted. When you click it again, the wall will be created. ( like lever & bridge ) function onUse(cid, item, frompos, item2, topos) tile1 = {x=1145, y=828, z=8, stackpos=1} --change tilepos gettile1 =...
  15. Guxi

    Solved How to check what item is on specific position?

    Thanks, you helped a lot :)
  16. Guxi

    Solved How to check what item is on specific position?

    Tried it. Could be it, but i got a little confused with it :/. If someone could explain it to me a lil' Thanks ^
  17. Guxi

    Solved How to check what item is on specific position?

    How can i know what item is on top of this ( 1000, 1000, 7) For example, if someone puts plate armor on that pos, and if i run my lua script, it should return TRUE. ( this is emergency) thanks in advance!
  18. Guxi

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    Dude thank you so much! I'm going to put this in my server :)
  19. Guxi

    NPC [8.6] FULL Real map npc pack

    After all, it seems that some npc are missing. Sorry. Atleast it would help to someone who needs some induvidual npc's. Like me now, im looking for Chester Kah npc, and i remembered that i uploaded a pack while ago :)
  20. Guxi

    Solved Can't pick up or move items!?

    Thanks, it's fixed :)
Back
Top