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

Search results

  1. Spratt

    War System

    Hey all, I've been searching for a war system and I can't seem to find one. I want a war system like RL Tibia, with the shield icons and all, if anyone could provide me with that and if possible step by step instructions on installing it that would be amazing! Thank you in advance
  2. Spratt

    [MOD] Perfect Bounty Hunter System rewritten to MOD!

    I get the same error! Please help!
  3. Spratt

    [GESIOR] Shop System Bugged

    Okay, thanks
  4. Spratt

    [GESIOR] Shop System Bugged

    Here is the Shop.lua -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between connections to SQL database by shop script SQL_interval = 30 -- ### END OF CONFIG ### function onThink(interval...
  5. Spratt

    [GESIOR] Shop System Bugged

    Hey all, So I was testing my Shop System on my website and when you buy an item with your points it keeps giving the item and the script does not recognize that the player has already received said item. I get this error in the Console... [30/01/2013 10:33:00] [Error - GlobalEvent...
  6. Spratt

    Website Server button is not working!

    Okay? Can you explain a little more on how to do that? What to check for? etc
  7. Spratt

    Website Server button is not working!

    It always says "Server OFFLINE" though it never changes! I don't understand what you mean!
  8. Spratt

    Website Server button is not working!

    Hey all...again :p Sorry for so many questions today, trying to work out all the bugs in my server before launching it! Anyway when I go to my server website in the top left corner it says "Server OFFLINE" but the server is online! How can I fix this so it says "Server ONLINE" when it is on...
  9. Spratt

    The Horned Fox "Raid" does not work

    That was the problem! Thank you :p Working fine now :)
  10. Spratt

    The Horned Fox "Raid" does not work

    Hey all, Alright so I was testing my raids and when I went to try The Horned Fox raid it says... [29/01/2013 18:37:51] [Error - TalkAction Interface] [29/01/2013 18:37:51] data/talkactions/scripts/raid.lua:onSay [29/01/2013 18:37:51] Description: [29/01/2013 18:37:51] (luaDoExecuteRaid)...
  11. Spratt

    Automatic Raid help!

    Yes I am sure. Do I have to put the raid script into the Globalevents script folder? - - - Updated - - - Can anybody help? I need to fix this asap :(
  12. Spratt

    Automatic Raid help!

    I understand that...but how can I get it to work....do i have to copy the raid files into globalevent scripts? or what?
  13. Spratt

    Automatic Raid help!

    Hey all, Okay so I want to have an automatic raider in my OT that will do a raid at the same time everyday...I found this script to put into it... <globalevent name="scheduled raid" time="16:08:00" event="buffer" value="doExecuteRaid(({'Morgaroth','Demodras','Gha...
  14. Spratt

    Port Forward Error

    Solved the problem myself, forwarded to the wrong PC, thank you for the help though :P
  15. Spratt

    Port Forward Error

    yea umm I'm gonna need a little more than just that...
  16. Spratt

    Port Forward Error

    Hey all, So I have all my ports forwarded but when I go to check if they are open ports 7171 and 7172 are not open...If anyone has a suggestion on what I should do would be very appreciated :)
  17. Spratt

    Addoner problems

    Yea sorry :P local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  18. Spratt

    Addoner problems

    Hey guys Im having problems with my addon Npc. When trying to buy the Wayfarer addons i have the required item but he takes it but it does not give you the addon, and the warmaster outfit is available but there are no addons that he sells for it, can someone please help so i can get all of the...
  19. Spratt

    War System Problems

    Im sorry, I dont understand ANY of that :$ I am totally confused, Im sorry i am a noob at this and i just want it to work :( - - - Updated - - - Okay so I have the dev-cpp and source files, now what program do i open the file with? - - - Updated - - - Okay so I compiled it all and now i get...
  20. Spratt

    War System Problems

    Okay I will look into that, hopefully though I can find a free way but thanks for the help anyway :)
Back
Top