• 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 [Gesior banlist.php]

    Thank you, it works perfectly. I would want to know how do you fix that? Becouse I'm getting the same error with powergamers.php! <?php if(!defined('INITIALIZED')) exit; /* Script for OTSes that use MySQL (globalevent, type: think, interval: 60 or 60000 [tfs 0.4]): function onThink()...
  2. Sentinel3

    Solved [Gesior banlist.php]

    I forgot to tell what TFS I use, sorry. Using: Lastest version of TFS 1.0 What do you mean structure of my bans table? From database?
  3. Sentinel3

    Solved [Gesior banlist.php]

    Bump
  4. Sentinel3

    help avesta npc's

    First of all, the monsters that it says can not find, it's why you didn't have them inside /data/monster (For example: tarantula.xml) The second think that I saw, it's same as monsters, maybe inside /data/npc/scripts the name's NPC are not exactly or you don't have created yet. (For example: A...
  5. Sentinel3

    help avesta npc's

    What TFS do you use? Can you post the error you got and the script of Avesta NPC?
  6. Sentinel3

    Solved [Gesior banlist.php]

    Hi everyone, I got an error when I tryed to set a layout on my site. If someone can tell me what it means... I leave you the .php file .php File: <?php $ban_reason = array("offensive name", "name containing part of sentence", "name with nonsensical letter combination", "invalid name format"...
  7. Sentinel3

    Lua [TFS 1.0] NPC (onCreatureSay)

    Hi everyone, Well you know guys that Christmas is here soon :rolleyes:, so I decided to create the NPC (Santa Claus) for reward the players who connect during Christmas. About NPC, all works perfect except this error: Using: Lastest version of TFS 1.0 Error I got in console: Lua Script...
  8. Sentinel3

    Solved [TFS 1.0] Raids.lua

    Alright thank you so much, works perfectly with last script that you pass! <Solved>
  9. Sentinel3

    CreatureEvent Addon Bonus System

    Works with lastest version of TFS 1.0?
  10. Sentinel3

    Solved [TFS 1.0] Raids.lua

    Got this error with your remake script: Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/spawn/raid.lua:onThink data/globalevents/scripts/spawn/raid.lua:27: attempt to compare number with nil stack traceback: [C]: in function '__lt'...
  11. Sentinel3

    Solved [TFS 1.0] Raids.lua

    Hi everyone, I got an error when server tried to start raid. Using: Lastest version of TFS (1.0) Maybe I miss some function in /data/global.lua? The error I got in console's server: Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/spawn/raid.lua:onThink...
  12. Sentinel3

    Solved Walk through monsters/players

    Well, nice history! But I guess that this thread was for support, so you don't need to make a cool sentence here :)
  13. Sentinel3

    Solved Walk through monsters/players

    Maybe you have reason about it, but it was the access id of /data/XML/groups.xml
  14. Sentinel3

    Solved Walk through monsters/players

    Alright fixed, it was the access number. Thank you so much! <Solved>
  15. Sentinel3

    Solved Walk through monsters/players

    The players and gods are okay, but Tutors can walk through others, where can I locate the function for tutors? (From this Player.cpp of course)
  16. Sentinel3

    Solved Walk through monsters/players

    Hi everyone, How can I change that tutors can not walk through monsters and players? I don't know where option can be localized (I mean, .lua, .xml, flags of groups.xml) Using: Lastest version of TFS 1.0 Thank you so much in advice, I hope that you'll help me :D!
  17. Sentinel3

    Solved onLogin (SetSkull)

    @Ninja, works perfectly just remove the flag: Do_not_gain_infight Solved
  18. Sentinel3

    Solved onLogin (SetSkull)

    I guess that you mean this: Flags Calculator
  19. Sentinel3

    Solved onLogin (SetSkull)

    Then I have this: /data/XML/groups.xml <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player" flags="137438953472" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="Tutor" flags="16809984" access="1" maxdepotitems="0" maxvipentries="200" /> <group id="3"...
  20. Sentinel3

    Solved Monster <attack> tags help

    Change thread to <SOLVED>, please ;)
Back
Top