• 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!

tfs 1.2

  1. Lopaskurwa

    How to disable equip item for specific character

    TFS 1.2 Hello How not to let quip specific item if you are not required vocation id. So lets say Item:2320 can use only vocation 1,5,7,6 every other vocation cant quip/use them. Tried <movevent event="Equip" itemid="13385" slot="left-hand" function="onEquipItem" /> <vocation id="10" />...
  2. H

    Cant load monsters

    Hello, i set a tfs 1.2, all should be good, i can login on server but cant spawn or create by RME any monsters or npc, what could be the problem? :S Solved
  3. Goku97

    TFS 1.X+ Creating / adding custom new skill

    -empty-
  4. tago360

    OTs11 ~ Tibia North America Purge! Custom map TFS 1.2 clients 11+

    I have posted in the past of making a OT but I lost the files and wasn't able to retrieve... Link- Custom OT 10.90++ OTs11 New World Comming in neat future. so... I Am making a OT 100% mapped and scripted by me, TFS 1.2 based OT compiled for Tibia clients 11+ and will backup multiple...
  5. Lopaskurwa

    TFS 1.X+ MESSAGE_WALKAWAY In NPCs channel

    Hi How to send [MESSAGE_IDLETIMEOUT] = "Good bye.", [MESSAGE_WALKAWAY] = "Good bye.", in NPCs channel instead of default chat?
  6. H

    Need help to make transform system revertible and not revertible

    Hi so i have full functioning transform system without any problems but it dont really have such think as not revertible transform now all transforms can be reverted to previous form. Technically this transform system is made by this system but updated to tfs 1.2 Transform system [table...
  7. Stanos

    TFS 1.X+ Message in default chat

    Hi does anyone know how to send message in default chat when potion is used? I'm pretty much confused non of these works tried: Player(cid):sendCancelMessage("message") Player(cid):sendTextMessage(MESSAGE_STATUS_DEFAULT, "message") function onUse(cid, item, fromPosition, itemEx, toPosition)...
  8. donnyred

    TFS 1.X+ ERROR AddEvent() Argument # 3 is unsafe

    Hi everybody I need a simple help for this spells.... the truth is that I do not know much about... buy someone can explain me, I'll be grateful. this is my script.lua local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT...
  9. nugo

    Script that only allows access through a teleport every X hours

    Hello, I have had a look myself but couldn't find much, might be looking in the wrong spot. Im essentially after a script that lets the person use the teleport once every X days/hours/mins. Essentially the teleport will allow a player to do a "dungeon" run once a week for example. If someone...
  10. H

    TFS 1.X+ Attempt to call global 'getRateFromTable'

    function Player:onGainExperience(source, exp, rawExp) if not source or source:isPlayer() then return exp end -- Soul regeneration local vocation = self:getVocation() if self:getSoul() < vocation:getMaxSoul() and exp >= self:getLevel() then...
  11. D

    Healing over time spell tfs 1.2

    Hello, im looking for healing over time spell, with healing values same as exura lets say about 4 ticks every 1 second that heals Can somebody teach me how to do it? Thanks
  12. H

    TFS 1.X+ [Problem,question] 0 dmg in pvp. About different hit effect when you are in pvp

    I'm using TFS 1.2 And today i went to test pvp with friend and i was confused when i saw that when you fight 1x1 one player can deal damage with melee weapon and other just deal zero (DIDN'T TRIED SPELLS). And second think i was wondering is it possible to apply different hiteffect when you are...
  13. Lopaskurwa

    TFS 1.X+ Why exhaustion="time" and vocation id ="id" is not working

    Hi its default functions in spell.xml but in my case they are not working lets say exhaustion time is 1000 i still can spam the spell like a GM with non stop. And second think with vocation id it doesnt work, lets say spell can do only voc with id 1 but still everyone less can do it to.
  14. GOD Half

    [Naruto 2018 Project] - Preparing 1st Outfit Updated!

  15. Manigold

    C++ crash tfs 1.2 downgraded by Ninja

    Hello i'm using the tfs 1.2 downgraded to 8.0 by ninja and it's crashing frequently, happens when i loggin (but not all the time) . Here's some pics ( i'm not a programmer so i don't know if that helps ). Hope someone can help-me =) ahhh here's the sources if someone need to take a look...
  16. Manigold

    Add message when player is defeated

    i'm using a pvp arena scrip, and works fine , but i want to add a message when player is defeated , and to the player who won , like: MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You defeated (player name) . MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You where defeated by (player name) . Someone can help me...
  17. rwxsu

    CreatureEvent [TFS 1.2] Task System

    Task System For TFS 1.2 Features: * You can add as many tasks as you want * You can add as many rewards as you want for each task * You can add multiple monsters to a task, so it registers the kill on different monsters (e.g. dragon and dragon lord) * You can change the name of the task * You...
  18. rwxsu

    GlobalEvent [TFS 1.2] Zombie Arena

    Big thanks to @Fablow for sponsoring! Map was just made for testing, you can use any map: Step 1: Adding the library Add in data/lib/event/zombie_arena.lua ------------------------------------------------------ -- Zombie Arena by rwxsu --...
  19. rwxsu

    [Quest] An Uneasy Alliance

    An Uneasy Alliance - RL - TFS: 1.2 Quest Wiki: An Uneasy Alliance Quest/Spoiler Add to data/lib/core/quests/uneasy_alliance.lua folder: UneasyAlliance = { storage = { [1] = { onMission = 80770, complete = 80771, rewarded = 80772...
  20. A

    OTClient Something with outfit/addon

    Hello guys, I have a problem on my server, tfs 1.2 10.98. Pictures will explain alot. On mount, full hp as soon as I remove mount I get less hp, its something about addon bonuses and mounts I believe but I have no idea how to fix that. Imgur Here u can see the hp going down when I remove mount...
Back
Top