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

    Anti-mc - freeze server

    @chupaescadatri cool but its for TFS 1.0/1.1/1.2 i read posts about this and they dont create the same code for TFS 0.3.6, maybe someone have it?
  2. metiu11

    Lua War system

    Hello, i have script like this, and its works but when i add this script to the server all outfits are changed... I have 20+ proffesions on server so all of them have unique outfits and this script reset all outfits to "basic", do u have idea how to repair it? <?xml version="1.0"...
  3. metiu11

    Anti-mc - freeze server

    Heyo again :D TFS 0.3.6 I found script like this - anti MC It works but this script kicked player when he log MC and freeze server like 1-2 sec. Do you have an idea how to block login and send information to the player in the client when choosing a character? I am pretty sure to just change...
  4. metiu11

    TFS 0.X Place that blocks MC

    Well i didnt know that i could. :D I created a script that does what I wanted: Movements.xml <movevent type="StepIn" actionid="1997" event="script" value="antymc.lua"/> local toPos = {x=1135, y=1103, z=7} function onStepIn(cid, item, pos) if #getPlayersByIp(getPlayerIp(cid)) >= 2 then...
  5. metiu11

    Lua Add script to creaturescripts TFS 0.3.6

    Thanks mate, its worked :) Love u! @Xikini
  6. metiu11

    TFS 0.X Place that blocks MC

    Hello, I have a script that gives all players rewards for hitting a boss. This boss spawn now 2 times a day. The problem is when people shoot 1 time this boss, then log in few MC accounts and do the same. I dont wanna blocked MC in my server i just wanna create some place when they cannot be...
  7. metiu11

    Lua Add script to creaturescripts TFS 0.3.6

    Hello, i found script which give a loot everyone players who shoot boss. But i dont know how to add it in creaturescript.xml I was add this: <event type="kill" name="kill" event="script" value="boss reward.lua"/> but its not worked... which event type is it? local config = { ["Bandit"] = {...
  8. metiu11

    Potion message

    Hello, Today i was create some potions and when i just hold F1 (hotkey object potion) i have spam in server log "Using one of 100 great potions...". I have exhaust on potion 2 sec. During 2sec i have like 10 or more text about using one of ... great potions. I fear if more players use it then...
  9. metiu11

    TFS 0.3.6 Spell transform

    bump
  10. metiu11

    Magic Level bug tfs 0.3.6

    @Felipe93 i dont think so. Have no idea why its so broken @Xikini well, where can i find it? Add to spells or what? i dont get it EDIT: I found this: function doPlayerAddMagLevel(cid, amount) for i = 1, amount do doPlayerAddSpentMana(cid, (getPlayerRequiredMana(cid...
  11. metiu11

    Magic Level bug tfs 0.3.6

    well i had in config 0.2x mlvl, if i want to give some "normal" magic leveling i need put to script x0.004 mlvl Its okay? or its can be bugged with more players?
  12. metiu11

    Magic Level bug tfs 0.3.6

    @Felipe93 ok i found something like this CreatureEvent - Skills & magic level stages (https://otland.net/threads/skills-magic-level-stages.49165/) and use it. Now its changed but still give so much mlvls. If i used more mana then i got more mlvl. my spell use 250 mana and give like 50% on...
  13. metiu11

    Magic Level bug tfs 0.3.6

    Hello, I was create some new vocations and spells. When i used spell my magic level got 10% to next lvl and waste 250mana So i was test it and when i used spells in 1mlvl or 50mlvl or 100mlvl etc. he give me 10% every time.... I dont know how to repair it to give lvl like 1mlvl - 10% 2mlvl - 9%...
  14. metiu11

    TFS 0.3.6 Spell transform

    .
  15. metiu11

    TFS 0.3.6 Spell transform

    Heyo, I found script, which add effect on player but i want to change lookType, so i edit it like this: local tempo = 60 -- tempo em segundos. local ml = 35 -- quantos ira aumentar o skill de ML local skillfist = 35 -- quantos ira aumentar o skill de Fist local skillsword = 35 -- quantos ira...
  16. metiu11

    C++ Fast attack bug & skills

    bumppp
  17. metiu11

    C++ Fast attack bug & skills

    bumpppppppppp
  18. metiu11

    C++ Fast attack bug & skills

    bump
  19. metiu11

    C++ Fast attack bug & skills

    bump
  20. metiu11

    C++ Fast attack bug & skills

    bump
Back
Top