• 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. Knight God

    [Geisor AAC] Customized characters.php, screenshot!

    Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Array' in 'where clause'' in C:\xampp\htdocs\characters.php:240 Stack trace: #0 C:\xampp\htdocs\characters.php(240): PDO->query('SELECT * FROM p...') #1...
  2. Knight God

    [Geisor AAC] Customized characters.php, screenshot!

    <?PHP $name = stripslashes(ucwords(strtolower(trim($_REQUEST['name'])))); if(empty($name)) { $main_content .= 'Here you can get detailed information about a certain player on '.$config['server']['serverName'].'.<BR> <FORM ACTION="?subtopic=characters" METHOD=post><TABLE WIDTH=100%...
  3. Knight God

    [Geisor AAC] Customized characters.php, screenshot!

    Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Array' in 'where clause'' in C:\xampp\htdocs\characters.php:240 Stack trace: #0 C:\xampp\htdocs\characters.php(240): PDO->query('SELECT * FROM p...') #1...
  4. Knight God

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    will be possible? o.0 D:! good idea
  5. Knight God

    New function forum.php

    work, thanks !! :) i added rep for you ^^
  6. Knight God

    New function forum.php

    [PHP]function replaceAll($text, $smile) { $rows = 0; while(stripos($text, '') !== false && stripos($text, '') !== false ) { $code = substr($text, stripos($text, '')+6, stripos($text, '') - stripos($text, '') - 6); if(!is_int($rows / 2)) { $bgcolor = 'ABED25'; }...
  7. Knight God

    New function forum.php

    function showPost($topic, $text, $smile) { $text = nl2br($text); $post = ''; if(!empty($topic)) $post .= '<b>'.replaceSmile($topic, $smile).'</b><hr />'; $post .= replaceAll($text, $smile); return $post; } if(!$logged) $main_content .= 'You are not...
  8. Knight God

    New function forum.php

    not work :/ [.url=http://www.google.cl]testing[./url] without points.
  9. Knight God

    New function forum.php

    bump
  10. Knight God

    Windows NPC Database "onThink" Error

    function onUse(cid, item, frompos, item2, topos) rw = getItemRWInfo(item.uid) if rw and 1 then if rw and 2 then doShowTextDialog(cid, 2598, text) else doShowTextDialog(cid, 2598, text) end else if item.itemid == 2598 then doShowTextDialog(cid...
  11. Knight God

    Door/Tile script help.

    -- level doors based on actionId -- to make door for level x create door on map and set its actionid to x+1000 -- Adapted by Ramirow (Otland.net) function onUse(cid, item, frompos, item2, topos) reqlevel = item.actionid - 1000 -- actionids below 1000 are reserved storage = 2500...
  12. Knight God

    NPC Rent Mounts!

    i not use 9.X+, but this is nice :) good job ;)
  13. Knight God

    Action Daily Quest + Counter - player can get prize after 24 hours from the last time.

    i have this :3 it is like box on yalahar, thais, etc.. local t = { -- from, to, id[, count] {1, 36}, -- will be empty =P {37, 46, 2152, 80}, {47, 55, 2152, 50}, {56, 64, 2160, 5}, {65, 73, 2789, 5}, {74, 81, 7620}, {82, 87, 7618}, {88, 92, 9811}, {93, 96, 9808}, {97, 100...
  14. Knight God

    TalkAction deleted thread

    find number 1426 and delete the line on movements.xml [25/06/2012 22:34:23] [Warning - MoveEvents::addEvent] Duplicate move event found: 1426 replace duplicate item ids or delete lines from AlchemySystem.xml on mods 25/06/2012 22:34:23] > Loading PartyShare.xml...[Warning -...
Back
Top