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

    Scripter Wanted Volunteer: Scripter/Game Designer/Questline Developer/Spellmaker/Feedback/Staff

    Hello, I am searching for 1-3 volunteers to: Script, Design/Review Functionality, Develop Questlines, Create Spells, Give Feedback and Act as Staff I'm creating a custom map low-mid rate server. Note: This is not a shit RL clone I copied from OTX github 30 minutes ago. I've been working on...
  2. L

    Upgrading Item (blacksmith) TFS 1.2 ModalWindow NPC

    hey, i need a script like Metin2 Upgrading Blacksmith can someone do it for me? because its to hard for me. i arleady looking it on forum but i don't find anything. ModalWindow with move item to NPC then show modalwindow with image item and images and requires resource to upgrade item i know...
  3. Homeslice

    [TFS 1.2] Boat NPC Example

    I'm trying to add a bunch of custom boat NPCs, before I start I'm just looking into what way to accomplish it. I've noticed there is a TravelModule built into TFS 1.2, but I cant find any examples of people using it. Has anyone used the TravelModule and have an example of NPC Lua/XML files I...
  4. K

    [SOLVED] My 8.6 server says that only 10.98 client allowed.

    Hello guys, I'm just trying to run server for my own entertainment. I'm using The Forgotten Server 1.2, I downloaded the source files from the first post in this thread: [8.60] The Forgotten Server 1.2 It's supposed to support the 8.6 client and I've managed to compile the server and connect...
  5. D

    Spell only Healing Party

    hey, i dont know someone made something like this? look down. if not, its possible to do this? if yes can someone made it for me? thanks Healing only Party Members, skill working by 12 second all party members got every second 50 health points before spell end tfs 1.x bump
  6. guuraal

    Compiling TFS 1.2 error

    Hello, I have this error while i try to compile TFS 1.2 :/ Linking CXX executable tfs CMakeFiles/tfs.dir/src/luascript.cpp.o: file not recognized: File truncated collect2: error: ld returned 1 exit status CMakeFiles/tfs.dir/build.make:2114: recipe for target 'tfs' failed make[2]: *** [tfs]...
  7. 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...
  8. 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...
  9. 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?
  10. 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)...
  11. 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...
  12. 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
  13. 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...
  14. 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...
  15. 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)...
  16. 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
  17. 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...
  18. 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...
  19. 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 =...
  20. myalitth

    Store System

    How to use store system in TFS 1.2 ? Server 10.60+ How i can add itens here ? Home/Data/Store ?
Back
Top