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

    Lua Stream Website

    In my file globalevents.xml: <globalevent name="stream" interval="1000" event="script" value="stream.lua"/> My stream.lua in globalevents/scripts: My file stream.json in htdocs/cache: {"Teste Nome":[10,9,7,128,0,78,68,58,0,0,1,0,0],} Print of Location in server: Print of Website...
  2. helflin

    [WEBSITE] Help With Emails

    Hi guys, When someone creates an account, the server sends an email to the account created, containing the following data: Your account name and password! You or someone else registred on server XXXX ZZZZ withthis e-mail. Account name: xxxxxxxPassword: zzzzzzz After login you can: Create new...
  3. helflin

    Lua Stream Website

    Hi guys, --------------------------------------------------------------------------------------- Here, in this link have any example: https://otland.net/threads/stream-live-from-your-website.175351/ But doesnt works in TFS 0.4, because have many errors...
  4. helflin

    Lua Bug Movements

    Hi guys, I have these code in an file with extension .lua But i have one problem, when the CreatureName have ' ... an example: Knight'Parsk, it's a problem, but don't update in database because the illegal character ' I know that in PHP language have an function that put some \ before this '...
  5. helflin

    Website Problems

    When I create a character for the page (Account Management), I can create players with these names, example: Player'One, Player-Two. ' and - My check_name.php: <?PHP echo '<?xml version="1.0" encoding="utf-8" standalone="yes"?>'; $config_ini = parse_ini_file('../config/config.ini')...
  6. helflin

    Solved Vip Players

    Thank you. Nice.
  7. helflin

    Solved Vip Players

    I use VIP Account System By Mock 1.0, which uses the table "vip_time". I have a page here that is showing vip players vip but that is for storage, would adapt this page to show the players vip system by mock? <?PHP $zapytanie = $SQL->query('SELECT `player_storage`.`player_id`...
  8. helflin

    CTF[Capture The Flag]

    No, this is not what I meant. What you said, if the event happen according when I open the server, when you run theforgottenserver.exe and is not that what you want. I only need to put the event on Friday at 19hours. --- It is wrong?! <globalevent name="ctf" interval="19:00:00"...
  9. helflin

    CTF[Capture The Flag]

    This is my first thread... I need to set this event to happen only Friday, at 7 pm Because the way it is, when you open the server ot he starts together and when one ends another begins, and so does not ... Sorry, i used Google Translator... This is my ctf event.xml, this is and MOD.
Back
Top