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

    Need help with script.

    under function onStepIn(cid, item, pos) make a print that make sure server see that tile you wanna to step its registered properly like idk print("Its working!")
  2. D

    TFS 0.X 0.4 8.60 - Advanced Poll System error HELP

    unserialize? is this system using json?
  3. D

    TFS 1.X+ Upgrade script by Xikini.

    yes u can use for this os.time() item:getCustomAttribute(attribute name) item:setCustomAttribute(attribute name, value) or just tables if you dont wanna keep the values when server is restarted
  4. D

    Hoster Ovh setup debian/windows call session

    Homemade Bread (https://tastesbetterfromscratch.com/bread-recipe/) here is a tutorial how to make a fresh awesome bread, you dont need to buy it from markets
  5. D

    TFS 0.X 8.60 0.4 MOD MYSQL THERE IS HOW TO DO IT SQLITE

    ?? xD someone rly understood this topic?
  6. D

    Solved 8.60 OTCLIENT BLACK SCREEN

    cool, but what u did exactly, every custom changes shouldbe mentioed in problem because official tfs's without edits, same for clients will always work
  7. D

    AAC MyAAC v0.8.16 - cannot access admin page after installing gesior plugin

    ALTER TABLE pagseguro_transaction ADD id int(11) NOT NULL default 0;
  8. D

    TFS 0.X 8.60 0.4 Need Script Check Bless

    this is a briliant how your message been ignored XD @topic solution is already posted by @Fabi Marzan and @Mtx69
  9. D

    AAC myaac-0.8.16 When a player buys points, he does not get them

    maybe SSL missing? not sure if paypal accept requests without ssl protection
  10. D

    OTClient Item::getId() in OTCV8 returns different id than the server

    check if you have a function in your tfs itemtype:getClientId() usage: local itemType = ItemType(itemid) local clientId = itemType:getClientId()
  11. D

    TFS 1.X+ Create monsters on positions.

    bro start learning instead of perma demands, you have nickname OTCreator but all what are you doing its just copy paste someone work, idk warn me for ottopic but eyes bleeding someone spend time for your demands and in 90% result is "ok that work but can u fix this, can u change this, i want...
  12. D

    How to introduce colored loot in OTC?

    Yes its possible, but i dont think its public released.
  13. D

    Programmer TFS Services [Lua/C++], OTClient Services[Modules/C++], VPS/WINDOWS Installation

    Sorry, its a dedicated system for one of otland user's.
  14. D

    AAC Unsafe site

    SSL Certificate missing
  15. D

    Experience Limit Break

    https://otland.net/threads/c-how-to-increase-maximum-level-on-server.230364/
  16. D

    Experience Limit Break

    and which way you are trying to add these values, for example lua funcs like player:addExperience also as default its int32
  17. D

    TFS 1.X+ Value string is empty question.

    check when it happens then u can remove this log part, in my opinion its useless and yes 24h/7 spam logs reduce the performance
  18. D

    Compiling Market System

    You fucked up something if it can't find Player class also missing in player.h getLastDepotId getMarketItemList this is missing in game.h
  19. D

    Task npc for 8.7

    make a lua file in directory data/lib name it i dont know Task System.lua and paste a lib code that author of this system provided in his post ps. if you have problems to implement code that its literaly ready to copy paste you should start your journey from something easier to understand...
Back
Top