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

Recent content by Moj mistrz

  1. Moj mistrz

    Warlock Spawn

    Probably some tomb contains few afair
  2. Moj mistrz

    TFS 1.X+ Show editorsuffix=""

    Wasn't it plural="de oro" instead of suffix?
  3. Moj mistrz

    TFS 1.X+ Looking for help with improving condition formula

    I've been looking at Devovorga's final form poison via it's melee which is higher than 100 DMG per tick and using math I came to conclusion that poison dmg decreases by 5% every tick. So at 100 dmg next one will be 95, 90, 86, 81, 77 etc.
  4. Moj mistrz

    A way to make this spell script simpler?

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_FIREATTACK) function onGetFormulaValues(player, level, magicLevel) local min = (level / 5) + (magicLevel * 1.4) + 8 local max = (level / 5) + (magicLevel *...
  5. Moj mistrz

    Solved Huntig Arena Script PROBLEM !

    Just add non-logout zone to arena room in map editor?
  6. Moj mistrz

    New: What song are you listening to thread

    Have you ever had a dream? 😂
  7. Moj mistrz

    HElP with <attribute key="shootType" value="holy" />

    "whirlwindaxe"...
  8. Moj mistrz

    HElP with <attribute key="shootType" value="holy" />

    First is "energyball" second is "throwingknife". Check my signature for other effect names.
  9. Moj mistrz

    Mobs only drop one of each item

    It may sound weird, but maybe your loot rate in config.lua is too high. If it's high, then try to lower it and check if it works.
  10. Moj mistrz

    Killstreak give a spell

    Spell name isn't "utani hur", but "Haste". Did u try it?
  11. Moj mistrz

    [TFS 1.2] Monster Attack 'Strength'

    Actually I checked Dharalion on global tibia server when I was making my monsterpack and I'm 100% sure it does lower only distance.
  12. Moj mistrz

    [TFS 1.2] Monster Attack 'Strength'

    Check my monsterpack. You'll get answers there.
  13. Moj mistrz

    How to check if is Night

    Isn't it actually Dawn - dark to light Dusk/twilight - light to dark ?
  14. Moj mistrz

    Lua Cobra NPCs spawning on map instead of the monsters

    Probably you have wrong creature type in RME creatures.xml and it's saved as NPC instead of monster. Go to RME folder, data/yourclienthere/creatures.xml, search for Cobra and Orc Berserker, and change both types from npc to monster. or go to your server data/world/spawnfile.xml search for npc...
Back
Top