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

blessings

  1. Ü

    Bless golden set

    Hello, could someone help me? What I want to do is that the golden set or the golden bars that are seen when you have bless are shown only when the player has all the bless (8), if they have less, they are not shown. Thanks in advance void ProtocolGame::sendBlessStatus() { NetworkMessage...
  2. Ü

    TFS 1.X+ Bless script

    Hi guys, I have a problem with these bless. I am not a programmer or anything so I think they work badly. The script grants the 8 blessings and when you die by pvp you lose the twist of fate (1) and by putting bless again you can. But they accumulate, now you have double the blessings. To some...
  3. T

    NPC BLESS

    I would like a bless npc script, I have already tested several that contain here in OTLAND and some even work, but what I wanted is a specific one as follows: To buy it is necessary to speak the command ALL Level and Price 8 to 50 = 50k (50000 golds) 51 to 130 = 80k (80000 golds) 131 to 200...
  4. Liimpiish

    Bless Bug

    Hello, folks! I have currently faced some issues regarding my bless command, it isn't working properly as it should be doing. --- [INFORMATION] 0.4 TFS - Error: When using the bless-command "!bless", it works properly as it should do. However, we're facing an issue if you are killed you...
  5. bpm91

    some errors that I would like to fix please help me.

    1 - Release speak character password in default chanel. 2 - hit invisible monsters with runes like sd and hmm. i use tfs 0.4 version 8.6 I also need a script from kazordoon npcs when you talkto kawill after pydar. i dont have script =/ ( one would have to give the storage, and the other would...
  6. Raber

    TFS 1.X+ How do I set don't lose skills/magic level on death?

    Hi, I'm using TFS 1.2 for 8.60. I still want that experience is lost on death but keep the skills/magic level. So using deathLosePercent = 0 in config.lua is not a option. I also wonder how to change how much experience is lost on a death, can this be done in any other way than using sources...
  7. Dvax

    OTX problem bless.

    Hello I use OTX tomorrow have problem with blessings, all script " !bless " not work but i find working script this script: function getCost(level) if level <= 30 then return 2000*5 elseif level >= 120 then return 10000*5 else return ((level - 20) * 200 * 5)...
  8. xGustadoIts

    Use bless tfs 1.3

    I would like to make this script work on a single item local config = { [11260] = {blessId = 5, text = 'The Spiritual Shielding'}, [11259] = {blessId = 6, text = 'The Embrace of Tibia'}, [11261] = {blessId = 4, text = 'The Fire of the Suns'}, [11258] = {blessId = 3, text = 'The...
Back
Top