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

    Some Help with House

    There are players that aren't invited in the house that are being able to Open backpack in the doors of those houses, but, that's not how it's supposed to be, how can i Change it and make those players who aren't invited to the house don't be able to open the backpack inside the house? TFS 0.4
  2. D

    Need Help to fix this

    Hi guys, i'm having some problems and i don't know how to fix it. Someone please, can help me? TFS 0.4
  3. D

    Foods

    no work, my script work, but the only problem is that you stop spending mana when you don't have a backpack capacity
  4. D

    Problems with Addons

    Hey guys, i need to put a NPC that give to players addon 1, changing Itens, but i don't know how to do it. The same for addons 2. TFS 0.4
  5. D

    Foods

    Hey Guys, when a character make food with the backpack full, the food drop in the ground and doesn't count mana. How do i Fix it? TFS 0.4 local FOODS = { 2666, -- meat 2671, -- ham 2681, -- grape 2674, -- aple 2689, -- bread 2690, -- roll 2696 -- cheese } function...
  6. D

    exp shared no work

    hello could someone help me with an exp shared that is not working? i use tfs 0.4 it only works by splitting exp but it doesn't return the bonus for vocations
  7. D

    add itens on teleport (flame) and exausted on spellrune

    will it move the player too? and in movements.xml I change from step in to something else?
  8. D

    Exhaust in Runes

    apparently all non-area shot runes, he shoots for example 1,2,3,4,5-5, 1,2,3,4,5,6,7,8-8, is something like a very fast repetition with each sequence
  9. D

    add itens on teleport (flame) and exausted on spellrune

    I don't want her to remove the item, I want it to work as teleport, it works as teleport only for players, but they can't send bagloots for her for example
  10. D

    Exhaust in Runes

    The exhaustion is right, but sometimes the characters have a double attack. The rune is used 2 times in sequence
  11. D

    Piercing Bolt

    Oh, but i don't have the script in my File "Weapons"
  12. D

    add itens on teleport (flame) and exausted on spellrune

    Well, just Characters are passing through the Flame, but i actually want that itens can pass through de Flame too, but this function isn't working.
  13. D

    Piercing Bolt

    I do have Piercing Bolt in my server, but it doesn't have a script in weapons... I need to add the option of swing in piercing bolt, but as i don't have the script, i don't know how to do. Someone can help me? TFS 0.4
  14. D

    free - promotion - no work

    is need premium 1, but i think the bug started when i use /reload vocations on my server and give me rollback, maybe bug mines persons, idk
  15. D

    add itens on teleport (flame) and exausted on spellrune

    tfs 0.4 What function do I use to add fire permission to throw items and also be teleported? local pos = {x = 33207, y = 32590, z = 8} function onStepIn(cid, item, position, fromPosition) if getPlayerAccess(cid) then doTeleportThing(cid, pos) doSendMagicEffect(getThingPos(cid), 37) end...
  16. D

    Exhaust in Runes

    Hey guys, i need some help in how to put exhaust in Icicle local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEAREA)...
  17. D

    free - promotion - no work

    @M0ustafa What I found out from a player is that the promotion is working correctly, the problem is that it takes about 40 minutes or 1 hour to update when it's free or when it's promotion to change status. How can I solve this delay?
  18. D

    free - promotion - no work

    hello, I have a serious problem, my free players, by getting premy and putting promotion, they work until then, the problem is when he is free, he keeps regenerating as if it were premium account, I need to know how to fix it. tfs 0.4
  19. D

    Exp shared no work 100%

    no have messages, only shared 50% of number total, example rat 10% will give 5 to each player. no have bonus
  20. D

    Exp shared no work 100%

    Good morning, my shared experience is not working, the only things I can set are, minimum level for experience, and number of people to activate, but when I set in experience values it doesn't work, I would like 4 players to get 50% of the total experience, and 2 people earn 20%, 3 people 30%...
Back
Top