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

    Metin event Help talkactions

    .
  2. B

    Metin event Help talkactions

    What line I have to add for talkaction."!metin". <?xml version="1.0" encoding="UTF-8"?> <mod name="Metin Stone Event" version="1.1" author="Oskar" contact="[email protected]" enabled="yes"> <config name="metinStone_conf"><![CDATA[ metinStoneStart = { pos_od...
  3. B

    PANDORA BOX(mods)

    This is my pandorabox.xml in mods. Im have tfs 0.4 and Tibia 8.6. <?xml version='1.0' encoding='UTF-8'?> <mod name="pandoraBox" version="0.1.2" author="Oskar" contact="http://otibia.pl/members/oskar-5/" enabled="yes"> <config name="pandoraBox_conf"><![CDATA[ dateToStart = {...
  4. B

    PANDORA BOX(mods)

    [18:56:47.045] > Loading pandorabox.xml...[Error - ScriptManager::loadFromXml] This is error ! Why ?!
  5. B

    PANDORA BOX(mods)

    I have that problem. [19:25:35.855] > Loading pandorabox.xml...[Error - ScriptManager::loadFromXml] Cannot load mod pandorabox.xml [19:25:35.855] Line: 1, Info: Start tag expected, '<' not found script: <mod name="Pandora Box" version="1.2" author="Bobciu" contact="[email protected]"...
  6. B

    Solved Frags bug! PLEASE HELP.

    Work! Thanks Ninja!
  7. B

    Solved Frags bug! PLEASE HELP.

    Work. How with that? mysql_real_query(): DELETE FROM `guild_wars` WHERE `status` = 0 AND `begin` < 1382016162; - MYSQL ERROR: Table 'secret.guild_wars' doesn't exist (1146) mysql_real_query(): UPDATE `guild_wars` SET `status` = 5, `end` = 1382188962 WHERE `status` = 1 AND `end` > 0 AND `end` <...
  8. B

    Solved Frags bug! PLEASE HELP.

    how repair this : mysql_real_query(): SELECT `gildia_ots_comunication`.* FROM `gildia_ots_comunication` inner join players on players.name=`gildia_ots_comunication`.name where `players`.`online`='1'; - MYSQL ERROR: Table 'secret.gildia_ots_comunication' doesn't exist (1146)...
  9. B

    Solved Frags bug! PLEASE HELP.

    Did it
  10. B

    Solved Frags bug! PLEASE HELP.

    how can i add this ? and where
  11. B

    Solved Frags bug! PLEASE HELP.

    mysql_real_query(): SELECT `pd`.`date` FROM `player_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id`LEFT JOIN `player_deaths` pd ON `k`.`death_id` = `pd`.`id` WHERE `pk`.`player_id` = 76 AND `k`.`unjustified` = 1 AND `pd`.`date` >= 1379591734 AND `k`.`war` = 0 - MYSQL ERROR...
  12. B

    Solved Frags bug! PLEASE HELP.

    Cant find any valid here.
  13. B

    Solved Frags bug! PLEASE HELP.

    I dont know what is wrong..
  14. B

    Solved Frags bug! PLEASE HELP.

    Still not
  15. B

    Solved Frags bug! PLEASE HELP.

    <talkaction words="!frags" event="script" value="frags.lua"/> frags.lua local config = { useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')), advancedFragList = getBooleanFromString(getConfigValue('advancedFragList')) } function onSay(cid, words, param, channel)...
  16. B

    Solved Frags bug! PLEASE HELP.

    What code u need to see?
  17. B

    Solved Frags bug! PLEASE HELP.

    0 frags. ; / when i kill sb i don't have frag from him
  18. B

    Solved Frags bug! PLEASE HELP.

    I have problem with frags. When i kill someone , i didnt get any frag in !frags. Why ? What is wrong? Plis help :)
Back
Top