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

    9.86 server

    Hi! Can someone tell me what I need to compile a 9.86 server? I have downloaded a 9.86 already compiled to make some changes, but I want to compile my own distro after making my own changes. Let me ask something: can I use the data pack I have downloaded to compile my distro? Thanks.
  2. E

    Outfits and Vocations

    Hello again, everyone! I was thinking about create a system where players can only use the outfit of your respective vocation. My idea is to make: Sorcerer can only use Wizard Outfit Druids can only use Druid Outfit Knights can only use Warrior Outfit Paladins can only use Hunter Outfit If...
  3. E

    OTC changes

    Hello again, folks. I want to make some changes to my OTC (0.6.3), but I'm a newbie with codes (lua, php, xml, etc). So I'm here again asking for help to do that. We can start with the OTC window: Health Info: I would like to remove the Capacity and Soul Points information. Inventory: I...
  4. E

    How do I write inside a book?

    Hello ppl! How can I write inside a book? In my server, Holy Tible is "empty" when I "use" it. So I would like to add the lines like in tibia.com:
  5. E

    Certain Equip in each slot

    Hi everyone! I was thinking about a script or variations that make equipments be equiped in your respective slots. For example: Helmets can be equiped only in head; Swords, Wands, Bows only be equiped in left hand; Shields only in right hand; In ammo slot only can be equiped arrows and items...
  6. E

    How can I clean s3db (database)?

    SQLiteStudio isn't allowing me to delete some character that I've created to test some things on my server. Does someone know how can I clean the database file or a way to delete these characters?
  7. E

    Wrong charges

    Something is not working, idk, on my items.xml the item "might ring" has 20 charges: <item id="2164" article="a" name="might ring"> <attribute key="weight" value="80"/> <attribute key="slotType" value="ring"/> <attribute key="charges" value="20"/> <attribute...
  8. E

    Show Duration on Rings?

    Hi! How can I make rings show duration time? It's not showing when I "look" rings in my otserver (tfs 0.3.7). I'm gonna paste energy ring code as an example: OnEquip (Equiped): <item id="2167" article="an" name="energy ring"> <attribute key="weight" value="80"/> <attribute...
  9. E

    Emote Spells?

    Hi everyone, it's me again. I was wondering if there is some way to change the color for the emote spells. I was thinking about spells in white color, to be more specific. If someone knows how to do that, please, answer me. My config.lua: spellNameInsteadOfWords = false emoteSpells =...
  10. E

    Formula (Runes/Spells)

    Hey guys, it's me again. Today I was making some tests on my otserver's runes, and I've got a problem with the line: setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, 0, -1, -10, 5, 5, 1.2, 2, -20, -40) I want to make some changes on this formula. But, first I'll need to understand what...
  11. E

    How it works? (Spells)

    Hey! Can someone teach me how this parameter works: I took it from my recovery.lua (spell script): local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition =...
  12. E

    Curse effect (Ghastly Dragon)

    Hey guys! How I can add a curse effect to attacks from ghastly dragon like character gets "poisoned" by giant spiders on physical attack? *P.S.: I don't use "curse" spell on spells.lua, because I have changed vocation mechanics. Ghastly Dragon.xml:
  13. E

    Spells.lua error on Exana Pox

    I want to make exana pox only be casted for druids, but, I can't find a way to do this My spells.lua: And when I start the server: If I delete these two lines: Then the server starts... Does anyone know how I can make exana pox be casted only for druids?
  14. E

    Spell/Rune

    Hi again! I want to make UH Rune remove any negative effect (electrify, curse, burned, etc.) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat...
  15. E

    Spells

    I want to know how to make runes and spells have the same x damage. For example: Avalanche Rune deals 200~350 in a character lvl 200 with magic level 100, so I want to make GFB, Thunderstorm and Stone Shower deal the same 200~350. Avalanche info: I want to make the same with other spells and...
  16. E

    Creating functions

    Hi! Can someone create variables that make pick destroy some stones on the map, and small axe destroy small fir trees? And tell me where to put those lines? :s Here's the details: Pick: Stone: Small Axe: Small Fir Tree:
  17. E

    itens.xml

    Hello again, everyone!!! I'm having a little headache with this script, I'm trying to add some attributes to some itens, but they aren't working when I equip them. Their status tell me they are right, but when I equip them nothing happens, their boosts don't work. Please, have you guys a look...
  18. E

    Database SQL

    Hello everyone! I want to delete some players that was already created when I donwloaded my data pack, but everytime I try to delete one of them, an error appears to me: The same error if I try to delete the account of those respective players. Does anyone know how can I fix this?
  19. E

    [OTC] - Removing Buttons

    Hello everyone! I want to know how can I remove these buttons of switch outfit on Outfit Window:
  20. E

    Hotkeys

    How can I change / edit / remove / create the Hotkeys buttons on OTC 0.6.3? I want to create some new custom hotkeys (after removing Add and Remove buttons), setted for some new keys like 1, 2, 3, 4, 5, 6, 7, 8, 9, and 0 on number pad that players can't remove the hotkey entry (key), only set...
Back
Top