• 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

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    string(334) "SELECT `p`.`name`, `p`.`level`, `p`.`vocation`, `p`.`experience`, `p`.`exphist1`, `p`.`exphist2`, `p`.`exphist3`, `p`.`exphist_lastexp`, `p_on`.`player_id` AS `online` FROM `players` p LEFT JOIN `players_online` p_on ON `p`.`id` = `p_on`.`player_id` WHERE `p`.`group_id` < 2 ORDER BY...
  2. therrax

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    string(334) "SELECT `p`.`name`, `p`.`level`, `p`.`vocation`, `p`.`experience`, `p`.`exphist1`, `p`.`exphist2`, `p`.`exphist3`, `p`.`exphist_lastexp`, `p_on`.`player_id` AS `online` FROM `players` p LEFT JOIN `players_online` p_on ON `p`.`id` = `p_on`.`player_id` WHERE `p`.`group_id` < 2 ORDER BY...
  3. therrax

    Converting GesiorAcc to ZnoteAcc - Powergamers.php

    Hello. Information: TFS 1.0 Could someone convert powergamers.php from GesiorAcc to ZnoteAcc? Or help me how to do this.. Unfortunately, I can't do this myself.. :( It's a powergamers.php https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/powergamers.php Greets
  4. therrax

    Znote Acc - daily and weekly xp statistics

    Can anybody help me?
  5. therrax

    Znote Acc - Problem with function checkNewNameForIllegal

    Can anybody help me? :/
  6. therrax

    Znote Acc - daily and weekly xp statistics

    Hi Everyone. Does anyone know how to add XP statistics in Znote Acc (TFS 1.0)? For example, add it to character profile. Weekly and daily exp, and best daily of all the time exp. Greets. :)
  7. therrax

    Znote Acc - Problem with function checkNewNameForIllegal

    Hi All. My problem: I am using ZnoteAcc (master) on tfs1.0 When I change my nick by shop (ticket) I can use all marks ( for example ó,ą,ć,ź,ż,@#$%) for example - I can change my nick from Therrax to The%#$rax Could You take a look and tell me why it doesn't work? :/ // CHANGE character name if...
  8. therrax

    Lua Console errors

    Thanks :) I replace this with this "doSendMagicEffec"
  9. therrax

    VIP and gender ZNOTE ACC

    @Ninja I dont know how use this function, could you explain me this?
  10. therrax

    Lua Console errors

    Hi, TFS 1.0 I have trouble with manarune script: Lua Script Error: [Action Interface] data/actions/scripts/liquids/manarune.lua:onUse luaDebugPrint(). Deprecated function. stack traceback: [C]: in function 'debugPrint' data/compat.lua:305: in function 'doSendAnimatedText'...
  11. therrax

    VIP and gender ZNOTE ACC

    I use this, but it show only gender number: <?php echo $profile_data['sex'];?>
  12. therrax

    VIP and gender ZNOTE ACC

    Hi Everyone. What I have to add to my characterprofile.php, to show character gender and VIP status? I am using ZNOTE ACC, TFS 1.0 and my VIP storage is 59000. Thanks for all reply. Greets :)
  13. therrax

    Solved Adding VIP time online players

    thanks :)
  14. therrax

    Solved Adding VIP time online players

    Hi. TFS 1.0 (VIP time system) [http://otland.net/threads/tfs-1-0-vip-system-based-on-mocks.197560/] How to add vip time for all online players? (all at the same time) Need fast help! :( Greets
  15. therrax

    Lua Need help with 2 functions

    REFRESH
  16. therrax

    Lua VIP for online players

    How to add VIP time for all online players? Thanks for suggestions :)
  17. therrax

    Solved Console errors

    thanks :)
  18. therrax

    Solved Console errors

    TFS 1.0 Lua Script Error: [Main Interface] data/global.lua data/compat.lua:760: attempt to index global 'Variant' (a nil value) stack traceback: [C]: in function '__index' data/compat.lua:760: in main chunk [C]: in function 'dofile' data/global.lua:1: in main...
  19. therrax

    Lua [1.0] doCreateItem: attempt to index nil

    Hi. I am using tfs 1.0 this is error: data/creaturescripts/scripts/Inquisition.lua:onKill attempt to index a nil value stack traceback: [C]: at 0x008a320c [C]: in function 'doCreateItem' data/creaturescripts/scripts/Inquisition.lua:27: in function...
  20. therrax

    [WEB] config sms shop points for player

    Hi. TFS 1.0 [ ZnoteAcc ] I dont know how to change this code to work properly. I know how to set my configutation. But I dont know how to add points for player <?php ################################################################################################### # # ProfitSMS.pl...
Back
Top