• 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. 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)...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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.
  8. GOD Half

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

  9. 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...
  10. 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...
  11. 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...
  12. 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 --...
  13. 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...
  14. 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...
  15. War-Ots

    DeadBug tfs 1.2 client 8.6 Char Creation

    Hi guys, sorry for the question, I am building my old war server 8.6 with tfs 1.2. I dont have major bugs (at least as far as i know) but when I create a char with Knight Vocation when I first login in the game I get a deadbug! The second time I log in I don't get any deadbug or other problem...
  16. Crixpx

    skull system

    hello all some can help me? i need conver this script to tfs 1.2 can help me? srry for my bad englishs: this is the creaturescript local storage = 2533 function onKill(cid, target) local frags = getPlayerStorageValue(cid, storage) if(isPlayer(target)) then...
  17. L

    Spell that make players hit back

    I have a passive monster edit in sources Feature - Simple passive monsters So i wanted to make monsters ignore players by storage but couldn't find anything for TFS 1.2 If someone can make me a spell (wave) that the monster uses and if the spell lands the player damages the monster so it...
  18. L

    TFS 1.2 Invisible but keeping outfit (Utana Vid)

    I'm trying make a "conevision system" for monsters because i don't want them to spot players from walls. The easiest way that i could think was to make all monsters not see invisible(utana vid) and make a defensive spell (like a wave) for them so they remove utana vid and can attack (Adds...
  19. L

    TFS 1.X+ Invisible keeping outift (utana vid or /ghost)

    I'm trying make a "conevision system" for monsters because i don't want them to spot players from walls. The easiest way that i could think was to make all monsters not see invisible(utana vid) and make a defensive spell (like a wave) for them so they remove utana vid and can attack (Adds...
  20. R

    TFS 1.X+ Not working Stroe button in game

    Hi, i have problem with store button in game (tibia 10.95/10.98)(Tfs 1.2) , because when i clicked this nothing happens ;/ Screenshot I have only this in data in serwer Screenshot How can i fix it ? i want this Screenshot
Back
Top