• 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. Thaian Citizen

    NPC MODULES ERROR: attempt to index a function value: getSpectators

    Okay I saw something in my spellsfree.lua which I removed (marked red) local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  2. Thaian Citizen

    NPC MODULES ERROR: attempt to index a function value: getSpectators

    Hello everyone, when I go to any npc and type something my server prints this error: (further down you see the part of npcsystem/modules.lua that is refered to) attempt to index a function value stack traceback: [C]: in function 'getSpectators'...
  3. Thaian Citizen

    Linux Running Server And Restarting

    The script seems to work just not that one part.. When I type screen -d -S server -m ./server into putty command line then it works if i start a bash script that includes above screen creation command, it wont execute ??? Everything else in my script seems to be ok, the script just wont start a...
  4. Thaian Citizen

    Linux Running Server And Restarting

    So I just check if the screen is still there? if the server crashed the screen is gone aswell? Because the way I see it the screen holds the otserver application if the otserver crashes, the screen would still be there just empty now?
  5. Thaian Citizen

    Linux Running Server And Restarting

    Ok I got it now, I must start it from within the working directory. So best would be to have 2 screens: One running my script to have it doing all the stuff like backup/reboot/notify And one screen that is running the server But now I got following problem, how can I check if the server in the...
  6. Thaian Citizen

    Linux Running Server And Restarting

    I get everything to work now using screen and such... But theres one problem, the server won't even start no more Suddenly it looks for config.lua in /root/.otserv/ and then says that it can't find it Thats so strange, that didnt happen before, the folder the server is in is: /root/server/ And...
  7. Thaian Citizen

    Linux Running Server And Restarting

    Ok, but still I get a premission denied message when I try to run the file? I am root user
  8. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Can somebody help me collect the changes from 7.4 to 7.6 in mana/mlvl/spells/runes The way I see it: You still need the same time to get a hp&mana tick the mana tick is now 2 instead of 1 mana need for next m-lvl is now 2x as high as in 7.4? So when a uh rune now takes 400 mana and i get 2x...
  9. Thaian Citizen

    Linux Running Server And Restarting

    I have come up with following solution for my requirements. Please look over it before I test it, I fear making some lesser damage testing this stuff. This script is to be put in /etc/init.d. chmod +x ServerRebooter.sh # NOT_RUNNING, RUNNING, SHUTDOWN, CRASHED STATE="NOT_RUNNING" # Server...
  10. Thaian Citizen

    Linux Running Server And Restarting

    Thank you, So this is the way I see it as a complete script in pseudo code: (Before I would create code in the otserv source to make the console accept a /shutdown) some_global_variable.STATE = not running some_global_variable.checkTime = 60 secs export otdatabase from phpmyadmin store it in a...
  11. Thaian Citizen

    Linux Running Server And Restarting

    Hello, It's the first time that I'm trying to get a server to run from outside my own machine. Now I've got the following problem: When I close putty or it aborts the connection the server crashes. What's the way to start the server and keep it running? Then I want something like an auto...
  12. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Thanks for this, I got it compiled but somehow the program doesnt start...
  13. Thaian Citizen

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    I really cant get this to compile in my VM debian 7 .. did all as you described in your compiling guide.. twice I get a lot of warnings, some copies -> http://pastebin.com/prcMjSjY
  14. Thaian Citizen

    Nothing to fully working server with RL map on Debian 7. Or just how to configure a dedicated server

    I get the same building error as this guy above^^ Tried to compile it on a VM: Debian Release 7.8 (weezy) 32-bit is the version the problem? 32bit? should be 64?
  15. Thaian Citizen

    [10.77][TFS 1.2] ORTS, a real map project

    it has black skull in config.lua and no options to set or adjust a ban or the fragger list
  16. Thaian Citizen

    [10.77][TFS 1.2] ORTS, a real map project

    I want to make it retro pvp, but I need to know which source files hold the codes
  17. Thaian Citizen

    [10.77][TFS 1.2] ORTS, a real map project

    this may not belong here but since this packaging is using tfs1.1.. could you tell me where in the sources i can find the scripts for offline training and for pvp (frags/skulls/ban) ?
  18. Thaian Citizen

    Lua Error with premium tile in movement script tiles.lua

    I should have thought of that, that will surely help me to track the issue.. Thank you
  19. Thaian Citizen

    Lua Error with premium tile in movement script tiles.lua

    Hello, I am using tfs 0.3.6 - 8.6 crying damson distro.. I got following problem: When I walk on a premium tile it kicks me back, even though that player/acc has premium. I dont think the problem is within the check-for-premium lines in the code, but somewhere else in the code. I get to this...
  20. Thaian Citizen

    [C#] OTSharp 7.6 (In Development)

    Where you get all the packets the client sends/recieves to handle your events? Do you use a packet sniffer or do you have a doc with all of them written down?
Back
Top