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

tfs04

  1. J

    Npc Problem Help Please

    I have this error I use tfs 0.4 How I can Fix it guys ?tibia 8.6 my script is local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, count, transfer = {}, {}, {} function onCreatureAppear(cid)...
  2. J

    !pz tfs 0.4 Tibia 8.6 problem

    Hello Guys I use Script function onSay(cid, words, param, channel) if not getCreatureCondition(cid, CONDITION_INFIGHT) then -- before is hasCondition. return doPlayerSendCancel(cid, "You Don't Have Pz") and doSendMagicEffect(getThingPos(cid), 2) end doPlayerSendTextMessage(cid...
  3. J

    Auctionssystem problem

    Hello guy I have problem with auctionsystem TFS0.4 When I say !offer add, plate armor, 500, I dont have Item and no add item to Site server somebody can help me?please Script local config = { levelRequiredToAdd = 20, maxOffersPerPlayer = 5, SendOffersOnlyInPZ = true...
  4. J

    Problem move from sqm

    TFS0.4 8.6 Hello guys,I looking for a script ,player can not stand in pos xxxxx1 when tray stand move him to pos xxxxx2 or near pos "" ,how I can do that? Thank.
  5. imperius

    TFS 0.X Help! How to Prevent the player from executing any actions within the server?

    Hi, can someone assist me? I'm using [TFS 0.4 | 8.60] and I'd like to know how I can "freeze" a player. Is it possible to do this just using LUA or will I have to configure it in the server source? I need to ensure that, upon logging into the server, I check if the player has a storage X. If...
  6. S

    [TFS 0.4] Increase Damage

    Hi guys! Inspired by the topic created by @runsicky (Here) and which received support from @heba , I would like to know if it is possible to use the same logic but that instead of the player absorbing X% of the damage received, having its damage increased by X% if player has a certain storage...
  7. S

    [TFS 0.4] Push Cumulative Question

    Hi guys! I don't know if you know this type of "push", this is very common in old versions (like 7.92). A more "skilled" player can move the character up to 3/4 sqms away. I would like to know if someone with more experience could help me implement this type of push (2, 3 or 4 sqms depending...
  8. S

    [TFS 0.4] Walkthrough other players

    Hi guys!! I was trying to make in the sources (0.4) a system that could allow players with a vocation >8 to pass through players with a vocation <=8. However, without success. This is my part of the sources that checks this: bool Player::canWalkthrough(const Creature* creature) const {...
  9. S

    [TFS 0.4] Party Share EXP giving experience when kill player

    Hi guys! I recently implemented this @Mkalo system in my sources 0.4: Here The system works as proposed, but I was doing some tests and I could see that when I kill another player (don't need to be at a party) the player gains experience, like as "enforced" mode. is it possible to correct...
  10. S

    [TFS 0.4] Party Share Bonus

    Hi guys! I'm using @Mkalo's party group share experience for tfs 0.4: https://otland.net/threads/is-possible-check-sharing-exp.243688/page-2#post-2366196 My problem is that, i have new vocations (for example: Knight, Elite Knight and Legendary Knight// Druid, Elder Druid, Alchemist etc). I...
  11. 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!
  12. diakosz3456

    TFS 0.X Script teleport vip

    Hey, im looking for a script for tfs 0.4. There is a teleporter that will teleport to another city. But only those who use the runes obtained in the quest have access to this city. Something similar to the VIP system. And when player want enter to tp without acces the inscription is displayed...
  13. A

    SOUCER TF 0.4 8.6 HELP

    I wanted to add the mount system to the sourcer, I'm not getting it, can anyone help me? already tried to know the 8.7 and convert to 8.6 but a debug always happens on the client, the client is already with the sprites and everything !!
  14. elnelson

    House is not saving unmovable objects.

    Hello bois, i have added some construction objects like ovens, anvil and crucible. But after SS or restart the unmovable objecst wont save. Any patch for this? im using TFS 0.4
Back
Top