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

    [12.x] OTServBR-Global

    Yeah maybe I never tested it.
  2. alejandro762

    [12.x] OTServBR-Global

    There is a 12.91 multi protocol with otc working.
  3. alejandro762

    Lua Request for Varkhal Addon NPC TFS 1.2

    Data/xml/outfits you will find all outfits ID on this file , add a new line and add female outfit Id and male outfit Id. You can also add to this npc the same but for mounts.
  4. alejandro762

    Solved Which way to upgrade the protocol from a TFS version 1.3 - 12.72 to 12.81+?

    If you found solution it Will be not bad to post it here if another person has same problem as you he can solve the problem.
  5. alejandro762

    OTClient Otclient NO login

    Try to use a Released Otclient and check the version of Server, use same server, do not download the code on github and make a try if is working. If no so, upload the error on Otbr github.
  6. alejandro762

    OTClient Otclient NO login

    I didnt see an error like this(email), but, ( on 12.85 ) otclient it was with account name for log in in game, are you using account name or email ? Maybe they change and now is working with email, since i dont try the last version.
  7. alejandro762

    AAC MyAac

    There is some items / outfits generator. http://item-images.ots.me/generator/
  8. alejandro762

    AAC MyAac

    You need add a path of outfits and items on your config.php according the version of your server, here on forum there is a global links to use, https://otland.net/threads/outfit-images-12-85-for-website.279322/ https://otland.net/threads/otservbr-latest-item-images-13-10-for-website.283450/
  9. alejandro762

    [TFS 1.2] Simple Crafting System.

    The fix is Easy, The part on lib where is “recipe” before the end tag remove self:sendVocCraftWindow(config, lastChoice) This make a loop while clicking on recipe it comes again to te list category.
  10. alejandro762

    AAC Znote - How do I delete old shop records?

    Not sure but there a cache folder on your website files, open it delete All inside and save it. Something like znote.shop.cache.Lua
  11. alejandro762

    Lua A Teleport script for a GM Island

    If i remember good on each website on config.php there is a part with each Town , if you dont add Gm Island here with the Town number , players cannot choose it.
  12. alejandro762

    canary server problem client 12

    Depeding the website you are using. Gesior and MyAAC is using a login.php for this versions, differently than the default login.php added on websites you download. You can found it if you take a look on github of canary is a point of 'Gitbook' , enter here and see the websites part. For ZnoteAAC...
  13. alejandro762

    C++ 12.91 starts the wallpaper comes out, puts loading files and puff closes.

    This screen is nothing. This screen appears, for example, when you create a bug, or find a bug, like you edit in items.otbm a stackable item and on assets editor is not stackable, you create the item, then the client crashes. When you open it for the first time you got this message, saying your...
  14. alejandro762

    C++ 12.91 starts the wallpaper comes out, puts loading files and puff closes.

    If problem come from the client, and not server side, Try another client, if you know the right version, maybe is there any file corrupt (or manually wrong edited ), .json file, .dll or another file. In all cases, if it was a "server side" problem, clients loads correctly, with server up or...
  15. alejandro762

    OTClient Assets 12.91 to 12.86

    Yo, i think is not possible reverse Assets folder maybe im wrong, tested long time ago without sucess, you need edit file size for each sprite.lzma and some lines on catalog. Is the most hard part to do it manually if you want keep updating on each protocol your server.
  16. alejandro762

    Problem, when im a burning, console show "[warning] NOT ABILIT SLOT 8"

    Hi The message is caused because you didn’t have any stuff. It’s a simple spdlog warning find it on your files and remove the line abilit slot.
  17. alejandro762

    RevScripts craft

    Show the error
  18. alejandro762

    RevScripts craft

    There is many craft systems on forum and working with revscript server Example TFS 1.X+ - TFS 1.3 Crafting System Error (https://otland.net/threads/tfs-1-3-crafting-system-error.270898/) The last peraph onUse , add it on another file , create a new one , check on your server an action file...
  19. alejandro762

    Lua Call Multiples storages NPC

    Tried, not giving any error, but is like isn't detecting the hasStorages, i added: if hasStorages then npcHandler:say('Congratulations, you have completed the collection.', cid) setPlayerStorageValue(cid, 99999, 1) else npcHandler:say('You do not have completed...
Back
Top