• 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. D

    Lua kill boss world message

    i need some help with this script, what i want is, when a player kill a boss some world message appear with the name of creature and player who killed it...currently i have this local bosses = {"Demodras","The Horned Fox","Necropharus","The Old Window", "Morgaroth","Zulazza The...
  2. D

    Lua Top effect error tfs 1.x

    i've got this error.. when trying to execute this script query = db.storeQuery("SELECT `name` FROM `players` ORDER BY `level` DESC, `experience` DESC LIMIT 1") if (query:getID() ~= -1) then name = query:getDataString("name") if player:getName(player) == name then...
  3. D

    Solved Change effect on player login TFS 1.x

    well, i cant find the line to change the effect at player login, i doble checked login.lua up and down. can anyone tell where to find it?
  4. D

    Lua Top level effect tfs 1.x

    hi, need some help here cuz i'm too amateur in scripting.....im trying to convert to tfs 1.x the top level effect posted here: http://www.tibiaking.com/forum/topic/49367-toplevel-effect/ and this is what i have so far.. local config = { tempo = 5, --time in secs mensagem = { texto...
Back
Top