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

    Oh okay, how do i do that then? Sorry for all these Noob questions and problems xD
  2. Spratt

    War System Problems

    I went to test out invite to war and i got this error in console :S [18/09/2012 17:03:57] [Error - TalkAction Interface] [18/09/2012 17:03:57] data/talkactions/scripts/war.lua:onSay [18/09/2012 17:03:57] Description: [18/09/2012 17:03:57] data/talkactions/scripts/war.lua:133: attempt...
  3. Spratt

    War System Problems

    Thank you, no errors in console, hopefully i can start a war in game, umm what would the command be ti start one? would it be /war *enter guild name here*?
  4. Spratt

    War System Problems

    Im using TFS 0.3.6 ocal function isValidMoney(value) if(value == nil) then return false end return (value > 0 and value <= 99999999999999) end function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(guild == 0) then return false end...
  5. Spratt

    War System Problems

    I added all the War System stuff to my server, I start up the Server and get this error for one of the war commands. This error is in the Console [18/09/2012 16:38:58] [Error - LuaScriptInterface::loadFile] data/talkactions/scripts/balance.lua:1: '=' expected near 'function' [18/09/2012...
  6. Spratt

    Windows Gesoir AAC Fatal Error

    Worked perfectly, thank you :) rep++
  7. Spratt

    Windows Gesoir AAC Fatal Error

    I can get up to Step 5..(set up Admin account) and when i type in an Admin password i get this fatal error... STEP 5 Set Admin Account Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vip_time' in 'field list'' in...
  8. Spratt

    Windows Shop System Gesior AAC

    I have the same problem, how do I fix it
  9. Spratt

    Update 8.6 to 8.7

    I have an 8.6 rl map tibia server. I want to update it to a 8.7 serer but I do not know how to do this. I also want it to have all the mounts and new stuff that was added such as creatures, mount items, etc. If somebody could please help me it would be greatly appreciated.
  10. Spratt

    GlobalEvent Lottery System!

    Does this work for TFS 0.3.6?
  11. Spratt

    War system problem

    i have everything required, ill show you what i used, ill PM it to you
  12. Spratt

    War system problem

    ive changed all the db.executeQuery to db.query. I dont know what else i have to do
  13. Spratt

    War system problem

    No errors in Console and everything is in properly
  14. Spratt

    War system problem

    Okay so i did it, now when I say /war, *guild name*, 100. Nothing happens. I dont know what im suppose to do now
  15. Spratt

    War system problem

    Change all db.executeQuery to db.query in war.lua?
  16. Spratt

    War system problem

    hello all, I use TFS 0.3.6 and when i invite a guild to war it says in guild channel "10:46 Not enough param(s)." i say !war invite, guild name, frags and nothing. I also get an error in my server Console saying [12/11/2011 10:42:46] [Error - TalkAction Interface] [12/11/2011...
  17. Spratt

    Server save not working

    okay thanks
  18. Spratt

    Server save not working

    Rep for both of you :) Also i want it set for Server save every 30 min, what do i set it at. i use TFs 0.3.6 if that means anything XD
  19. Spratt

    Server save not working

    here is my config.lua -- Global save globalSaveEnabled = false globalSaveHour = 8 globalSaveMinute = 0 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false and /save works in game.
  20. Spratt

    Server save not working

    Okay so my server save is not working properly. Here is my data/globalevents/golbalevents.xml/save <globalevent name="save" interval="900000" event="script" value="save.lua"/> And here is my save.lua for var = 1,3 do if var == 1 then doBroadcastMessage("Saving server...") ---...
Back
Top