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

    Solved [TFS 1.0] Shop.lua

    Hi everyone, Using: Lastest version of TFS 1.0 I got this error when I have tried to add items in my website (Shop Offer), I used this thread Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/shop.lua:onThink data/globalevents/scripts/shop.lua:8: attempt to call field...
  2. Sentinel3

    Solved [TFS 1.0] killingInTheNameOfQuest

    Thank you so much @Thaian Citizen, now works perfectly, I just need to add what you say. ;) <Solved>
  3. Sentinel3

    Solved [.PHP] Powergamers

    Thank you so much, now works perfectly! <Solved>
  4. Sentinel3

    Solved [.PHP] Powergamers

    Error in console: data/globalevents/scripts/others/powergamers.lua:7: in function <data/globalevents/scripts/others/powergamers.lua:1> -bash: syntax error near unexpected token `newline' otsmanager@ubuntu:~$ [Error - GlobalEvents::think] Failed to execute event: powergamers
  5. Sentinel3

    Solved [.PHP] Powergamers

    Globalevents.xml <?xml version="1.0" encoding="UTF-8"?> <globalevents> <!-- Blooming Griffinclaw --> <globalevent name="bloomingGriffinclaw" type="start" script="blooming griffinclaw/bloomingGriffinclaw.lua"/> <!-- Wrath Of The Emperor Quest --> <globalevent...
  6. Sentinel3

    Solved [TFS 1.0] killingInTheNameOfQuest

    Creaturescripts.xml <!-- Killing In The Name Of Quest --> <event type="kill" name="killingInTheNameOfQuestKills" script="killing in the name of quest/killingInTheNameOfQuestKills.lua"/>
  7. Sentinel3

    Solved [.PHP] Powergamers

    <globalevent name="powergamers" interval="2000" script="others/powergamers.lua"/> Error in script of powergamers.lua Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/others/powergamers.lua:onThink data/globalevents/scripts/others/powergamers.lua:7: attempt to call field...
  8. Sentinel3

    Solved [.PHP] Powergamers

    [Error - BaseEvents::loadFromXml] Failed to load data/globalevents/globalevents.xml: Error parsing start element tag > ERROR: Unable to load global events! > ERROR: Failed to load script systems
  9. Sentinel3

    Solved [TFS 1.0] killingInTheNameOfQuest

    Nothing happens. I still have the same error.
  10. Sentinel3

    Solved [TFS 1.0] killingInTheNameOfQuest

    For example my character, I tested the quest too.
  11. Sentinel3

    Solved [TFS 1.0] killingInTheNameOfQuest

    All tasks don't work the count of monster. Sure, here it is. /data/npc/scripts/Grizzly Adams.lua http://pastebin.com/NB8yKZ27
  12. Sentinel3

    Solved [TFS 1.0] killingInTheNameOfQuest

    --Edited--
  13. Sentinel3

    Solved [.PHP] Powergamers

    Hi everyone, Does not work properly, it doesn't go to the next day but keeps adding all experience to Today. Can someone tell me what's wrong with this .php file? powergamers.php <?php if(!defined('INITIALIZED')) exit; $limit = 50; $type = $_REQUEST['type']; function...
  14. Sentinel3

    Solved [Gesior banlist.php]

    Ohhh! Okay, finally I understand what happens, I have just RUN SQL QUERIES. <Solved>
  15. Sentinel3

    Solved [TFS 1.0] killingInTheNameOfQuest

    Hi everyone, I've got a problem when players want to start the tasks of Grizzly Adams NPC. Using: Lastest version of TFS 1.0 The problem is when players try to start the task and monsters killed doesn't count in task. /data/creaturescripts/scripts/killing in the name of...
  16. Sentinel3

    Solved [Gesior banlist.php]

    Yes, I already have. But how can I fix error mentioned before? The problem is that I can't understand the error.
  17. Sentinel3

    Solved [Gesior banlist.php]

    DEBUG_DATABASE Enabled. Query: SELECT * FROM `players` WHERE `group_id` < 2 ORDER BY `experience`-`exphist_lastexp` DESC LIMIT 50 SQLSTATE: 42S22 Driver code: 1054 Error message: Unknown column 'exphist_lastexp' in 'order clause' Fatal error: Call to a member function...
  18. Sentinel3

    Solved [Gesior banlist.php]

    Got this error: Fatal error: Call to a member function fetchAll() on a non-object in /home/otsmanager/www/public_html/pages/powergamers.php on line 54 powergamers.php <?php if(!defined('INITIALIZED')) exit; $limit = 50; $type = $_REQUEST['type']; function coloured_value($valuein) {...
  19. Sentinel3

    Solved [Gesior banlist.php]

    Ohh, thank you so much for explain me what's wrong in .php file. By the way, what it means exactly, ->fetchAll?
Back
Top