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

creatures

  1. S

    TFS 1.X+ Problem with lagged creatures and summons

    Hello, everyone. I'm facing some issues while working on a custom map 8.60 project that uses TFS 1.3. The issue is related to the way creatures behave. Right now I'm localy hosting the server to do some map fixes, wich means a I have zero ping. However, it seems that every creature in the...
  2. drafenous

    Traning monk regen Soul

    Hi There! I'm trying to make my Training Monks to regen a player soul points every 2 minutes hitting. But I dont know why, then just regenerating 2 points and stop... Anybody can help me? In data/events/scripts/creature.lua i have writed this lines: local soulBonus = { target = 'Training...
  3. SeeingBlue

    Machine Learning -> Generating Pixel Art

    I came across an article recently that discussed using neural networks to produce pixel art. https://medium.com/@ageitgey/abusing-generative-adversarial-networks-to-make-8-bit-pixel-art-e45d9b96cee7 So I thought why not see if I can reproduce this. Feed a neural network all the swords in Tibia...
  4. Paulix

    Masks for tibia monsters

    I found some old link on a brazilian forum where people had multiple tibia creatures converted to white+mask. But since it's from 2007 all links are broken, does anyone have sprites for demon, dragon and hydra with maks please? I would like more creatures if someone manage to find a pack.
  5. Booker

    TFS 1.X+ Creature() method with custom monsters?

    Hello, i'm using TFS 1.2 and i just cant get to return a monster instance using Creature() on a custom made monster passing in it's name as param. This works: local monster = Creature("rabbit") monster:getName() >> Rabbit This doesn't: local monster = Creature("myMonster") monster:getName() >>...
  6. S

    Spawn Lure Position - TFS 0.4

    Hello guys, How can i change the distance/sqms/radius to attract/lure monsters? I searched in many files at the source and did not find. My interest is to decrease this distance lure was the same in the servers OldSchool (like a 8 sqms, for example). Thank you!!!
  7. Linxsis

    Monster Image Files from Tibia wiki

    I seen this thread about monster looktypes but the file was no longer available for download. Although the wiki says there are 1,041 images I was only able to download 1,022. Since they are gif's they are animated and can be loaded into a website right away or even maybe an application.
Back
Top