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

    TFS 1.X+ Dont accept that my Summon receives my damage

    i want change combat.cpp for dont accept my own damage in my summon. I noticed that in no-pvp mode my summon does not get damage. But I also can not deal damage to enemy summon. what I want: do not hit my summon but hit whatever else. I did some testing and it looks like this can be adjusted...
  2. darkmubr

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

    - Make a Rare Glowing Monsters: Create a 0.1% or 0.05% chance of a monster being born with this property (glowing, blinking). as they die. The monster will give you 10x more experience and will provide all available loot (maximum). - Target NPCs/Shops When target NPCs Shops the trade will open...
  3. darkmubr

    Lua Blue Arrow when drop item rare

    How do I adapt this code to increase the effect time for 5s? Besides that. How do I make the code work only if I drop some item that is allocated to rare_items = {5897, 5888, 5821} Can someone help me?
  4. darkmubr

    TFS 1.3 Blue Arrow on Drop

    Can anyone save a poor person? haha
  5. darkmubr

    TFS 1.3 Blue Arrow on Drop

    bump
  6. darkmubr

    TFS 1.3 Blue Arrow on Drop

    How do I change in the local code the chance = 1 for a variable of type: local rare_items = {2152, 2333, 2542}? Sorry for the doubt, I'm a beginner. local effect = CONST_ME_TUTORIALARROW -- magic effect local chance = 1 -- magic effect for item that drops less than 5% of the time function...
  7. darkmubr

    Animated Text Support for OT Client 10.98/99 - TFS 1.3

    Video offline. How i add animated text in login.lua? Vídeo offline i got error with: local pos = player:getPosition() local colors = {5,30,35,95,108,129,143,155,180,198,210,215} for i = 1, #colors do addEvent(function(x, c) Game.sendAnimatedText('this is where i...
Back
Top