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

    Oracle - Keywords without the use of caps

    Hi there, i need help with a script where i need it edited so that the players that want to continue too rook, can say the keywords without using caps lock on some letter. For instance "Lightonia" - I want it to be able to be said when a player says "lightonia" which it cant now. The reason...
  2. L

    Gesior Guilds.php

    I am having issues with guilds.php on gesior 2012 Creating a guild isn't a problem neither having one, but when you go into a specific guild(any guild) it gives me a error on the website You can check it out on; http://lightonia.com/?subtopic=guilds&action=show&guild=80 or Fatal error: Call to...
  3. L

    Depot doesn't load

    I have an issue with depots, the items just disappeared after a restart. This is my error. [Error - IOLoginData::loadPlayer] Cannot load depot 2 for player Tataa I try to find some answers for this, but cant seem to do that. I would appreciate any help, Thanks.
  4. L

    NPC.lua And Npchandler.lua crashing server

    Hey, there is some dude that found an exploit that makes my server crash all the time for some reason. I dont know why but it is the NPCs for sure; npc.lua function selfSayChannel(cid, message) return selfSay(message, cid, false) end function selfMoveToThing(id) errors(false) local...
  5. L

    Solved Get items on level depending on vocation Knight weapons issue!

    I need help with knight weapons when it comes to getting items on level ( different each vocation) My script is like this local c = { [{1,5}] = { [15] = {items = {{itemid = 2188, count = 1}}, storage = 99963}, [30] = {items = {{itemid = 2189, count = 1}}, storage = 99964}, [70] =...
  6. L

    Gesior Createcharacter new look issue

    Hey, im having issues on create character new look issue from http://otland.net/threads/new-look-create-character.155679/ And the issue is vocations; on sorcerer it says = o on druid = n on paladins = e and nothing on knights. It creates without any issues but the names aren't right. Please...
  7. L

    How do i make the Landing page link on index.html

    Hey, im wondering how i can make my landing page to be for instance index.html? I'm currently using gesior 2012 Im guessing that here is the landing page codes load.page.php <?php if(!defined('INITIALIZED')) exit; ob_start(); $main_content = ''; include("pages/" . $subtopic . ".php")...
  8. L

    Signature link to the character

    How do i make the signature link to the character on my page when put they link it on forums? signature.php <?php if(!defined('INITIALIZED')) exit; $player = new Player(); $player->find($_GET['name']); if($player->isLoaded()) { if(!file_exists('cache/signatures/' . $player->getID())...
  9. L

    Recieving frags on war mode

    Hey, when 2 guilds fight eachother and kill someone in the enemy guild, they recieve a frag, wich they normally shouldn't. How do i fix this?
  10. L

    Circle Countdown

    Hi guys, i wonder how i could fix this one to fit into my latestnews.php ? Ive tried alot of stuff, doesn't seem to work! Here is the link! http://git.wimbarelds.nl/TimeCircles/ Thanks! bump
  11. L

    Translation system issue

    Hey im having issues with my translation system, as you can see on my website after pressing on a flag: http://Lightonia.com The code for the translator is: <div id="translator_5296"><noscript>Javascript is disable - <a href="http://www.webestools.com/">http://www.webestools.com/</a> - <a...
  12. L

    Background Header Request

    I really would like a header to be made for my server website at the top where it could be seen on the website. Check out the website: http://Lightonia.com Thanks! Here is the header/background:
  13. L

    Signature

    Hi, i wonder if anyone can do so that my signature says Lightonia instead of myserver. Thank you! Thank you!
  14. L

    Rush event the wrong team gets the reward

    Solved by @@dchampag Here is the fully working rush event/massive team battles for 0.4 series of TFS probably for other revisions too. http://pastebin.com/wuLU0J9u The title says it all.. Here is all the parts of the script that im guessing is the reward part, its a mod so i can't post it all...
  15. L

    Solved Keep frags on site

    Hey, how do i make sure that my website keeps the frags on the website even though the players use the frag remover? Im not sure what scripts to post.. Thanks!
  16. L

    Gesior Event Countdown

    Hey, i would like to request a countdown on the webpage where it reminds the players that for example the event starts in 20:00 etc ( but on a countdown like; Team Battles starting in 18 hours 21 minutes. ) That would be much appreciated. Thanks!
  17. L

    Gesior PHP/Java requests

    Hello, i would like a similar to http://www.gunzodus.net/ The one they have on the Logo, the thing scrolling down showing some general information about the server. If there is nothing like that released, i would understand. The reason why i ask, is simply because i have seen it on other...
  18. L

    Many players got their vocations changed, why?

    Hey, as the topic says, many players changed vocation and i have no clue why this happened. How can i solve this?
  19. L

    Solved Urgent issue My server lags need help!

    Hey there, the topic name says it all. I need urgent help from people, cause i do not know where the issue lies. I changed nothing with my server and now all of a sudden it starts lagging like hell. Has nothing to do with the host as it works fine generally. I get this issue only on the TFS...
  20. L

    Capture the flag Issues

    Hi there, im having issues with CTF mod, my script mostly works but when someone takes the flag and captures it, it says Blue team flag: -1/3 captures. Im not sure how to fix this. Please help me out, would be much appreciated. Im gonna send 3 replies of the rest of the code as it is too long...
Back
Top