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

    TFS 1.X+ ZNOTE NOT RECIVE POINTS

    All your Paypal settings should be in your config.php
  2. Fablow

    TFS 1.X+ ZNOTE NOT RECIVE POINTS

    You need to go Znote_accounts and check to see if the points showed up. But my guess is if you go to htdocs/ipn.php find this: mysql_update("UPDATE `znote_accounts` SET `points`='$new_points' WHERE `account_id`='$custom'"); replace with: mysql_update("UPDATE `accounts` SET...
  3. Fablow

    TFS 1.X+ ZNOTE NOT RECIVE POINTS

    Check your paypal to see if it's giving coins or premium_points. If it's premium_points you will need to convert to coins.
  4. Fablow

    TFS 1.X+ ZNOTE NOT RECIVE POINTS

    If you are using the Website from OTServBr, all donations need to be confirmed by the player and the god account.
  5. Fablow

    AAC [Gesior AAC] Second character town

    You will have to go to phpmyadmin and edit your character town_id to 8. To find town IDs just to go RME > Town List . When configuring for Home Town if you want more than one town to choose from: $config['site']['newchar_towns'] = array(8, 9, 10, 15, 32); You will also need to configure...
  6. Fablow

    TFS 1.X+ ZNOTE NOT RECIVE POINTS

    data/scripts/creaturescripts/others/login.lua at line 23: function playerLogin.onLogin(player) local items = { {2120, 1}, {2148, 3} }
  7. Fablow

    How to house tiles?

    I have had problems on servers where tapestry's and trophy's go missing. Maybe just depends what you are using.
  8. Fablow

    How to house tiles?

    You have to include all doors (including entrance), tiles, and walls. When adding your entrance door, it goes in front of the door.
  9. Fablow

    host server

    I recommend Premium SSD Offshore Hosting | Servers in Romania / USA / Moldova / Russia / Netherlands – Premium Offshore Hosting, VPS Hosting, Dedicated Servers and Many more at cheapest possible price. (https://legionhoster.com/) I have been using their hosting services for the last few...
  10. Fablow

    tibia client 12.64

    I would use SpiderClient Converter. https://github.com/opentibiabr/tools
  11. Fablow

    OTClient How to IP Change Tibia 12?

    You'll need HexEditor and Notepad++. In notepad: Open your client 12 and find: Find: Replace with: Find: This is a 53 letter domain so make a domain that's the same size Replace with your 53 letter domain. An example would be: Then find This is a 55 letter domain so make a domain...
  12. Fablow

    AAC PHPMyAdmin error #1064?

    I would try enabling your root user, creating the user based off Root User. Then disable your Root user. Edit: I would also try maybe updating your phpmyadmin/mysql
  13. Fablow

    AFK players counted after 15 mins

    https://otservlist.org/pages/contact https://otservlist.org/pages/faq
  14. Fablow

    AAC PHPMyAdmin error #1064?

    Did you delete the default users first? This also causes this issue.
  15. Fablow

    The state of this community

    yawns These threads are getting boring. To be honest. It's 2021, not 2010. At least your not asking the community to pool for money, I got to give you that.
  16. Fablow

    [8.60] OTX 3.8 - Server with REBIRTH, LOOT/TASK CHANNEL, AUTOLOOT, & DAILY TASKS.

    I recommend Windows Server 2019. I compiled on my home computer on Win 10 64x - no issues. If you are having compiling issues, I also recommend you check out the compiled versions here: https://github.com/Fablow77/otx3.8rebirth/releases Either version 1.1 (no monster levels) or 1.2.1 (with...
  17. Fablow

    (Solved) Xp gain rate if not affected by exp scroll TFS 1.3

    Have you tried killing your monsters with and without the experience scroll? I would do this to check to see if the player is actually getting the extra experience after applying the scroll. Seems to me you might be missing something, I would post your lua scripts so we can see them and how you...
  18. Fablow

    Category icon problem

    You need to download the store images here: https://github.com/opentibiabr/store Then you place them in htdocs/images. (or where you are hosting your website) In config.lua change : coinImagesURL = "http://127.0.0.1/images/store/" to: coinImagesURL = "http://YOURIPADDRESSHERE/images/store/"
  19. Fablow

    TFS 1.X+ Creature.lua (issue using trainning dummy)

    function Creature:onChangeOutfit(outfit) return true end function Creature:onAreaCombat(tile, isAggressive) return true end function Creature:onTargetCombat(target) if target:getName() == "Trainer" then target:registerEvent("EventDPS") return...
  20. Fablow

    TFS 1.X+ Odd TFS 1.3 issue - utito tempo

    Maybe try this: Replace: condition:setParameter(CONDITION_PARAM_DISABLE_DEFENSE, true) to condition:setParameter(CONDITION_PARAM_SKILL_SHIELDPERCENT, -100) and for utito tempo san: replace; skill:setParameter(CONDITION_PARAM_DISABLE_DEFENSE, true) to...
Back
Top