• 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

    Lua Error in Script

    Bump@
  2. FabianoBN

    Lua Error in Script

    I have one erro in the script, do not let the monster die Script: function onKill(cid, target) local m = { ["humongous fungus"] = 101007, } if(isMonster(target) == TRUE) then local n = getCreatureName(target) local name_monster = m[string.lower(n)] if(name_monster) then local contagem...
  3. FabianoBN

    Solved [Script] Muck Remover

    Thanks Guy, Rep + to you. You Helped me a lot! Thanks so much!
  4. FabianoBN

    Solved [Script] Muck Remover

    Thanks North you Solved my problem, but now I need to add for example when you use and win, you receive 10 x 18413, Do you know how to do this?
  5. FabianoBN

    Solved [Script] Muck Remover

    I did this, but I don't find my mistake, Can you help me? Thanks.
  6. FabianoBN

    Solved [Script] Muck Remover

    Hello, I want to do, the muck remover work, but when I do use the mucus plug, if stacked, will use a case for a give error in removing the mucus, but if it goes successful player and has a stack of two or more mucus plug all disappear. Another situation is that I can not also reward the...
  7. FabianoBN

    [Znote AAC] Offline Training Page

    o.O Very Nice! Yes.
  8. FabianoBN

    [Znote AAC] Outfit Bonuses

    to resolve the error at the end of the page add after </table> another </table> Thanks for This :D
  9. FabianoBN

    [Znote AAC] Offline Training Page

    Scarlet Ayleid Thanks for Approving! I Add demo :) thx
  10. FabianoBN

    [Znote AAC] Offline Training Page

    Hello >:D Go to put the Offiline Training in your page? In www/engine/function Open the life users.php go to line 1190 press the ENTER and put this: function training_count_online() { return mysql_result(mysql_query("SELECT COUNT(`id`) from `players` WHERE `offlinetraining_skill` > 0;"), 0)...
  11. FabianoBN

    [Znote AAC] TibiaCOM template

    hmm sorry xP use this: <div id="MenuColumn"> <div id="LeftArtwork"> <a rel="nofollow" href="sub.php?page=news" ><img id="TibiaLogoArtworkTop" src="layout/images/global/header/tibia-logo-artwork-top.gif" alt="logoartwork" /></a> </div> <?php if (user_logged_in() === true) { ?>...
  12. FabianoBN

    Good Time - double exp

    would add the days that will happen instead of hours? eg Monday, Wednesday, Friday and Sunday? from 00:00 to 23:59.
  13. FabianoBN

    [Znote AAC] TibiaCOM template

    Add this Query in Your MYSQL: CREATE TABLE IF NOT EXISTS `znote_shop_orders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `account_id` int(11) NOT NULL, `type` int(11) NOT NULL, `itemid` int(11) NOT NULL, `count` int(11) NOT NULL, `time` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`)...
  14. FabianoBN

    [Znote AAC] TibiaCOM template

    yes powerkn, this is for u: -------------------------------------------------------------------------------------------------------------------------------------- ADD this in your database in a SQL Query ALTER TABLE `accounts` ADD `type` BIGINT( 255 ) NOT NULL DEFAULT '0' ;
  15. FabianoBN

    [Znote AAC] TibiaCOM template

    change your leftside.php for this: <div id="MenuColumn"> <div id="LeftArtwork"> <a href="sub.php?page=news" ><img id="TibiaLogoArtworkTop" src="layout/images/global/header/tibia-logo-artwork-top.gif" alt="logoartwork" /></a> </div> <?php if (user_logged_in() === true) { ?>...
  16. FabianoBN

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    this happens when you access the page? or when you try to post a news? ____-------------------_____________________--------------------------____________________----------------------______________-------- Works 100% for me. XP
  17. FabianoBN

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Ok, waiting in the next version or patch tests
  18. FabianoBN

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    And this: ALTER TABLE `znote_accounts` ADD `cooldown` int(10) DEFAULT 0; No? ----------------------------- AND paygol not work for me xP
  19. FabianoBN

    [Znote AAC] TibiaCOM template

    Nice Nice Nice!!!! I love you :D
  20. FabianoBN

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    I am not able to access the site using Debian 6 and Lighttpd Webserver I'm with this error: Server Error The website encountered an error while retrieving http://website/. It may be down for maintenance or configured incorrectly. Here are some suggestions: Reload this web page later. {HTTP...
Back
Top