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

    What would you expect from real Tibia 7.6 server?

    Yeah i totally agree with that, thanks for your reply.
  2. calidacs

    What would you expect from real Tibia 7.6 server?

    Thanks for reply on the thread, every opinion matters to us.
  3. calidacs

    What would you expect from real Tibia 7.6 server?

    Hi, guys i have been asked to make this thread and see what people really expect from servers based on real Tibia from 2005 (7.6 version). What rates would you like to play on a project that wants to make the most accurate copy of Tibia 7.6 where the only item in the shop is Premium Account...
  4. calidacs

    Lua After kill mob teleport appears -PROBLEM-

    Can you maybe try this, but change your coordinates in the script local tpId = 5023 local tps = { ["Grand War Golem"] = {pos = {x=553, y=674, z=7}, toPos = {x=553, y=666, z=4}, time = 50}, } function removeTp(tp) local t = getTileItemById(tp.pos, tpId) if t then...
  5. calidacs

    Lua Custom ring of healing problem with Delay

    And this if u want it to work different after completing the quest if getPlayerStorageValue(cid, QuestStorageValue) < 1 then
  6. calidacs

    Nostalrius 7.7

    Oh really? it didnt worked for me, took me a while to fix it yesterday lol, can u tell me what version are you using? im using the one from github. Also are you using original tibia client or otclient?
  7. calidacs

    MyAcc password encryption

    @slawkens No sir, nothing like that :D
  8. calidacs

    Nostalrius 7.7

    found a bug where fire field is not recognized as a field when its on a pile of stones, for example Orc Fortress entrance, its a pile of stones that you have to dig out with your shovel, but theres a fire field on it and runes doesnt recognize it as a field. Solution for that: Go to...
  9. calidacs

    Programmer Hire me on weekly basis

    @Ezzz added you on discord hope to hear from you asap :D
  10. calidacs

    MyAAC Help

    Managed to activate php-curl.dll in my Uniserv it solved the problem.
  11. calidacs

    MyAcc password encryption

    Hi Slawkens, im using Nostalrius, btw great job on your acc maker.
  12. calidacs

    [MyAAC][Plugin][Template] First Tibia Global Layout

    Find those lines and change the name of the template you are using 'template' => 'name of the template', // template used by website (kathrine, tibiacom) 'template_allow_change' => false, // allow users to choose their own template while browsing website?
  13. calidacs

    MyAAC Help

    @cocacola13 no i dont have it, guess it is the problem will try to find an tutorial on how to do it. found another problem with guild titles, when i add a tittle all works fine but i cant remove the title anymore, when i leave the tittle box in blank and press submit, the website doesnt show any...
  14. calidacs

    MyAAC Help

    @Anciaveus yes i figured that out yesterday thanks anyway :D, i have another problem tho, i would like to introduce the sms shop on my website but i dont know how i can load this plugin myaac-gesior-shop-system , i tried to follow the install instructions but it didnt worked. :(
  15. calidacs

    [MyAAC][Plugin] Gesior Shop System

    This plugin requires php extension: curl to be installed. i get that aswell anyone can help?
  16. calidacs

    MyAAC v0.7.12

    Now im wondering how i can disable the selection of vocation and make every character created to start as no vocation, it already spawns in rookgaard tho.
  17. calidacs

    MyAAC Help

    Hi everyone, i have MyAAC configured with my engine, now all i need is to remove option of choosing a vocations when creating account/character, since there will be a rookgaard on my server. Any suggestions? :D
  18. calidacs

    MyAcc password encryption

    Fixed the problem, i just had to add this line passwordType = "sha1" to my config.lua and it works now guys, :D
  19. calidacs

    MyAcc password encryption

    Its password to access db, if i change it acc maker cant access db and doesnt work :D
  20. calidacs

    MyAcc password encryption

    Hi, im using MyAcc for tfs 1.2, tfs is set to use sha1 passwords, and acc maker is creating accounts with plain encryption type, anyone know how i can change that to be sha1. Thanks.
Back
Top