• 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

    Looktypes Renegade Knight

    Vicious Squire <look type="131" head="116" body="45" legs="71" feet="95" addons="1" corpse="PUT CORPSE ID HERE"/> Renegade Knight <look type="268" head="97" body="113" legs="76" feet="79" addons="2" corpse="PUT CORPSE ID HERE"/> Vile Grandmaster <look type="268" head="97" body="0" legs="95"...
  2. Moj mistrz

    Lua Skinning with checking corpse owner TFS [1.2]

    @Printer Still don't work on items such as piece of marble rock or ice cube, and also on mutated pumpkin corpse even when you kill it. :p
  3. Moj mistrz

    Lua Skinning with checking corpse owner TFS [1.2]

    @Printer Code works for monsters, but not for example ice cube(says - "You are not the owner") and there is missing 'do' at line 73. :). Anyways thanks.
  4. Moj mistrz

    [LUA][TFS 1.x] Printer's Free Coding Help and Request Service

    If you are up to help some, here you are. https://otland.net/threads/skinning-with-checking-corpse-owner-tfs-1-2.238723/ Thanks in advance. :)
  5. Moj mistrz

    Lua Skinning with checking corpse owner TFS [1.2]

    @Ninja @MatheusMkalo Thanks you guys, working like a charm, gonna upload fixed script if someone else will need it:). #edit: Would be good if it check if the owner is in a party with someone else so the other guy can skin aswell.
  6. Moj mistrz

    Lua Skinning with checking corpse owner TFS [1.2]

    Hello, I've got a little problem with skinning script. Obviously it wasn't made by me so I have no idea how to reproduce errors with corpse owner check. To the point - there's the script with little function which SHOULD check corpse owner. If the owner is correct the script should let him skin...
  7. Moj mistrz

    TFS 1.1 Crash on animated spell cast

    @zerghel local combat = {} for i = 1, 6 do combat[i] = createCombatObject() setCombatParam(combat[i], COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat[i], COMBAT_PARAM_EFFECT, 18) setCombatFormula(combat[i], COMBAT_FORMULA_LEVELMAGIC...
  8. Moj mistrz

    [France] Burmourne Evolution 10.82 - ONLINE NOW

    Server is quite nice, dungeons are really hard, I did not even go to the center of the dungeon and already met a boss. 15:36 You lose 939 hitpoints due to an attack by a terrorsleep.
  9. Moj mistrz

    getMonsterInfo(name) on TFS1.X

    MonsterType():getRace() Race types: [1] = "venom"; [2] = "blood"; [3] = "undead"; [4] = "fire"; [5] = "energy"; That's what you wanted?
  10. Moj mistrz

    Monster Monsterpack, spellpack and creaturescriptspack for Tibia 10.7(TFS 1.1) based on Real Tibia

    @Dnomyar Fixed monsters (most of them) defense and armor based on tibia-stats, thanks to Dnomyar for functions. Also fixed some monster resistances and removed few duplicated monsters. All you need to do is to redownload monsterpack(only this). Link is in main post or here.
  11. Moj mistrz

    [SWEDEN] Therran BETA 2 Custom Client - OPENING SOON!

    I like dat hype.:D
  12. Moj mistrz

    Minotaur Mage Quest (Spike Sword Quest)

    It's a known fake made by Shadow Rex. Go to around 0:45s and see translated client - it's not "Shadow Rex says:", but "Shadow Rex mowi:". :D Not to mention weird minotaur mage attacks and lifefluid wrong sentence(he was using 'doSendAnimatedText' function instead of 'doCreatureSay')
  13. Moj mistrz

    Lua Monster spawn item under yourself if target is player?

    Open new file, call it 'itemspawn.lua', paste it to the '...data\spells\scripts\monster' folder: local config = { item = 2160, -- item id here count = 1, -- count here cooldown = 60 * 60 * 1000, -- 60 min cooldown effect =...
  14. Moj mistrz

    [SWEDEN] Therran BETA 2 Custom Client - OPENING SOON!

    New bow/xbow? :D
  15. Moj mistrz

    [SWEDEN] Therran BETA 2 Custom Client - OPENING SOON!

    Therran BETA starts in: Too bad we need to refresh page to see accurate time, but it's still better than nothing xD.
  16. Moj mistrz

    [SWEDEN] Therran BETA 2 Custom Client - OPENING SOON!

    Krailos is, Krailos. :D
  17. Moj mistrz

    [SWEDEN] Therran BETA 2 Custom Client - OPENING SOON!

    Yes, but they are not finished, that's why those areas are blacked.:D
  18. Moj mistrz

    [SWEDEN] Therran BETA 2 Custom Client - OPENING SOON!

    Well, it wasn't developed for whole year(few weeks maybe). Let's @Mackan™ or @Samuro take a voice here.
  19. Moj mistrz

    New code problem

    Try this, not tested. local config = { storage = 291, time = 2 } function removex() Game.setStorageValue(config.storage, 0) end function happyshit() Game.setStorageValue(config.storage, 1) addEvent(removex, config.time * 1000) end function onTime(interval) if os.date('%A')...
  20. Moj mistrz

    I decided to publish this high quality Rl map 8.42 data pack

    don't forget to call your server 'a legend'.
Back
Top