• 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!

Recent content by Xaqiion

  1. X

    ZnoteAcc Convert database (Fatal Error)

    @Himii Im using TFS 1.0 and ZnoteAcc 1.5 Im getting the same error with Xampp, Wamp and UniForm Server. @Anti Im doing a Database convert that follows ZnoteAcc in the special folder. Cant access me server at the moment but shouldnt that file be included when the function is aviable when i...
  2. X

    ZnoteAcc Convert database (Fatal Error)

    Hello. Is planing to move my otserver to a server computer i have build and setup at home. I thought i give Znoteaac a try and saw i could convert my database to znote's aac But when i try i get this error Fatal error: Call to undefined function elapsedTime() in...
  3. X

    Lua Sebastian NPC TFS 1.2

    The modules.lua was to big for me to post here so i uploaded it to snipt.net here is a link to the modules.lua https://snipt.net/Chewiie88/modular-a4b75f41/
  4. X

    Lua Sebastian NPC TFS 1.2

    sebastian.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  5. X

    Lua Sebastian NPC TFS 1.2

    Hi. I need help with this one. Ive got this error before and i couldnt solve it. Now i updated the server from TFS 1.1 and the NPC that used to have this error dont have it any more. But now Sebastian has it. Lua Script Error: [Npc interface] data/npc/scripts/Sebastian.lua:onCreatureSay...
  6. X

    Solved TFS 1.2 Auto Broadcast [SOLVED]

    I solved it.. I changed broadcastMessage(MESSAGE[math.random(1, #MESSAGE)], MESSAGE_STATUS_WARNING) to CODE] Game.broadcastMessage(MESSAGE[math.random(1, #MESSAGE)], MESSAGE_STATUS_WARNING) [/CODE]
  7. X

    Solved TFS 1.2 Auto Broadcast [SOLVED]

    I used this script for my server when i used TFS 1.1 function onThink(interval, lastExecution) local MESSAGE = { "[COMMAND] Use !buyaddon to buy addons to your outfit.", "[FORUM] Report bugs on the forum! We have admins checking there every day!", "[Fixing] We are...
  8. X

    NPC Shaman outfit

    Shit. Noticed now i posted on the wrong place. Have done an other post on the support section so if an admin can close this or remove it i be greatfull. Thanks
  9. X

    Lua Shaman NPC

    Hi. I need help with a script for an npc. This is the error in the console Chondur.lua:85: attempt to index field 'Shaman' <a nil value> stack treceback: [C]: in function '__index' data/npc/scripts/Chondur.lua:85: in main chunk this is the line of code the error...
  10. X

    NPC Shaman outfit

    The lua script was so big so i coudnt post it here. This is the full script https://gist.github.com/Chewiie/8e83427b24388c5ef658
  11. X

    NPC Shaman outfit

    Hi. I need help with a script for an npc. This is the error in the console Chondur.lua:85: attempt to index field 'Shaman' <a nil value> stack treceback: [C]: in function '__index' data/npc/scripts/Chondur.lua:85: in main chunk this is the line of code the error...
Back
Top