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

    TFS 0.X TFS 0.3.6 - 8.60 on look problem on look [Frags: 0 - Deaths: 0] on other player

    --Script By Theax "" function getPlayerFrags(cid) local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk...
  2. samuel157

    TFS 0.X TFS - 0.3.6 - 8.60 I want it to show up in both other players' visuals and my own. [Frags: 0 - Deaths: 0]

    I want the complete code; only the code that appears appears. on my look on look other player [Frags: 0 - Deaths: 0]
  3. samuel157

    TFS 0.X TFS - 0.3.6 - 8.60 I want it to show up in both other players' visuals and my own. [Frags: 0 - Deaths: 0]

    --Script By Theax "" function getPlayerFrags(cid) local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}, db.getResult("SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk...
  4. samuel157

    Lua TFS 0.3.6 PROBLEM WITH SCRIPT TASK SYSTEM

    @Gesior.pl Simple Task Function Blessed Tasks not function.
  5. samuel157

    Lua TFS 0.3.6 PROBLEM WITH SCRIPT TASK SYSTEM

    NO FUNCTION <?xml version="1.0" encoding="UTF-8"?> <mod name="Blessed Task" version="3.0" author="Vodkart" contact="xtibia.com" enabled="yes"> <config name="task_func_rgb"><![CDATA[ tasktabble2 = { ["asuras"] = {monster_race={"asuras"}, storage_start = 200284, storage = 91084, count =...
  6. samuel157

    Lua TFS 0.3.6 PROBLEM WITH SCRIPT TASK SYSTEM

    NO FUNCTION <?xml version="1.0" encoding="UTF-8"?> <mod name="Blessed Task" version="3.0" author="Vodkart" contact="xtibia.com" enabled="yes"> <config name="task_func_rgb"><![CDATA[ tasktabble = { ["asuras"] = {monster_race={"asuras"}, storage_start = 200284, storage = 91084, count =...
  7. samuel157

    Lua TFS 0.3.6 PROBLEM WITH SCRIPT TASK SYSTEM

    they are There are two NPC tasks with the same code, but the first one works and the second one doesn't. When I type !task, the task screen for the creature with the second code appears. SIMPLE TASK <?xml version="1.0" encoding="UTF-8"?> <mod name="Simple Task" version="3.0"...
  8. samuel157

    Lua TFS 0.3.6 PROBLEM WITH SCRIPT TASK SYSTEM

    help say npc hi asuras send this message 02:01 Blessed Tasks: Me diga o nome do monstro que você deseja fazer a task! 02:01 ADM [18173: asuras 02:01 Blessed Tasks: digite o nome correto da missão task! para mais informações digite !taskrgb
  9. samuel157

    Lua TFS 0.3.6 PROBLEM WITH SCRIPT TASK SYSTEM

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Blessed Task" version="3.0" author="Vodkart" contact="xtibia.com" enabled="yes"> <config name="task_func_rgb"><![CDATA[ tasktabble = { ["asuras"] = {monster_race={"asuras"}, storage_start = 200284, storage = 91084, count = 717217, exp =...
  10. samuel157

    TFS 0.X TFS 0.3.6 8.60 - How do I send a report (CTRL + J) to the logs folder?

    How do I send a report (CTRL + J) to the logs folder?
  11. samuel157

    TFS 0.X TFS - 0.3.6 - 8.60 - Where should I save bug reports (CTRL + Z) and player reports (CTRL + J)? I want the reports to be saved in the logs folder.

    Where should I save bug reports (CTRL + Z) and player reports (CTRL + J)? I want the reports to be saved in the logs folder. does the directory go?
  12. samuel157

    AAC How do I convert my SQLite database to MySQL to run XAMPP 1.7.3?

    Thanks @magozon Solved. I will continue using SQLite even knowing that MySQL has many vulnerabilities and, since my internet is shared, it can easily go down if I open port 80 TCP on the modem. It suffers a DDoS attack and my internet goes down. I'll wait until I receive the money and invest in...
  13. samuel157

    AAC How do I convert my SQLite database to MySQL to run XAMPP 1.7.3?

    How do I convert my SQLite database to MySQL to run XAMPP 1.7.3?
  14. samuel157

    Lua TFS 0.3.6 - LUA - [Frags: 16 - Deaths: 29] - NO SHOW FOR OTHER PLAYER ON LOOK

    TFS 0.3.6 - LUA - [Frags: 16 - Deaths: 29] - NO SHOW FOR OTHER PLAYER ON LOOK --Script By Theax "" function getPlayerFrags(cid) local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents, result = {day = {}, week = {}, month = {}}...
  15. samuel157

    TFS 0.X TFS 0.3.6 - LUA - Command /mute channels

    Thanks @magozon Solved.
  16. samuel157

    TFS 0.X TFS 0.3.6 - LUA - Command /mute channels

    TFS 0.3.6 - LUA - Command /mute channel It works, but when the player disconnects again, it continues to display the message... local GMGroup = 6 -- grupo mínimo do GM local maxTimeMute = 60 * 24 * 360 --Tempo máximo de mute, em minutos. Sim, isso é necessário. local conditions = {}...
  17. samuel157

    Compiling How do I compile TFS 0.3.6 for 64-bit?

    Thanks @Gesior.pl Solved.
Back
Top