• 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. Moj mistrz

    Solved Walking through creatures

    Hi guys, I need help with this script which is based on script from this thread. I tried to remake it for monster spell(so monster can go through players and other monsters, but no blocking objects like walls, bushes etc.), but I failed. This is where I get so far. I wanted to make it for TFS...
  2. Moj mistrz

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    Hi guys, this script is really nice, I tried to remake it for monster spell(so monster can go through players and other monsters, but no blocking objects like walls), but I failed. This is where I get so far. I wanted to make it for TFS 1.2. function onCastSpell(creature, var) local...
  3. Moj mistrz

    [France] Delyria Evolution 10.77 - Sustainable - Attribute System

    22:47 Loot of Grandmother Greenscale: a green dragon leather, a gold ingot, a dragon scale helmet, a dragon shield, a golden mug, 6 platinum coins, dragon ham, a dragon claw.
  4. Moj mistrz

    [France] Delyria Evolution 10.77 - Sustainable - Attribute System

    Come and try this server, it's alot fun. Please just don't say that server is 'dead' just because it has low amount of players, because if everyone will say that and do not join this server it will remain 'dead'. Give it a try and you wont regret it. :)
  5. Moj mistrz

    [France] Delyria Evolution 10.77 - Sustainable - Attribute System

    They do drop some unique loot(not everyone of them) so it's worth doing tasks not only for tokens :).
  6. Moj mistrz

    [France] Delyria Evolution 10.77 - Sustainable - Attribute System

    Well, probably gm made an item which makes crashes(item dont exist). And yes I can't login too. #edit: It's fixed, come and log in. Gogogo POI.
  7. Moj mistrz

    Lua How to shorten this script?

    Cause of twice used: spectator:remove() creature:say(msg, TALKTYPE_ORANGE_1) creature:addHealth(25000) creature:getPosition():sendMagicEffect(CONST_ME_MAGIC_BLUE) And my monster removes all of the eggs at once while this spell is executed. Lel
  8. Moj mistrz

    Lua How to shorten this script?

    Hello, yes it's again me. I need little help in shortening this script. Thanks for any help. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_NONE) function onCastSpell(creature, var) local msg = "<the welter devours his spawn and heals himself>" local spectators...
  9. Moj mistrz

    Solved Script help needed.

    Thank you very much. Well it was pretty stupid thing I missed hehe, thanks again.
  10. Moj mistrz

    Solved Script help needed.

    Hello guys, I've got one problem with the script(I did not make it by myself fully, used some other scripts also), to the point. My script works fine besides it removes all Necromantic Energies and I want it to remove only one. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE...
  11. Moj mistrz

    [XML] How to make a monster? FULLY EXPLAINED. NEW!

    About attacks and defenses, interval would change from 2s to 1s(it's lowest possible interval), but the tactics seems to be bugged or I really don't know how they work. :p I'm gonna test your theory to be 100% sure it don't work that way. Thanks for tip. #edit: Yeh it works like I said...
  12. Moj mistrz

    [XML] How to make a monster? FULLY EXPLAINED. NEW!

    I don't think chancemax is working now, I got used to chance only anyways.
  13. Moj mistrz

    [XML] How to make a monster? FULLY EXPLAINED. NEW!

    7. After elements paste this: <immunities> <immunity physical="1"/> <immunity death="1"/> <immunity holy="1"/> <immunity ice="1"/> <immunity energy="1"/> <immunity fire="1"/> <immunity earth="1"/> <immunity drown="1"/> <immunity lifedrain="1"/> <immunity paralyze="1"/>...
  14. Moj mistrz

    [XML] How to make a monster? FULLY EXPLAINED. NEW!

    5. After attacks paste this: <defenses armor="25" defense="52"> <defense name="healing" interval="2000" chance="17" min="30" max="50"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="2000" chance="10" speedchange="336"...
  15. Moj mistrz

    [XML] How to make a monster? FULLY EXPLAINED. NEW!

    4. After flags(or scripts*) paste this: <attacks> <attack name="melee" interval="2000" skill="42" attack="50" poison="500"/> <attack name="fire" interval="2000" chance="13" length="6" spread="0" min="-150" max="-340"><!-- this represents beam --> <attribute key="areaEffect"...
  16. Moj mistrz

    [XML] How to make a monster? FULLY EXPLAINED. NEW!

    3. Now paste this: <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="1"/> <flag pushable="1"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag targetdistance="1"/>...
  17. Moj mistrz

    [XML] How to make a monster? FULLY EXPLAINED. NEW!

    Hello, today I present you 'How to make a monster' tutorial. It's for 10.7~ clients, but should work also for older versions(just some magic effects wont work). There have been few tutorials which did not explain everything, so here I am trying to not miss anything. This tutorial will be long...
  18. Moj mistrz

    Make border walkable.

    You need to edit both items.otb and tibia.dat in order to work, so edit tibia.dat and try again. It should work.
Back
Top