• 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

    Lua OnEquip Exiva Tfs 0.3.6

    wrong thread
  2. Moj mistrz

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

    Well, loot from several monsters is in equal order like in global tibia and it's not sorted by alphabet. I have already investigated that and anyone who say it's in alphabetical order is wrong.
  3. Moj mistrz

    Itens on ground like on Pythius the Rotten place?

    http://tibia.wikia.com/wiki/Treasure_Rooms
  4. Moj mistrz

    Boss Summon Spell Bugged

    These scripts doesn't convince monsters after summon(that's the way it should work), but also it can't reach limit, but summon from time to time 3 demons and 2 minions at the same time. #edit: If you really want they to be convinced then take this scripts: local combat = createCombatObject()...
  5. Moj mistrz

    Just an idea

    Thais rotated by 180º. xD
  6. Moj mistrz

    Taking Sprites from Custom Client

    Maybe try Molebox and Ollydbg.
  7. Moj mistrz

    Solved Monster console error

    this \/ is the answer, i've missed some tags lolo.
  8. Moj mistrz

    Newtype Command

    Well, you didn't say which version of tfs(I suppose it's tfs) you are using.
  9. Moj mistrz

    CreatureEvent [TFS 1.1] Random Item Stats

    Works great now with amulets and rings, it still adds extradefense to weapons which dont have this, but I've changed it by myself doing this if it_id:getExtraDefense() then to this if it_id:getExtraDefense() > 0 or it_id:getExtraDefense() < 0 Still have two questions. 1. Is it possible to add...
  10. Moj mistrz

    CreatureEvent [TFS 1.1] Random Item Stats

    Attack attribute now works, but still duration is not working for rings etc. PS. is there any way to add speed boost to bohs for example? like ITEM_ATTRIBUTE_SPEED - does it exist anyways?
  11. Moj mistrz

    CreatureEvent [TFS 1.1] Random Item Stats

    Didn't help at all, still same issue.
  12. Moj mistrz

    CreatureEvent [TFS 1.1] Random Item Stats

    I can confirm that. It happened also to me that only shields and necklaces were with custom stats.
  13. Moj mistrz

    Lua TFS 1.0 | Reward chest system, some advises?

    This thread deserves a bump.
  14. Moj mistrz

    Questions about TFS 1.0 - vocations, restarter and few more

    5. I guess that blue number is just healing animation which appeared in newer tibia clients. About others, can't help much.
  15. Moj mistrz

    How i make monster summon fast

    In data/monster/MONSTERNAME.xml MONSTERNAME is the name of the monster you want to edit, example - demon.xml(it has actually a summon and its fire elemental).
  16. Moj mistrz

    How i make monster summon fast

    <summons maxSummons="COUNT HERE('x')"> <summon name="NAME HERE('y')" interval="1000" chance="100" max="MAX SUMMONS OF THE SAME TYPE HERE('z')"/> </summons> So basically this code means that it will spawn 'x' monster/s of 'y' name with interval 1000(1 second) and 100% chance to...
  17. Moj mistrz

    How i make monster summon fast

    You mean like every second is 100% chance to summon?
  18. Moj mistrz

    Compiling New weapon/ammo amount does't decrease

    First - removeammo you can find now in weapons.xml file. Second - probably requires source edit.
  19. Moj mistrz

    GetMonsters

    It's great, but it don't support lookTypeex as outfitype :P. I bet you gonna fix it xD.
  20. Moj mistrz

    Can i use 7.6 monsters in 8.6

    It wont work, since your 7.6 monsters are from very old distro and on 8.6 there is no thing like - instant spell(it's 'fire/ice/melee/physical' etc. instead), cycleticks(it's 'interval'), mindamage/maxdamage(it's 'min/max'), blood color, effect, splash, level of the monster and mlvl, and of...
Back
Top