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

  1. Szafi

    AAC create_ip in mysql

    Hello, how i can decode/print on website ip adress?
  2. T

    Remove Authenticator from TFS 1.x

    Hello, I've compiled an TFS 1.2, for an server @8.60 tibia and make a custom client ( used the open tibia ), but when i'tried to loguin they send me "The authenticator incorrect", i dont wanna it, have a way to remove it from build? PS* its all in localhost, just wanna server to try scripts etc..
  3. Nekiro

    GlobalEvent [TFS 1.x] Custom raid system in lua

    Just basic raid system, bosses and normal raids fromPos, toPos. It will check if boss is already spawned and won't spawn duplicate. local raids = { -- Bosses [1] = {type = 'BOSS', position = Position(32960, 32075, 6), monster = 'demodras', message = 'Demodras has spawned', chance =...
  4. Nekiro

    Action [TFS 1.x] Slighty more advanced doors

    This script will teleport player to the other side of the door depending on where he currently is to the door (left, right etc.). Additionaly I have added vocation and level check, that's it, very simple script. -- written by Nekiro#5727 local config = { checkVocation = false...
  5. Homeslice

    [TFS 1.x] Automatic/Manual Lua Raids (raids.xml replacement)

    A Lua raid system designed to provide more features and customizability than raids.xml. Features Set individual raid's rarity Delay before running said raid again Delay before running after other raids Require certain amount of online players Delayed broadcast announcements Delayed/Staged...
  6. 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...
  7. qmerdamano

    RedBlue TeamWar

    Hello, i'm here to show my project on github, it's just like the basic team war ots, but i did some source modifications and it's for the latest TFS. The server is like, login and play, get level killing but when logout you'll need to do again, just war for fun. You can download if you wanna...
  8. D

    TFS 1.x Visual Studio 2017 Compatible?

    hey, TFS 1.x is compatible with vs 2017? can compile with vs 2017 or not?
  9. D

    tfs Achievements

    hey, can someone share working achievements system for tfs
  10. Dohko

    Help with storage look TFS 1.3

    Good afternoon friends, I need a script and I have no idea how to do it I need that if the player has a certain storage, he receives a title in the look. Example: You see player, he is son ot Atena. " I need 5 diferent titles, Son of Atena Son of Zeus Son of Poseidon Son of Hades Son of...
  11. Aled

    [TFS 1.x] Monster pick up item and throw

    Just a little fun: Monster picks up item from ground and throws it at the player. Put <script> <event name="rockthrow"/> </script> in the monster xml and in creaturescripts.xml <event type="think" name="rockthrow" script="rockthrow.lua" /> and in rockthrow.lua local rockid = 1285 function...
  12. Homeslice

    [TFS 1.x] Enhanced "!kills" that shows amount of frags for red and black skulls

    The !kills command only shows your frags, like this: 16:00 You do not have any unjustified kill. With my changes: 19:56 You do not have any unjustified kills. Red skull at 6 frags. Black skull at 12 frags. This is just a simple change so players know how many frags are required for red and...
  13. trustjah

    Lua [TFS 1.0] Stamina gain when Training on "monks"

    Anyone knows how to get this rolling on TFS 1.0? addSta = {} local config = { timeToAdd = 3, -- addTime = 5, -- } local function addStamina(cid) if not isPlayer(cid) then addSta[cid] = nil return true end player:setStamina(cid, getStamina(cid) + config.addTime)...
  14. primate

    Compiling [TFS 1.x] Rapid Attack Speed Corrupted

    I wish the attack will not stop when I'm moving. Example; https://gfycat.com/RashClearcutGannet Thank you very much for your valuable time!
  15. A

    Compiling Question about custom opcodes

    My understanding about ProtocolGame::parsePacket in protocolgame.cpp its purpose is to send opcodes to the client, custom opcodes can be sent to the otclient in the range of 50 - 99. Is there anyway to send multiple packets of different values to the client using the same method? For instance...
  16. whitevo

    Lua TFS 1.x how to save items to database with Lua

    I am creating completely new housing feature for my server and was not using any of the functions given by the source. I was thinking how should I save and load player houses with Lua. Got few ideas, but first wanted to try what does these "houseTiles" do (the ones what you can set in RME) And...
  17. whitevo

    Scripter LUA Scripting service for TFS 1.x

    My experience: Hello, I started scripting for my server 2015 January. I can script anything in TFS 1.x boundaries with LUA language. My experience has grown strong on making scripts very dynamical and easy to read. This will make it easy for you to modify the script or even add your own codes to...
  18. whitevo

    Whi World - Open Source Server with Configurable Features

    What is Whi World? Whi World is unique 2D MMORPG game. You start off in the tomb where you struggle to see the daylight. At first glance you find in yourself in abandoned desert city, but as you continue investigate the people you meet and places you visit you understand you are placed in cruel...
  19. imkingran

    TFS 1.X Bounty Hunter System

    Hello OtLand Community, today I will release the upgraded Bounty Hunter system for TFS 1.X Original System: TalkAction - Bounty Hunters System (Player Hunt System) (http://otland.net/threads/bounty-hunters-system-player-hunt-system.27721/) Thanks to @kamilwxx for helping me understand how to...
Back
Top