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

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Up@ your DB of OTSERV are install in MYSQL? Because the error is in class load! In load, is loading the db players.
  2. FabianoBN

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    What do I need in Whoisonline.php to show vocations VIP only for those who have the second sale? it is showing the second vocation for those who have the first promotion.
  3. FabianoBN

    Lua [Movements] Firewalker and Magma Boots

    This?: local condition = {} for i = 1, 4 do table.insert(condition, createConditionObject(CONDITION_FIRE)) addDamageCondition(condition[i], 1, 0, -(i == 1 and 20 or i==2 and 2 or i == 3 and 10 or i == 4 and 1)) addDamageCondition(condition[i], isInArray({1,3},i)==TRUE and 7 or 2, 9000...
  4. FabianoBN

    Lua [Movements] Firewalker and Magma Boots

    yes man! but it is the protection! More the bug is: The Protect is for Fire Field and not attack of Fire!
  5. FabianoBN

    Existem BR's?

    Verdade hahaha!
  6. FabianoBN

    Lua [Movements] Firewalker and Magma Boots

    Please Bump@ >x
  7. FabianoBN

    Existem BR's?

    GOIAS AQUI TBM XD ---------------------------------------------------------------------------------------------------------------- E ae!!! Estamos ae >D
  8. FabianoBN

    Lua [Movements] Firewalker and Magma Boots

    could you tell me how to solve the error of firewalker boots and magma boots because each is with 90% less damage from fire attack! Being that it is only with tile fire field. - - - Updated - - - bump@
  9. FabianoBN

    Error monsters do not pass over dead body

    Resolved....
  10. FabianoBN

    Error monsters do not pass over dead body

    Get to know which revision that was neat? Please ;x
  11. FabianoBN

    TalkAction ~ Market System by www ~ Tibia 8.6!!!

    query not miss? because the script marketsystem.lua has a line asking: db.executeQuery("UPDATE `players` SET `auction_balance` = `auction_balance` + " .. buy:getDataInt("cost") .. " WHERE `id` = " .. buy:getDataInt("playername") .. ";") and not have to query the table to change players! would...
  12. FabianoBN

    Error monsters do not pass over dead body

    If it passes through another dead monster does not know, but he does not go by your own body is dead sure. Many monsters do not pass on their bodies as rotworm slime among others. TFS 0.4 - 3777 - 8.60
  13. FabianoBN

    Error monsters do not pass over dead body

    Resolved!!!!!
  14. FabianoBN

    TalkAction ShopGuild Points 100% add in player offline.

    For Gesior 2012: Command for ADD Items in Shop Guild Script in data/talkactions/scripts name add_shopguild_talkaction.lua function onSay(cid, words, param, channel) local toPos = getCreatureLookPosition(cid) -- this function may not exists in old TFSes :/ toPos.stackpos =...
  15. FabianoBN

    Linux Permission in Ubuntu 10.04

    Can anyone tell me how to return the permission of / var to default? put it unintentionally chmod-R 777 and now the site instead of opening the site downloads the file.
  16. FabianoBN

    Linux Help in Ubuntu 12.10 x64

    Yes I install lighttpd.
  17. FabianoBN

    Linux Help in Ubuntu 12.10 x64

    WebSite Lighttpd installed and Mysql server. But the site does not work! I open the website by ip and instead of opening the page opens the code! example: open in chrome: 127.0.0.1 appears and the php code: <?php class exemplo { function __construct() { include_once('test.php'); }...
Back
Top