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

    Time zone problems.

    For linux users: I had to log in as root then "dpkg-reconfigure tzdata" and set correct zone
  2. therrax

    Time zone problems.

    I have to put it to my header.php?
  3. therrax

    New player name - createcharacter.php

    Thanks but what with time?! ;p
  4. therrax

    New player name - createcharacter.php

    @Ninja How to set correct time in website? My last login is +1h faster than real time. It's in header? (My time zone is Warsaw +1) <?php $time = microtime(); $time = explode(' ', $time); $time = $time[1] + $time[0]; $start = $time; ?> ?
  5. therrax

    New player name - createcharacter.php

    O my :o thanks..
  6. therrax

    New player name - createcharacter.php

    Hi Otland. Information: TFS 1.0 Znote AAC 1.5 Why players on my Ot can create name with "_" For example I can create nick: Kon_ikoza I have this: if (!preg_match("/^[a-zA-Z_ ]+$/", $_POST['name'])) { $errors[] = '<tr class="striped" style="width: 100%;" cellspacing="1"...
  7. therrax

    Time zone problems.

    Welcome Otland! Information: I am using tfs 1.0 and ZnoteAAC 1.5 My time zone : (Warsaw) +1 I have problem with time on server and website For example: Real time: 13:00 Website time: 14:00 Server time 11:00 How to set it all? :/
  8. therrax

    Solved Vip status from database

    That's great! Thanks @Ninja ;*
  9. therrax

    Solved Problem with function

    It's last, right?
  10. therrax

    Solved Vip status from database

    @StreamSide Sorry I am really beginner, I dont understand it :/ Could someone help me? ;(
  11. therrax

    Solved Problem with function

    @Limos The Forgotten Server - Version 1.0 Compilied on Aug 28 2014 07:57:26 for arch x64
  12. therrax

    Solved Vip status from database

    Hi. I am beginner.. Could someone explain to me how add VIP status in characterprofile.php? Informations: I am using ZnoteAAC 1.5 master and TFS 1.0 . In database: That is in accounts/viptime VIP status is for all characters of the account. Can someone send me the correct code? Thanks for any...
  13. therrax

    Solved Problem with function

    @Limos thanks but now: I have it in my compat: function broadcastMessage(message, messageType) Game.broadcastMessage(message, messageType) print("> Broadcasted message: \"" .. message .. "\".") end console error: Lua Script Error: [GlobalEvent Interface]...
  14. therrax

    Solved Problem with function

    Hi. TFS 1.0 I have small problem with lastman event: script: local createpos = {x=778,y=996,z=7} -- Every 2h where will the Teleport Appear local topos = {x=775,y=1006,z=8} -- Where will the Teleport take you local msg = "Last man standing event TP has now been closed! It will open again in 2...
  15. therrax

    Solved Vip tile - level limit acces

    Anyway thank you @Printer I changed your script. Solved :)
  16. therrax

    Solved Vip tile - level limit acces

    Yes. I think about that! :)
  17. therrax

    Solved Vip tile - level limit acces

    It's weird... Doesn't work for me :( I cant stand on this, at level 7 :( why? I dont have errors in console. "20:46 You are not VIP!!!" why?
  18. therrax

    Solved Vip tile - level limit acces

    Yes.. :D Script does not work..I can not go on a 7 level. No console errors. function onStepIn(cid, item, position, fromPosition) if getPlayerVipTime(cid) == 0 then doTeleportThing(cid, fromPosition, FALSE) doSendMagicEffect(getCreaturePosition(cid),66) doPlayerSendTextMessage(cid...
  19. therrax

    Solved Problem with function

    Thanks, I had to replace. :)
  20. therrax

    Solved Problem with function

    Hi :) TFS 1.0 error: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/freebless.lua:onLogin data/creaturescripts/scripts/freebless.lua:9: attempt to call global 'getThingPo sition' (a nil value) stack traceback: [C]: in function 'getThingPosition'...
Back
Top