• 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. Kurre Kurrson

    When somebody dies theres no body

    [24/11/2013 20:35:33] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/playerdeath.lua:64: 'end' expected (to close 'if' at line 24) near '<eof>' [24/11/2013 20:35:33] [Warning - Event::loadScript] Cannot load script (data/creaturescripts/scripts/playerdeath.lua) [24/11/2013...
  2. Kurre Kurrson

    When somebody dies theres no body

    hahha these 2 are the only errors I have so.. Just got plenty of scripts ill fix that one after im done with bodies :P
  3. Kurre Kurrson

    When somebody dies theres no body

    Hah copied the wrong one but they look the same ! :) [24/11/2013 20:28:17] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/playerdeath.lua:44: unexpected symbol near 'else' [24/11/2013 20:28:17] [Warning - Event::loadScript] Cannot load script...
  4. Kurre Kurrson

    When somebody dies theres no body

    [24/11/2013 20:28:23] [Error - LuaScriptInterface::loadFile] data/npc/scripts/advanceTaskSystem.lua:49: unexpected symbol near ',' [24/11/2013 20:28:23] [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/advanceTaskSystem.lua [24/11/2013 20:28:23]...
  5. Kurre Kurrson

    When somebody dies theres no body

    Well when I use my own script (Posted in the top) I still get the same error! And if I use the script provided by "Mikii" I get this error : [24/11/2013 20:08:06] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/playerdeath.lua:35: 'then' expected near ')' [24/11/2013...
  6. Kurre Kurrson

    When somebody dies theres no body

    Yea ive added the queries, still dosen't work :/
  7. Kurre Kurrson

    Necronia - Discussion

    Looks promising, nice job !
  8. Kurre Kurrson

    When somebody dies theres no body

    Did you mean like a ss? If thats the case here you go : Otherwise, let me know what you mean. Thanks
  9. Kurre Kurrson

    When somebody dies theres no body

    Still dosen't work! Same error in console
  10. Kurre Kurrson

    When somebody dies theres no body

    [24/11/2013 19:04:54] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/playerdeath.lua:34: 'then' expected near ')' [24/11/2013 19:04:54] [Warning - Event::loadScript] Cannot load script (data/creaturescripts/scripts/playerdeath.lua) [24/11/2013 19:04:54]...
  11. Kurre Kurrson

    When somebody dies theres no body

    This is the code I have now. local config = { deathListEnabled = getBooleanFromString(getConfigInfo('deathListEnabled')), sqlType = getConfigInfo('sqlType'), maxDeathRecords = getConfigInfo('maxDeathRecords') } config.sqlType = config.sqlType == "sqlite" and DATABASE_ENGINE_SQLITE...
  12. Kurre Kurrson

    When somebody dies theres no body

    Dident make any difference at all.. This problem is really annoying :/ Thanks for trying though!
  13. Kurre Kurrson

    When somebody dies theres no body

    I really need help with this! BUMP
  14. Kurre Kurrson

    [19/11/2013 20:51:37] >> vincentjuriu.no-ip.org Server Online!

    Well if you visited the page i refered you to "canyouseeme.org" and your ports are open I'm afraid this problem is out of my knowledge base. Sorry!
  15. Kurre Kurrson

    Warning: max_allowed_packed might be set too low for binary map storage.

    In you database you need to execute the query : SET GLOBAL max_allowed_packet = 16776192; pm me if you dont know how to and ill help ya.
  16. Kurre Kurrson

    When somebody dies theres no body

    Bump
  17. Kurre Kurrson

    [19/11/2013 20:51:37] >> vincentjuriu.no-ip.org Server Online!

    Are you sure you opened your ports right? If I am not wrong you need to have it opened in order to login with your "static ip adress" (The one from whatismyip.org) That might be the reason why only localhost works. @Vincent Juriu If you are not entirely sure if you did it right you can always...
  18. Kurre Kurrson

    When somebody dies theres no body

    Hey guys, im running cryingdamson 0.3.6 (8.60) V8.2 atm. When somebody dies theres like a "green wind" for a few seconds but there is no body and ofcourse the killed player dident drop any loot. I got a few errors in my console which you can see below: My playerdeath.lua: local config =...
  19. Kurre Kurrson

    Bounty hunters.php

    Yeah thats exactly what I did from the beginning. Found another piece of code and it works now, I think ill share my edited code later on for people to use :)
  20. Kurre Kurrson

    Bounty hunters.php

    Not sure what you mean with that, but Ive copied one of my other -php files, erased everything in the middle (to make sure it looks like the rest of the pages,header etc) SOLVED - PM ME IF U NEED HELP
Back
Top