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

    Compile Tfs 1.2 64-Bit

    Hello im looking for somone who can help me compile GitHub - ninjalulz/forgottenserver at 8.0 64-Bit Windows Release spotless#3377@Discord
  2. BugaS

    Simple onUse scripts

    Hey guys! I'm requesting about 3 simply onUse scripts for 1.2 tfs. First -> use pick on special sqm will give you item. You can make it only once Second -> use item on object will teleport the player to special location. Can you use once per day Third -> use item on object will destroy object...
  3. DarkWore

    C++ [Error] Linking Error in VS2015

    Hello, I'm Brazilian so I'm using google translator, without further ado I'm asking for help here so that I can get help when I'm compiling TheForgottenServer 1.2 in Visual Studio 2015 at the moment the code is being generated, it has this error: Error Image: Imgur: The most awesome images on...
  4. flaviiojr

    Lua [TFS 1.2] Sweetheart Ring Script Error

    I created a script for the sweetheart to work the same as the global one, but an error appears on the console... The player can only use if the ring is in the ring slot can you help me? Thank you very much in advance! TFS 1.2 Client 10.99 function onUse(player, item, fromPosition, target...
  5. G

    Lua Problem Taming.lua inoperative uniwheel

    Hello Guys, I have a problem using my script taming.lua In local config i'm set type = "TYPE_ITEM" for taming uniwheel but don't worked See script bellow: Script changed by me [13938] = { name = 'inoperative uniwheel', id = 15, type = TYPE_ITEM, chance = 30...
  6. OdynsRaven

    Lua [TFS 1.2]Spellbook not working

    So have a server set up and I am working through adding features. I wanted to add a !spells feature. Command would not work. I have starter packages added and I have a sorcerer level 8 (so i should have spells) with a normal spellbook. When I try to use the spellbook it says "You cannot use this...
  7. 115820

    !Stats COMMAND 1.2

    Hii, I need a script, when i use command "!stats" show : Payer LEVEL and RESET (STORAGE 500); Player MAGICLEVEL; PlayerMANA/MAXMANA ; PlayerHealth/MAXHEALTH . TFS 1.2 Ot : 10.99
  8. freaked1

    C++ TFS 1.2 life/mana leech + crithit chance/damage on weapons

    Hello! I would really like help with getting life/mana leech and crithitchance + damage on weapons. Using this release: Releases · otland/forgottenserver · GitHub I have tried for a while now but can't get it working, if someone would be able to help me out it would be very appreciated. I could...
  9. Dohko

    Lua Dropchance global of all monsters

    I wanted a global drop script for my server, as if it were a Tibia event, in which all monsters have a chance to drop the right item. I was searching the forum and found a so-called luck-coin, with an ingame-store, really is what I needed, unfortunately post is incomplete.. Link from post =...
  10. Dohko

    Lua STORAGE TELEPORT AFTER TIME

    Hello, good evening friends, I apologize for my bad English, my problem is in my movement script, I have tfs 1.2 on my server, and I would like to adapt my code to when the player's storage change he would be teleported to the temple, script In question -> function onUse(cid, item, frompos...
  11. L

    MoveEvent, Transform item [ TFS .2 ]

    Solved
  12. L

    setMaster(player) , does not work TFS 1.2

    function onUse(cid, item, fromPosition, target, toPosition) local storageplayer = getPlayerStorageValue(cid, 41111) local criatura = "Demon" if storageplayer == 1 then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Noo.") else doPlayerSendTextMessage(cid...
  13. hellboy

    Lua onGainExperience for summons

    It's possible to get experience "gained" by summon, when it done any dmg, but someone else killed target? As I can see in events.cpp onGainExperience is set only for metatable "Player". In creatureevent.cpp I see preparedeath, death, kill. onPrepareDeath(creature, killer) onDeath(creature...
  14. Infernum

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    got bored and wanted to try to make my first non-utility spell only works on monsters, fully configurable (config is at the bottom) demonstration: http://xera.s-ul.eu/C95HkX4x --[[#######################################################################################]]-- function...
  15. eduardocosta

    Lua Talkaction !notice help me TFS 1.2

    Hello guys, I need help with 1 command. First look my talkactions code. talkactions/notice.lua function onSay(cid, words, param) file = io.open('noticetime.txt','r') notice = file:read(-1) doShowTextDialog(cid,1950,notice) file:close() end talkactions.xml <talkaction words="!notice"...
  16. LuisPro

    C++ [TFS 1.2] Level and vocation in charlist

    Fix/Patch - Level and vocation instead of world name on character login here is for ~0.3.6 and ~0.4 This is official request for ~1.2 :)
  17. flaviiojr

    Help Wall does not disappear [TFS 1.2]

    By killing the "parasite" creature 4 times next to the wall, the wall does not disappear ... Could you help me figure out why you're not removing the wall? Thank you very much in advance! local positions = { Position(33097, 31976, 11), Position(33097, 31977, 11), Position(33097...
  18. flaviiojr

    getFungusInArea Error [TFS 1.2]

    When using the globber in the fungus, this error appears, already tried to register in the lib, but not stop giving this error, could you help me? Thank you very much in advance! local position = { Position(33313, 31852, 9), Position(33313, 31865, 9), Position(33313, 31881, 9)...
  19. L

    [HTML/Web Problem] Creating Latest News problem

    Hey, when I create Latest News on main OTS web it create crazy big "space" in the beginning of each post if I use HTML code editor. After submit: https://imgur.com/6asbbEg In editor b4 submit: https://imgur.com/SCNYD6v In editor it looks great but after submit idk... and it happens just if I...
Back
Top