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

Search results

  1. tuduras

    Fuloria1337

    Witam, poszukuję osoby która posiada datapack bądz samą mape Fuloria1337. Możliwość wykupienia. Bardzo proszę o kontakt tutaj na otland badz email: [email protected]
  2. tuduras

    TFS 0.X SECURE MODE -- "fist" on/off

    we are talking about no skull when cast UE ? Marko can You try it on this datapack: [8.6] TFS 1.5 Baiak, Mount and Modal widow. (https://otland.net/threads/8-6-tfs-1-5-baiak-mount-and-modal-widow.288104/)
  3. tuduras

    TFS 0.X SECURE MODE -- "fist" on/off

    I already have this enable (1). PS: No need add some in source, take a look : Lua Function - getPlayerSecureMode(cid) / getPlayerFightMode(cid) (https://otland.net/threads/getplayersecuremode-cid-getplayerfightmode-cid.128276/) from this thread: CreatureEvent - (SecureMode) PVP System...
  4. tuduras

    TFS 0.X SECURE MODE -- "fist" on/off

    I added in data/script/secure mode and doesnt work. still got the white skull when attack UE
  5. tuduras

    TFS 0.X SECURE MODE -- "fist" on/off

    this i have to add in data/script local ec = EventCallback ec.onTargetCombat = function(self, target) if self and self:isMonster() then return true end if self and self:hasSecureMode() then if target:isPlayer() then return...
  6. tuduras

    TFS 0.X SECURE MODE -- "fist" on/off

    Do I need to add something to the spell?
  7. tuduras

    TFS 0.X SECURE MODE -- "fist" on/off

    @Marko999x I'm using tfs 1.5 nekiro downgrade 8.60, do you know what to do? How to introduce the system secure mode?
  8. tuduras

    [8.6] TFS 1.5 Baiak, Mount and Modal widow.

    In config.lua is monsterBonusHealth = 0.5 monsterBonusSpeed = 0.02 monsterBonusDamage = 0.02 this is from monster level. is available monster level??
  9. tuduras

    WeAreDragons Tibia 8.0 - Poradnik dla nowych graczy.

    on kick // https://kick.com/kamilkasti
  10. tuduras

    Looking for a Working TFS 0.3.6 Source File

    Hello. Ask @samuel157. He has got 0.3.6
  11. tuduras

    OTClient Macro for LEVEL/HOUR

    -- Inicjalizacja danych (tylko raz przy starcie) if not storage.expV5 then storage.expV5 = { sExp = exp(), sTime = os.time() } end -- Tworzymy Label w menu bota (półprzezroczyste tło, ładny tekst) UI.Separator() local expLabel = UI.Label("Exp/h: Czekam...")...
  12. tuduras

    OTClient Macro for LEVEL/HOUR

    Hello. Good ? good - do have someone efficient macro to calculate level per hour. Somethink like this in photo. best regards!
  13. tuduras

    double Exp with PACC??

    Hello, if U have tfs 1.x try edit player.lua in data/events/player.lua. under OnGainExperience add -- Apply experience stage multiplier exp = exp * Game.getExperienceStage(self:getLevel()) -- Apply extra experience to Premium account if self:isPremium() then exp = exp *...
  14. tuduras

    Solved COMBAT_PARAM_EFFECT, 53 -- - list of effect --

    What limit, damage limit? Ps: Iam using Your datapack
  15. tuduras

    Solved COMBAT_PARAM_EFFECT, 53 -- - list of effect --

    Thanks Mateus Robeerto for reply. it was enough to use command for GOD ---> /x 1 or higher number to find the effect you need
  16. tuduras

    Solved COMBAT_PARAM_EFFECT, 53 -- - list of effect --

    Hello ; ) I lost thread on forum. Is somewhere list of COMBAT_PARAM_EFFECT to spell to tfs 1.5 . I convered spell from 0.4 to tfs 1.5 and looks like different. I care about setCombatParam(combat1, COMBAT_PARAM_EFFECT, 255) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 34) it should has...
  17. tuduras

    [8.6] TFS 1.5 Baiak, Mount and Modal widow.

    my group.xml was this: <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="player" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="tutor" access="0" maxdepotitems="0" maxvipentries="0" > <flags> <flag talkorangehelpchannel="1" />...
  18. tuduras

    [8.6] TFS 1.5 Baiak, Mount and Modal widow.

    Hello Otlanders ! Is possible to create item by command /i crystal coin. Script create item exist in talkaction but not works. Best Regards
  19. tuduras

    Modern Task System (Tabs, Cooldowns, Dynamic Rewards)

    I didn't register the json// no error in terminal
  20. tuduras

    Modern Task System (Tabs, Cooldowns, Dynamic Rewards)

    and tell me where I can get this lib?? PS: I found json.lua -- -- json.lua -- -- Copyright (c) 2020 rxi -- -- Permission is hereby granted, free of charge, to any person obtaining a copy of -- this software and associated documentation files (the "Software"), to deal in -- the Software without...
Back
Top