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

    C++ TFS 1.2 metatable bind problem

    Good morning, I'm doing a new class called "Pokeball" that inherits the "Item" class. But I'm having trouble binding the class to use it in LUA, I can not send the metatable to use the functions in Lua. When i try to do this : function onUse(player, item, fromPosition, target, toPosition...
  2. xydius

    CreatureEvent Passive Spells tfs 1.2

    Hello fellow otlanders, Im releasing this simple "script" i just made for my custom ot where players have a passive spell which are cast from time to time while the player is in combat and has a target. First go to creaturescripts and create a new file and name it however you want and paste...
  3. Erexo

    dat/spr/otb logic construction for 10.9x

    Hello, I want to create an otb editor for 10.98 version (TFS 1.2 otb) and I cannot find how the newest otb/dat/spr is builded. For example there is optbyte '36' and I have no idea how it affect the item (in dat). Can someone help me with that?
  4. L

    Solved Where are the scripts for potions? TFS 1.2

    I just want to modify how much does the potions heal, but i couldn't find it Sorry for the dumb question D: action/scripts/other/potions.lua local berserk = Condition(CONDITION_ATTRIBUTES) berserk:setParameter(CONDITION_PARAM_SUBID, 7) berserk:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000)...
  5. xydius

    Quiver for paladins - tfs1.X

    Hello fellow otlanders heres a little edit i did for my custom ot and i felt like sharing it. First of all what is a quiver? A quiver is a container where u can put your arrows/bolts and use them while equiped with a bow/crossbow like show in the picture below. EDIT First go to your...
  6. S

    NPC's Dont Talk TFS1.2

    I have loaded all the npcs to the game, but they don't talk when I say hi. How can I get them to talk? TFS 1.2 7.72 client Here is a picture of the error. File Links: default.lua - Codeshare npchandler.lua - Codeshare
  7. L

    CreatureEvent Critical/Dodge System based on weaponSkill/speed TFS 1.2

    Updated 05/08/2017 So this is my first "contribuition" it's a critical system based on the weapon that you use and a dodge system based on the player speed and free cap. It has effects and texts for melee and ranged attacks. Wands/spells have only texts. Monsters can crit/dodge and everything...
  8. L

    Problem with the /reload command TFS 1.2

    I can't use the /reload if i just type /reload i get "Reload type not found." if i put a reload type like "/reload all" nothing happens just this error. Lua Script Error: [TalkAction Interface] data/talkactions/scripts/reload.lua:onSay data/talkactions/scripts/reload.lua:76: attempt to call...
  9. Gicu

    Spell TFS 1.2 Spell Attack Twice/Double

    Spell attack Twice/Double. local time_between_hits = "here change time between spells" ---spells/attack/twicespell.lua local combat = Combat() local time_between_hits = 0.3 --seconds combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, 66)...
  10. D

    you cannot trade, drop item from backpack from quest

    hey, here is possible create itemid np = 55555 (you cannot drop this item, you cannot sell this item, you cannot trade this item) tfs 1.0,1.1,1.2,1.3 bump bump bump
  11. M

    Problem in Gesior ACC

    I'm installing Gesior on my server TFS 1.2, but i have problem. At the time of creating a character this error occurs: Error occured! Error ID: Cannot save ItemsList. Player ID not set. More info: File: /var/www/tibiaserv01/public_html/classes/itemslist.php Line: 67 File...
  12. myalitth

    Lua Store System Stackable Items.

    I cannot move items inside the store inbox, it is working fine - but I can move items inside containers in the store inbox. If I buy a stackable item, it comes with the parcel and I can move items inside this parcel... Imagine a player with skull red, send yours items to any parcel in store...
  13. mattch

    C++ send item to offline player depot

    Hello. I'm trying to make a function that send the item to the player depot, even if he are not online. Thats the function that i created. Its only working if the player is online. int LuaScriptInterface::luaSendPlayerDepotItem(lua_State* L) { //sendPlayerDepotItem(guid, item[, depotId =...
  14. myalitth

    Store System

    How to use store system in TFS 1.2 ? Server 10.60+ How i can add itens here ? Home/Data/Store ?
  15. 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
  16. 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...
  17. 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...
  18. 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...
  19. 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...
Back
Top