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

    Addons Script TFS 1.0

    I cannot seem to get this addon script to work. You can say Hi, addons, and help, however he doesnt respond to anything keywords for the actual addons. it is 10.37 local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  2. E

    create djinn/rashid/item NPC

    So i saw it the other day but i cant seem to find it now, does anyone know where i can find the item list with ID for djinn/rashid and basic weapon/armor NPC?
  3. E

    Lifesteal Attack

    So i am trying to figure out how to make a lifestealing attack, usinga brutal attack like spell so i have local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat...
  4. E

    Make an item stackable

    so for example, i have concentrated demonic blood which is not stackable, is there a way to change the items.xml and make it stackable? or is that somewhere else.
  5. E

    Select 1 chest for quest

    So yeah im still new at this, so how do i set it if there are 3 chest options that if player choses chest 1 he can no longer select chest 2 and 3. etc. thanks!
  6. E

    Don't Lose Items upon death

    So is there a way to make automatic blessing/or AOL / or item loss chance 0, so that players dont lose items upon death? i cant seem to find it. where can i find the file to do this?
  7. E

    Code for getting outfits and addons

    What is this script for having an NPC sell oufits and addons? i would like them separately like as in you have to purchase each addon by iteself as well as any additional besides start premium addons. I have no clue how to do this so anything helps!
  8. E

    random map errors

    So i imported a map from here, and added it to my map, everything went fine except for when i tried to run the server it was giving me a weird error of failed to load item at pos X Y Z. but that position was not eddited or anything, and when i delete those contents it changes to another area...
  9. E

    Starting Remere's Map Editor

    Hey so im just trying to get this going, i found a link to the newest map editor that supports 10.31 but i cant seem to get it to work right off the bat, it keeps coming up with the error "Could not locate Tibia.dat and/or Tibia.spr Please navigate to your tibia 10.31 installation folder" I...
Back
Top