• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. L

    Scripter Free TFS (1.X) scripts - post your ideas

    This is include OTClient? if yes, passive skills tree or spells would be good. other-> a sword with three element damage (fire + ice + earth)
  2. L

    Tfs 1.2 Party

    I try exchange for this code, function Player:addPartyCondition(combat, variant, condition, baseMana) local party = self:getParty() if not party then self:sendCancelMessage(RETURNVALUE_NOPARTYMEMBERSINRANGE) self:getPosition():sendMagicEffect(CONST_ME_POFF) return...
  3. L

    Tfs 1.2 Party

    I get this Message 'No party members in range' same with party on. Well, In my source may be missing something. Anyone know? Protect spell; local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false)...
  4. L

    Tfs 1.2 Time Machete

    Very good, will be of great help @Apollos and @roriscrave. Thanks
  5. L

    Tfs 1.2 Time Machete

    nice, I understood now how it works. Thanks @xKrazyx.
  6. L

    Tfs 1.2 Time Machete

    If i have this action for machete, <action itemid="2420" script="tools/machete.lua" /> function onUse(player, item, fromPosition, target, toPosition, isHotkey) if target.itemid == 2782 then target:transform(2781) target:decay() return true end return...
  7. L

    TFS 1.2 doubt spectators

    Perfect, thanks @Apollos.
  8. L

    TFS 1.2 doubt spectators

    Can anyone explain to me why this spell works only if the player uses it and does not work if the summon uses it? Basically it does a check and who is your master and asks him to say his name. function onCastSpell(creature, var) local targets = {} local player = Player(creature)...
  9. L

    TFS 1.2 Help With Spell

    That's just it. Very good. Works perfectly. Like+ Thanks @Apollos
  10. L

    TFS 1.2 Help With Spell

    This script works only on target (first person) and move the player 1 sqm. Well i will try make another script from zero like this. thanks.
  11. L

    TFS 1.2 Help With Spell

    Thanks Znote.
  12. L

    TFS 1.2 Help With Spell

    I have this spell who pushes 1 target. I would like you to push everyone inside the area, can anyone help? --I have this spell who pushes 1 target. I would like you to push everyone inside the area, can anyone help? local combat0 = Combat() combat0:setParameter(COMBAT_PARAM_EFFECT...
  13. L

    Error mysql

    I get this error on start server, anyone can help? [Error - mysql_real_query] Query: INSERT INTO players_online VALUES (1850) Message: Duplicate entry '1850' for key 'PRIMARY' I noticed when the player dies in ghost mode this message appears
  14. L

    TFS 1.2, Help with script

    Anyone know how i can delete tiles with same id's and make other items at same position were deleted. Ex. All items with id "12" will be erased and in the same place the game will create the item with id "30" after 10 seconds. I think is possible in global events but i dont know how.
  15. L

    TFS 1.3 Check item inside BP

    Ok, please look at comment from Stigma, https://otland.net/threads/tfs-1-2-check-container.255268/
  16. L

    TFS 1.3 Check item inside BP

    this has been resolved please delete the topic.
  17. L

    TFS 1.3 Check item inside BP

    How i do for check item inside BP? Im try something else I can not do this anymore. local bp = player:getSlotItem(CONST_SLOT_BACKPACK) local itembp = ItemType(bp):getItemById(2020) this item 2020 is inside bp. anyone can help?
  18. L

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    omfg, i dont see, this is Linux version... im looking for windows version lake it transparent. Well.. sorry.
  19. L

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    To get more complete the content could do a brief description of how to configure ip and other needs. I do not know these settings so I could not run here. I put the ip "127.0.0.1" in the otclientrc.lua and nothing work.
  20. L

    Tfs 1.3 Check slot

    Steve, i managed to change some things inside the source and gave thanks.
Back
Top