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

    Premium account to free account

    Yes, you can change this in game.cpp, put a comment block around this code (/* code */) else if (player->isPromoted()) { player->setVocation(player->vocation->getFromVocation()); } I have never edited a .cpp file before. Can I do this in wordpad or do I need to use MS visual? Also whats a...
  2. K

    [HELP] Changing spellbook.lua

    I'm trying to change spellbook.lua to display spells by magic level instead of level. All spells work in spell.xml I am working with theforgottenserver and heres what I have so far: function onUse(cid, item, fromPosition, itemEx, toPosition) local count = getPlayerInstantSpellCount(cid)...
  3. K

    [10.77][TFS 1.2] ORTS, a real map project

    Is the spellbook showing everyone spells when they open it? Mine isn't working, I was wondering if someone could show me there spellbook.lua (Also, I added magic level requirements to some spells in spells.xml, not sure if that is my the issue with the spellbook not working)
  4. K

    Premium account to free account

    Bump, I need help with this. Please
  5. K

    Premium account to free account

    Do I add player:setStorageValue(storageKey, 1) to my ACC config file? I believe that is where they purchase premium. Also I have it saved in vocations.xml for promotions to still be available when player is free account by using prem="0" But when the account changes to free account they are...
  6. K

    Premium account to free account

    In this server distro, http://otland.net/threads/best-released-rlmap-10-37-based-1-0-new-roshamuul-new-quests-optimized-bug-fixing-open-source.204514/ how do we edit so when a player logs in after they just become free account, that they are teleported back to main land (free account land to...
  7. K

    [10.77][TFS 1.2] ORTS, a real map project

    Is anyone having trouble getting the green djinn npcs to talk? I've tried everything (including hi), and alesar and yaman both don't respond. The green djinn npcs both work fine.
  8. K

    Unique ID for all access

    What do I need to set as the unique ID in the properties menu of the remere editor, so that everyone can open the quest door. Current one is set to "9022" and no characters can open it. This is for the blue and green djinn doors, but instead of the quest I want everyone to be able to access it...
  9. K

    Remere's Map Editor [Updated - 10.10]

    Yes, thank you both I got it figured out
  10. K

    [10.77][TFS 1.2] ORTS, a real map project

    I have another question. In this server distro, how do we edit so when a player logs in after they just become free account, that they are teleported back to main land (free account land to the thais dp)?
  11. K

    Remere's Map Editor [Updated - 10.10]

    When I try to load rme with 10.31 it only asks for finding the tibia 10.31 folder. So when I load the 10.31 folder, then load my map the map appears to be black. I think I need one specifically for 1010
  12. K

    Remere's Map Editor [Updated - 10.10]

    Download link not working. Anyone know of one for 1010?
  13. K

    [10.77][TFS 1.2] ORTS, a real map project

    I'm not sure why the rest of you are running this server in 10.10, because mine connects to client 10.37. But what version of remere map editor will work for the realmap.otbm? The one in the link you posted doesn't work for me because my server is running on 10.37
  14. K

    OpenTibia Remere's Map Editor 2.2 - 10.31

    Did you figure out how to get it to work for 10.37?
  15. K

    [10.77][TFS 1.2] ORTS, a real map project

    Where is promotion.lua or how do I edit the OT so free account players can keep their promotions? I didnt see needpremium="0" in vocations.xml
  16. K

    A few questions about ACC and premium status

    How do I configure my ACC where everyong who makes an account will be given: -2 free days of premium. -ability to make character in edron (for 2 days), along with all the free citites But when the premiun time runs out they will log in at the Thais temple and that will be there set respawn...
  17. K

    [10.77][TFS 1.2] ORTS, a real map project

    Rickolajten how do you compile the server yourself? I am getting a crash every 5-10 minutes...
  18. K

    [Spell]Old 7.4 spell formulas runes and instant for conversion to 10.37

    I was wondering if anyone knows of a place to find all the old spell formulas from tibia 7.4. I am trying to re-create the spells in the newer version of 10.37. Any help would be greatly appreciated. Thank you for your time.
  19. K

    [10.77][TFS 1.2] ORTS, a real map project

    Did you figure out how to get rid of that error? "The application was unable to start correctly (0xc000007b). Click OK to close the application.
  20. K

    Compiling Need help changing the death system

    Is it possible to change the death system in theforgottenserver-v0.2.15 for client 9.8 as the following... -The last corpse (bones) of all players will never disapear from the map. Even after server save/clean up. Also I was wondering if it is possible to change the corpse, so that when you look...
Back
Top