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

    Creaturescript problem

    BUMP
  2. K

    Guild War system problem

    Bump Help please..
  3. K

    Guild War system problem

    war.php <?php $main_content = "<h1 align=\"center\">Guild Wars</h1> <script type=\"text/javascript\"><!-- function show_hide(flip) { var tmp = document.getElementById(flip); if(tmp) tmp.style.display = tmp.style.display == 'none' ? '' : 'none'; } --></script> <table width=\"100%\" border=\"0\"...
  4. K

    Guild War system problem

    data/talkactions/scripts/war.lua function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(not guild or getPlayerGuildLevel(cid) < GUILDLEVEL_LEADER) then doPlayerSendChannelMessage(cid, "", "You cannot execute this talkaction.", TALKTYPE_CHANNEL_W, 0) return true end...
  5. K

    Guild War system problem

    Hi, Im using 0.3.6.pl1 8.5.4 gesior acc and tfs with warsystem BUT.. This warsystem probably have got errors, maybe in wars.lua? When i wrote in game /war invite,nameguild,frags is ok /war accept,name guild .. ok and players have got war eblems but when i will kill player of enemy...
  6. K

    Creaturescript problem

    still doesnt work
  7. K

    Page view gesior

    bump
  8. K

    Page view gesior

    usercounter.dat rw-r--r--
  9. K

    Guild joining date problem gesior

    where can i found this code to joining date, in guilds.php?
  10. K

    Page view gesior

    config-and-functions.php //PAGE VIEWS COUNTER :) $views_counter = "cache/usercounter.dat"; // checking if the file exists if (file_exists($views_counter)) { // het bestand bestaat, waarde + 1 $actie = fopen($views_counter, "r+"); $page_views = fgets($actie, 9); $page_views++...
  11. K

    Page view gesior

    i have old version
  12. K

    Page view gesior

    my code <div id="Footer"> <?PHP $time_end = microtime_float(); $time = $time_end - $time_start; ?> <?PHP echo getFooter() ?><br/>Page has been viewed <?PHP echo $page_views; ?> times. Load time: <?PHP echo round($time, 4); ?>...
  13. K

    Page view gesior

    bump
  14. K

    Guild joining date problem gesior

    bump
  15. K

    Page view gesior

    I have problem with footer .. Page has been viewed times. Load time: 0.0141 seconds before times should be a number of views but it doesnt work idk why?? how to fix it?
  16. K

    Guild joining date problem gesior

    Hi i have problem with date how to fix it?
  17. K

    [easy] Image problem

    solved
  18. K

    [easy] Image problem

    Hi, I have my img in /var/www/galery/1s.jpg i add to my last news <img src='/galery/1s.jpg'></a> but this doesnt work idk why..? Gesior ACC..
  19. K

    Creaturescript problem

    still doesnt work
  20. K

    Creaturescript problem

    Hi i need sript that will be move a player from temple position to random sqm next to temple posiotion.. Player can not stand at this sqm becouse this script should move him to another sqm automaticaly. I have this script but doesnt work good. data\creaturescripts creaturescripts.xml...
Back
Top