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

    Solved help, I can't enter in my server...

    2º function isMonster(cid) return isCreature(cid) and cid >= AUTOID_MONSTERS and cid < AUTOID_NPCS end function isNpc(cid) return isCreature(cid) and cid >= AUTOID_NPCS end function doPlayerSetExperienceRate(cid, value) return doPlayerSetRate(cid, SKILL__LEVEL, value) end...
  2. Purrin

    Solved help, I can't enter in my server...

    now this [6/10/2014 19:14:28] [Error - CreatureScript Interface] [6/10/2014 19:14:28] data/creaturescripts/scripts/login.lua:onLogin [6/10/2014 19:14:28] Description: [6/10/2014 19:14:28] data/lib/050-function.lua:315: attempt to call global 'getCreatureCondition' (a nil value) [6/10/2014...
  3. Purrin

    Solved help, I can't enter in my server...

    Hi everyone, pls someone can help me with this error: [3/10/201417:52:31][Error-CreatureScriptInterface] [3/10/201417:52:31] data/creaturescripts/scripts/login.lua:onLogin [3/10/201417:52:31]Description: [3/10/201417:52:31] data/creaturescripts/scripts/login.lua:29: attempt to call...
  4. Purrin

    Error in Website

    I already did, but still the same problem :s
  5. Purrin

    Error in Website

    i have another problem, when i want to load the monsters to my page sample this error Warning: DOMDocument::load(C:/Documents and Settings/Administrador/Mis documentos/Global Compacto/data/monster/Traps\deathslicer.xml): failed to open stream: Permission denied...
  6. Purrin

    Error in Website

    :D thanks
  7. Purrin

    Error in Website

    look my lines 419 to 424 public function getCreated() { if( !isset($this->data['created']) ) { throw new E_OTS_NotLoaded(); } where i put that? forgive my ignorance
  8. Purrin

    Error in Website

    now this Parse error: syntax error, unexpected 'return' (T_RETURN) in F:\xampp\htdocs\pot\OTS_Account.php on line 423
  9. Purrin

    Error in Website

    i'm using the 0.3.8 help?
  10. Purrin

    Error in Website

    hi, when i try finding a character, sample this error. pls help Fatal error: Uncaught exception 'E_OTS_NotLoaded' in F:\xampp\htdocs\pot\OTS_Account.php:423 Stack trace: #0 F:\xampp\htdocs\characters.php(287): OTS_Account->getCreated() #1 F:\xampp\htdocs\index.php(94)...
  11. Purrin

    Solved Error with gesior

    :D thanks
  12. Purrin

    Solved Error with gesior

    :s how or where? i'm new creating a website e.e
  13. Purrin

    Solved Error with gesior

    STEP 5 Set Admin Account Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vip_time' in 'field list'' in F:\xampp\htdocs\pot\OTS_Account.php:237 Stack trace: #0 F:\xampp\htdocs\pot\OTS_Account.php(237): PDO->query('SELECT `id`...
Back
Top