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

Monster Monster looktypes

Did you find this list useful?

  • Yes! haven't seen it before.

    Votes: 20 71.4%
  • Yes, but it was a waste of time.

    Votes: 3 10.7%
  • No, it was nice but there is other lists

    Votes: 0 0.0%
  • NO, this was a complete waste of time!

    Votes: 5 17.9%

  • Total voters
    28
  • Poll closed .
Updated, translated from tibia org pl forum
Fixed creature names and adding higher looktypes from tfs thread. Also I can't check looktypes atm so there is my collected from users list
387 - Donkey(mount)
387 - Donkey (mount)
388 - Slug (mount)
389 - Uniwheel (mount)
390 - Crystal Wolf (mount)
391 - Crystal Wolf
392 - War Horse (brown, mount)
393 - War Horse (brown, wild)
394 - Mad Mage
395 - Iron Servant
396 - Golden Servant
397 - Diamond Servant
398 - Sandstone Scorpion
399 - Donkey (wild)
400 - White Deer
401 - White Deer (mount)
402 - Panda (mount)
403 - Insectoid Scout
404 - Dromedary
405 - Dromedary (mount)
406 - Sandstone Scorpion (mount)
407 - Slug
408 - Yielothax
409 - Shaburak Lord
410 - Askarak Lord
411 - N/A
412 - Bog Frog
413 - Deepling Scout
414 - Thornfire Wolf
415 - N/A
416 - Raging Mage
417 - Shaburak Demon
418 - Shaburak Prince
419 - Askarak Prince
420 - Askarak Demon
421 - Horse (dark,mount)
422 - cocoon/web
423 - Energized Raging Mage
424 - N/A
425 - Feverish Citizen
426 - War Horse (black,mount)
427 - Black Draptor (mount)
428 - Black Draptor
429 - War Horse (black, wild)
430 - Afflicted Outfit (male)
431 - Afflicted Outfit (female)
432 - Elementalist Outfit (male)
433 - Elementalist Outfit (female)
434 - Horse (grey, wild)
435 - Horse (dark, wild)
436 - Horse (brown, wild)
437 - Horse (grey,mount)
438 - Horse (brown,mount)

Also spoiler for looktypes by /newtype limit:

for tfs 0.2.11
comands.cpp
if(lookType >= 0 && lookType != 1 && lookType != 135 && (lookType <= 160 || lookType >= 192) && lookType <= 410)

for 0.4
data\talkactions\scripts\newtype.lua
if(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or (t[1] > 351 and t[1] < 366) or t[1] > 386) then
dunno how does it works. I've replaced 386 number for 440 it should work. I'll test it a bit later.
 
Last edited:
call me lazy for not testing anything after I got two nothings :p

for 0.4, replace the line
Code:
if(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or (t[1] > 351 and t[1] < 366) or t[1] > 386) then
with
Code:
    local invalidIds = {1, 135, 411, 415, 424}
    if(t[1] <= 0 or (t[1] > 160 and t[1] < 192) or t[1] >= 439 or isInArray(t[1], invalidIds) then
 
Last edited:
It was fixed in most recent trunks of 0.4 already.
Now in talkactions for 0.4 there is:
t[1] = tonumber(t[1])
if(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or (t[1] > 351 and t[1] < 366) or t[1] > 438) then
 
update 9.4
441 - Deepling Warrior
442 - Deepling Guard
443 - Deepling Spellsinger
444 - Jaul
445 - Obujos
446 - Tanjis
447 - Ladybug (mount)
448 - Ladybug
449 - Manta Ray
450 - Manta (mount)
451 - Calamary
452 - Jellyfish
453 - Shark
454 - Northern Pike (Creature), Slippery Northern Pike
455 - Fish (Creature)
456 - Crawler
457 - Spidris
458 - Kollos
459 - Floor Blob
460 - Lesser Swarmer, Swarmer Hatchling
461 - Spitter
462 - Waspoid
463 - Deepling Outfit (male)
464 - Deepling Outfit (female)
465 - Insectoid Outfit (male)
466 - Insectoid Outfit (female)
470 - Deepling Worker
471 - Red Baron Outfit (female)
472 - Red Baron Outfit (male)
473 - npc Noodles? dog? Pooodle?
474 - N/A debug
475 - Yellow Toilet Paper Man
476 - Hamster
477 - Bear (Nostalgia)
478 - 3478 (Nostalgia)
479 - Bug (Nostalgia)
480 - Giant Spider (Nostalgia)
481 - Pig (Nostalgia)
482 - Spider (Nostalgia)
483 - Wasp (Nostalgia)
484 - Wolf (Nostalgia)
 
Last edited:
Add new looktypes:
441 - Deepling Warrior
442 - Deepling Guard
443 - Deepling Spellsinger
444 - Jaul
445 - Obujos
446 - Tanjis
447 - Ladybug (mount)
448 - Ladybug
449 - Manta Ray
450 - Manta (mount)
451 - Calamary
452 - Jellyfish
453 - Shark
454 - Northern Pike (mob)
455 - Fish (mob)
456 - Crawler
457 - Spidris
458 - Kollos
459 - Floor Blob
460 - Lesser Swarmer, Swarmer Hatchling
461 - Spitter
462 - Waspoid
463 - Deepling Outfit (male)
464 - Deepling Outfit (female)
465 - Insectoid Outfit (male)
466 - Insectoid Outfit (female)
467-469 Puste / Debug
470 - Deepling Worker
471 - Entrepreneur Outfit (female)
472 - Entrepreneur Outfit (male)
473 - Poodle
475 - Yellow Toilet Paper Man
476 - Hamster
477 - Bear (Nostalgia)
478 - (Beholder, Nostalgia)
479 - Bug (Nostalgia)
480 - Giant Spider (Nostalgia)
481 - Pig (Nostalgia)
482 - Spider (Nostalgia)
483 - Wasp (Nostalgia)
484 - Wolf (Nostalgia)
 
9.6 monster looktypes:

486 - Stone Devourer
487 - Armadile
488 - Humungous Fungus
489 - Weeper
490 - Orewalker
491 - Lava Golem
492 - Magma Crawler
493 - Gnome (male)
494 - Enslaved Dwarf
495 - Abyssador
496 - Lost Berserker
497 - Cliff Strider
498 - Ironblight
499 - Hideous Fungus
500 - Deathstrike
502 - Ironblight (mount)
503 - Magma Crawler (mount)
504 - Gnomevil
505 - Dragonling
506 - Dragonling (mount)
507 - Gnome (female)
508 - Crystal Golem
509 - Vulcongra
510 - Wiggler
511 - Crystalcrusher
512 - Crystal Warlord (male outfit)
513 - Crystal Warlord (female outfit)
514 - Soil Guardian (female outfit)
515 - Gnarlhound (mount)
516 - Soil Guardian (male outfit)
517 - Humorless Fungus
 
Updated the first post with you guy's looktypes!

Red
 
Back
Top