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

    Nicaw Accmaker

    this time its a Missing Table Table 'otserv.player_skills' doesn't exist I think there is some thing missing in your installation Try to create a new Database then install Nicaw or just Re install Nicaw it may add the missing tables agaian - Sorry but i didnt used Micaw before
  2. seleo

    Cant put a locked door..

    Just find where is Remere's installation folder and there you can find the configuration files
  3. seleo

    Spawn Time

    Just add it in a raid http://otland.net/threads/tutorial-creating-raids.1726/
  4. seleo

    Quests.

    Set UID to the Chest for example 12345 function onUse(cid, item, frompos, item2, topos) if item.uid == 12345 then ----------Any UID here if getPlayerStorageValue(cid,12345) == -1 then ----------Same UID here doPlayerSendTextMessage(cid,25,"You have found a Dragon Scale Legs.")...
  5. seleo

    Cant put a locked door..

    right click Remere's shortcut in your desktop then click properties then choose find target. a folder will open where you can find Remere's configuration files.
  6. seleo

    Nicaw Accmaker

    there is a missing column in your database ALTER TABLE `players` ADD `rank_id` INT( 11 ) NOT NULL DEFAULT '0';
  7. seleo

    Server Crashing After Killing Some Monsters

    change the the monster corpse. and give it a try or change the monster files with another ones.
  8. seleo

    assassin star

    its already 100% hit chance. <attribute key="maxHitChance" value="100" />
  9. seleo

    Problem with npc sellable items

    Try this one Loot.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  10. seleo

    Website problem

    You have to port Forward port 80 in your Router. there is some basic information Also check google. http://otland.net/threads/znotes-port-forwarding-tutorial-small-guide-lot-of-education.107832/ http://otland.net/threads/how-to-port-forward-to-get-players-online-and-play-on-your-server.34873/...
  11. seleo

    Hoster Looking for A Serious Hoster for my Project!

    Just check the page source to know exactly what is the Location and the name of the images then manually add it. that tutorial will help you also www.youtube.com/watch?v=1jtazx0OqtQ
  12. seleo

    Hoster Looking for A Serious Hoster for my Project!

    Still looking for a Hoster.
  13. seleo

    countdown on page

    Try this one $main_content .= '<script language="JavaScript"> TargetDate = "8/20/2013 8:00 PM"; CountActive = true; CountStepper = -1; LeadingZero = false; DisplayFormat = "<font size=\'3\' color=\'red\'><h1><center>ValourForce Starts after:<br/> %%D%% Days, %%H%% Hours, %%M%% Minutes %%S%%...
  14. seleo

    Linux Problem gesior on Ubuntu 10.04, but on WinXP it's ok

    go to index.php and down <?PHP put this: ini_set( 'display_errors', 1 ); example: <?PHP ini_set( 'display_errors', 1 ); and now reload your page and check what errors you will have.
  15. seleo

    Hoster Looking for A Serious Hoster for my Project!

    I sent you my contact information also. I will try to catch you online :)
  16. seleo

    Hoster Looking for A Serious Hoster for my Project!

    Hello Im looking for a serious hoster to host my Realmap project with med Exp Stages and alot of hunting spawns. if you are interested then send me private message with your contact information. Cities - Yalahar - Carlin - Ab'Dendriel - Kazordon - Thais - Venore - Darashia - Ankramun - Edron -...
  17. seleo

    [500 EUR] Searching for someone with knowledge regarding "hacking"

    if he hacked you then he have at least a Shellcode in your OS so he can come back later. Or he have a Root Account and you dont know about it. you need to re install you OS again also use a new AAC because he maybe also edited your PHP files so he can get back again. and the most important is...
  18. seleo

    The community recommendation thread.

    I recommed @macronus as a Very good PVP SCRIPTER and Linux operation system administrator.
  19. seleo

    Hoster 24/7 Hosting Available

    I have Good Projects to Host. just pm me with your contact information if you are interested.
  20. seleo

    Hoster Dedicated Server |Server4You | Read This!

    I have a Good Project to Host. Pm me with your skype account or facebook if you are interested.
Back
Top