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

    TFS 1.X+ Bless work incorrect TFS 1.2

    Tomorrow i Will try the New source. We Will see about bless haha
  2. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    More scripts i can find for tfs 1.2 So now should i change sources and all scripts for new formuła bcs of tfs 1.3?
  3. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp-enforced" hotkeyAimbotEnabled = true protectionLevel = 90 killsToRedSkull = 20 killsToBlackSkull = 40 pzLocked = 5000 removeChargesFromRunes = false timeToDecreaseFrags = 24 * 60 * 60...
  4. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    still lose 5 levels 1585347264 Maybe bless system isn't include into any players.cpp? I added it manualy into config.lua This Bless* aren't in config.lua before.
  5. O

    GlobalEvent Last man Standing Event 100% Working

    data/globalevents/scripts/LMS/Lastman.lua:16: attempt to call global 'doBroadcastMessage' (a nil value) change doBroadcastMessage to Game.broadcastMessage and now its work, but winner don't get reward. What wrong? he got message 22:57 You have won the event and received your reward. TFS 1.2...
  6. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    still losing 5 levels... -- Deaths -- NOTE: Leave deathLosePercent as -1 if you want to use the default -- death penalty formula. For the old formula, set it to 10. For -- no skill/experience loss, set it to 0. deathLosePercent = 10 blessing = true blessingOnlyPremium = false...
  7. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    Can not load script: scripts/bless.lua data/talkactions/scripts/bless.lua:8: 'end' expected (to close 'function' at line 1) near 'else' 1585343105 i tried with my bless.lua script. still losing 5levels.
  8. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    <talkaction words="!bless" script="bless.lua"/> bless.Lua: function getCost(level) if level <= 30 then return 2000*5 elseif level >= 120 then return 10000*5 else return ((level - 20) * 200 * 5) end end function onSay(cid, words, param) local p =...
  9. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    not work, talkaction !bless don'tt work with it, 0 erros 1585335287 blessingOnlyPremium = false blessingReductionBase = 30 => 0 blessingReductionDecreament = 5 => 0 eachBlessReduction = 8 = still lose 4 levels at 840 level.
  10. O

    GlobalEvent [1.3] Metin Stone Event - Full auto

    [Warning - Monster::Monster] Unknown event name: StonesThink_Event [Warning - Monster::Monster] Unknown event name: StonesDeath_Event [Warning - Monster::Monster] Unknown event name: StonesStatsChange_Event tfs 1.2 1585169367 Lua Script Error: [CreatureScript Interface]...
  11. O

    [TFS 1.2] Pet system

    I think its not for me.. i caught a Pet_wolf, and rejoin chat, and that wolf was on map for 0.1 second and dissapear, now i can't summon him back, 0 consol log (i did new character same bug) Boniek Rashuje has logged in. PET-LOGIN register event PET-LOGIN register event Klepie Starem has logged...
  12. O

    TFS 1.X+ TFS 1.2 party spells no damage/battle damage

    Hello. I'm using tfs 1.2 Is is possible to change script creature.lua function Creature:onTargetCombat(target) if not self then return true end if self:isPlayer() and target:isPlayer() then local party = self:getParty() if party then local...
  13. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    Hello. Config.lua (i added it manualy) blessings = true blessingOnlyPremium = true blessingReductionBase = 99 blessingReductionDecrement = 99 eachBlessReduction = 99 talkactions/scripts/bless.lua function onSay(cid, words, param) local bless = {1, 2, 3, 4, 5} local cost =...
  14. O

    Party members no damage!

    Hmm it is possible to no damage by spells like exevo gran mas frigo, but if u target member on battle, he will be attacking?
  15. O

    [TFS 1.2] Pet system

    <event type="preparedeath" name="PetDeath" script="pet_creaturescript.lua" /> <event type="kill" name="PetKill" script="pet_creaturescript.lua" /> <event type="think" name="PetTeleport" script="pet_creaturescript.lua" /> <event type="login" name="PetOwnerLogin"...
  16. O

    [TFS 1.2] Pet system

    i catch pet, that's ok, i summon him by join the chat (it work correct now) BUT if my summon is online, and i RELOG, my summon disappears and i can't summon him again, need to catch other.. yup tfs 1.2 tibia 10.98
  17. O

    [TFS 1.2] Pet system

    pet is offline but still alive, can't see him on map, and he isn't summon when join/leave chat any help? tfs 1.2
  18. O

    TFS 1.1 (Thais temple Blessing npc or !bless script) Addoner Exchanger NPC

    bump tfs 1.2 tibia 10.98 how to configure corret bless system?
Back
Top