• 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 0.4

  1. ssiwyy158

    Compiling TFS 0.4 Visual Studio

    Hello. Someone can help me with compile this with Visual Studio ?: https://github.com/YaanLiima/3996 I need 64 bit version. I try many ways , many guides and error after error etc. Can anyone at least write what files to use ? boost/lib/include itp ? Thanks !
  2. Lurk

    TFS 0.X Block moveItem fromContainer to ground if player has storage

    Hello, I'm using tfs 0.4 and I have this 2 functions on my source onMoveItem(moveItem, frompos, position, cid) onMoveItem2(cid, item, count, toContainer, fromContainer, fromPos, toPos) I want to block the player from trowing the items let's 2160, 2161, 2162 (an array of items) to the ground IF...
  3. jondropss

    TFS 0.X Critical Hit Chance with Bug items tile on Client

    I used this tutorial to put a chance on my 8.6 tfs 0.4 server, Feature - Critical Chance Hit (https://otland.net/threads/critical-chance-hit.115609/) I installed this system on my source 8.6 tfs 0.4 ---- Everything compiled correctly. However, when you enter the server, my char is...
  4. jondropss

    TFS 0.X Double Exp and 2x Loot daily random monster - v8.6 / Tfs 0.4

    hello friends from otland, would you be aware of a script that selected one monster per day that could double exp and double loot? thanks king regards
  5. jondropss

    (BUG .lua) Script that centers Sprite

    Hello otland friends. I am using a script to centralize the spell sprites on my narutibia server. Version 8.6 Tfs 0.4 However ... when using this script, the weapon stops damaging ... only the centralized effects sprites are showing, but without damage. Could someone help me? ---> SCRIPT I'M...
  6. Lurk

    TFS 0.X player isn't getting frag if the attacked fight back

    Hello, I'm using tfs 0.4 Fir3element/3777 (https://github.com/Fir3element/3777) and I'm having this problem with my frag system If a player kills another without the attacked fighting back, the injust kill works just fine and the player (attacker) get the frag If let's say I get attack...
  7. Lurk

    TFS 0.X help with this null value

    Helo, I have this script that allows players to use their website points in tradow windows with other players I have this on my libs function getAccountPoints(cid) local Points = 0 local Result = db.getResult("SELECT `points` FROM `znote_accounts` WHERE `account_id` = " ...
  8. Guizek69

    [TFS 0.4] Stamina Bug onDeath

    Hello everyone! I use a TFS 0.4 3777 already edited by me. It meets 99% of my expectations so changing it is not a good option. However, there is a serious problem: Some players, when dying, have their stamina regenerated for 3-4 hours. I've followed several topics here: Lua - Stamina BUG...
  9. Lurk

    TFS 0.X Save pet health for 2 minutes

    Hello, I have a pet system and I have this problem: You summon your pet and it spawns full life, as intented. You can also at any time unspawn it by using the item again; If my pet loses let's say 80% of it's health, I can simply use my item again to unspawn and then use again to spawn it full...
  10. S

    TFS 0.X where i can found C++

    The forgotten server 0.4 rev 3884 Where i can found Damage Players to monsters??? i only found this line but is for monster to player.. if (target->getPlayer() && attacker && attacker->getMonster()) damage *= 2; any can help me? Srry for my bad english..
  11. Lurk

    GlobalEvent [0.4] Click Up event

    Hello everyone, I love tibia and this community has given me a lot and I finally feel like I have something to give back, this code can be improved a lot (if you do improve it please comment here so we can all improve together). The idea behind this event is that I head the name Click up in a...
  12. Lurk

    TFS 0.X ZnoteACC Auction system payment types

    Helo, I'm using this auction system and it works perfectly, but I want to add an option for the seller to decide if he'll charge event coins (id 10558), premium points (id 12597) or regular money (which the system already does) and to show on the php page which currency that offer asks here's...
  13. Lurk

    Lua how to get accountId using lua

    Hello, I have this code function getAccountPoints(cid) local id = db.getResult("SELECT `account_id` FROM `players` WHERE `name` = '" ..getPlayerName(cid).. "';") print("id: " ..id.. "") local res = db.getResult('select `points` from `znote_accounts` where `account_id` = \''..id..'\'')...
  14. Yan_Liima

    [8.60] TFS 0.4 Rev3996 War & Cast

    Hello guys, at the end of last year I was studying and working with TFS 0.4 rev3884, and I saw that there were some bugs and that there was no Cast included. Based on that, I decided to update and optimize the font, as it is still one of the most used in the world of Otserv. I decided to share...
  15. Lurk

    Lua Convert tfs 0.4 spell to tfs 1.3

    I'd like to convert this 3 spells to tfs 1.3 local combat = createCombatObject() local combat2 = createCombatObject() local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 36) local combat2 =...
  16. L

    I have Error on MySQL

    Hello there, Im new on OTLAND, and my problem is the next... I try doing this SET GLOBAL max_allowed_packet = 16776192; but the problem still persists.... Also modify the xampp / mysql / bin / my.ini file and change 16M to 64M and I still have that error, it happens every time in the console...
  17. S

    [TFS 0.4] Looking for programmer

    I'm looking for a programmer for TFs 0.4 (Source Editing). I have references for previously purchased services. Payment with PayPal. Thanks!
  18. guida0123

    [HELP] TFS 0.4

    Hello people. i am in need of a tfs 0.4 without limit of effects. and with% health and mana, compiled in linux. because mine is in trouble and is causing leg on my server, could someone help me please?
  19. F

    TFS 1.X+ saga converter script for tfs 1.2

    Hello, I am using this sfs script from tfs 0.4 and I tried to convert it to tfs 1.2 from ninjalulz but without success. help-me!!! when I use this script below this error https://github.com/ninjalulz/forgottenserver/tree/8.6 local saga = { -- Naruto --- [1] =...
  20. Lurk

    TFS 0.X Character stuck in place after attack while moving

    so, if you kill a monster and in between his death you walk whille attacking, your character will get stuck in place (will logout after a while IF not using anti idle) can still cast spells, send messagens and stuff but you'll be seing your character in an SQM but the messages/spells will be...
Back
Top