• 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 .
Why isn't there a monster looktype for the furious troll? It was added in 8.5. Does anyone know this looktype?
 
Why isn't there a monster looktype for the furious troll? It was added in 8.5. Does anyone know this looktype?

Lootype= 281,
Furious_Troll.gif


But in list have other name. and same outfit troll champion.
 
<-- 10.20 looktypes -->

574 - Cave Explorer (Male)
575 - Cave Explorer (Female)

<-- 10.30 looktypes -->
576 - Debugg -Crach
577 - Dream Warden (Male)
578 - Dream Warden (Female)
579 - Shock Head
580 - Shock Head (Mount)
581 - Debugg -Crach
582 - Debugg -Crach
583 - Sight of Surrender
584 - Guzzlemaw
585 - Silencer
586 - Chocking Fear
587 - Nightmare of Gaz'Haragoth
588 . Retching Horror
589 - Shimmying Butterfly
590 - Demon Outcast
591 - Gaz'Haragoth
592 - Shiversleep
593 - Terrorsleep
594 - Frazzlemaw
595 - Mawhawk

I need only this:
Bad_Dream.gif
 
I remember a black knight/warrior/armored guy? on older versions of tibia, I think that never were officially used... But was on the sprites/creature looks.
No one knows on what version(s) is available?
 
<-- 10.20 looktypes -->

574 - Cave Explorer (Male)
575 - Cave Explorer (Female)

<-- 10.30 looktypes -->
576 - Debugg -Crach
577 - Dream Warden (Male)
578 - Dream Warden (Female)
579 - Shock Head
580 - Shock Head (Mount)
581 - Debugg -Crach
582 - Debugg -Crach
583 - Sight of Surrender
584 - Guzzlemaw
585 - Silencer
586 - Chocking Fear
587 - Nightmare of Gaz'Haragoth
588 . Retching Horror
589 - Shimmying Butterfly
590 - Demon Outcast
591 - Gaz'Haragoth
592 - Shiversleep
593 - Terrorsleep
594 - Frazzlemaw
595 - Mawhawk

I need only this:
Bad_Dream.gif


this is not looktype, is an item
id 22444

on bad dream.xml find this line and change <look type="593" corpse="17421"/> for this <look typeex="22444" corpse="22497"/>
 
632 - champion outfit (female)
633 - champion outfit (male)
634 - conjurer outfit (male)
635 - conjurer outfit (female)
636 - beastmaster outfit (female)
637 - beastmaster outfit (male)
644 - mount (unknown)
647-651 - mount(unknown)
664 - chaos acolyte outfit (female)
665 - chaos acolyte outfit (male)
666 - death herald (female)
667 - death herals (male)
668 - pipe like those here: ( http://tibia.wikia.com/wiki/File:Navigator's_Room.png )
669 - mechanical fly (gold)
670 - mechanical fly (steel)
671 - mechanical fly (bronze)
672-674 - yak mounts
675 - weird red dragon/serpent-like creature (idk how it's called)
676 - even weirder blue thing coming from the floor
677 - yellow weird thing
679 - machine with brain attached
680 - rolling ball with red light
681 - blue tentacle
682 - mechanical fly
683 - ranger outfit (female)
684 - ranger outfit (male)
685-693 - mounts: deers, divans and these things with long ears
694 - ceremonial garb outfit (female)
695 - ceremonial garb outfit (male)
696 - ? outfit (female)
697 - ? outfit (male)
698 - ? outfit (female)
699 - ? outfit (male)

skipped numbers - empty/debug
looktypes checked on otclient, ids may be different on other clients

somebody correct that list please
 
How do i add these looktypes to my 10.76 client? they should be there no?

Edit - -> I figured it out, If you cant say /looktype (595-695)

you must edit your looktype.lua in data/talkactions/scripts

I added the ones that debug you, so u can no longer do them!

The old looktype.lua only let you do /looktype 595 or less.
Here is the one I fixed -

Looktype.lua
Code:
function onSay(player, words, param)
     if not player:getGroup():getAccess() then
         return true
     end

     local lookType = tonumber(param)
     if not lookType then
         lookType = MonsterType(param) and MonsterType(param):getOutfit().lookType
         if not lookType then
             player:sendCancelMessage("A monster with that name does not exist.")
             return false
         end
     end
     if lookType >= 0 and lookType ~= 1 and lookType ~= 135 and lookType ~= 411 and lookType ~= 415 and lookType ~= 424 and (lookType <= 160 or lookType >= 192) and lookType ~= 439 and lookType ~= 440 and lookType ~= 468 and lookType ~= 469 and (lookType < 474 or lookType > 485) and lookType ~= 501 and lookType ~= 518 and lookType ~= 519 and lookType ~= 520 and lookType ~= 524 and lookType ~= 525 and lookType ~= 536 and lookType ~= 543 and lookType ~= 549 and lookType ~= 576 and lookType ~= 581 and lookType ~= 582 and lookType ~= 597 and lookType ~= 598 and lookType ~= 599 and lookType ~= 600 and lookType ~= 616 and lookType ~= 623 and lookType ~= 625 and lookType ~= 636 and lookType ~= 637 and lookType ~= 638 and lookType ~= 639 and lookType ~= 640 and lookType ~= 641 and lookType ~= 642 and lookType ~= 643 and lookType ~= 645 and lookType ~= 646 and lookType ~= 652 and lookType ~= 653 and lookType ~= 654 and lookType ~= 655 and lookType ~= 656 and lookType ~= 657 and lookType ~= 658 and lookType ~= 659 and lookType ~= 660 and lookType ~= 661 and lookType ~= 662 and lookType ~= 663 and lookType ~= 678  and lookType ~= 700 and lookType <= 701 then
         local playerOutfit = player:getOutfit()
         playerOutfit.lookType = lookType
         player:setOutfit(playerOutfit)
     else
         player:sendCancelMessage("A look type with that id does not exist.")
     end
     return false
end
 
Last edited:
700-711 client crash
712 - Tainted Soul
713 - client crash
714 - Redeemed Soul
715 - client crash
716 - gloom wolf
717 - Omnivora
718, 719 - client crash
720 - werebear
721 - wereboar (green pants)
722, 723 - client crash
724 - evoker outfit (female)
725 - evoker outfit (male)
726 - flitterkatzen
727 - venompaw
728 - batcat
729 - werebadger
730 - ghost wolf
731 - Feroxa
732 - seaweaver outfit (female)
733 - seaweaver outfit (male)
734 - sea devil
735 - coralripper
736 - plumfish
737 - client crash
738 - Gorongra
739 - Noctungra
740 - Silverneck
741-744 - client crash (probably)
745 - recruiter outfit (female)
746 - recruiter outfit (male)
747 - tibia horse (horse mount, not a new sprite)
748 - client crash
749 - pirate master outfit (female)
750 - pirate master outfit (male)
751-758 client crash (probably)
759 - royal pumpkin outfit (female)
760 - royal pumpkin outfit (male)
761 - Slagsnare
762 - Nightstinger
763 - Razorcreep

let me know if something is missing so I'll check them again
 
Last edited:
new boss (possible to change the color) - 842 -- this is the ugly :p
ferumbras soul - 843
ascendent ferumbras - 844
rift outfit female - 845
rift outfit male - 846
rift runner - 848
mount with name 1 - 849
mount with name 2 - 850
mount with name 3 - 851
outfit new female - 852
outfit new male - 853
vexclaw - 854
grimeleech - 855
hellflayer - 856
ogre brute - 857
ogre savage - 858
ogre shaman - 859
clomp - 860
new demon lord (change color, and have addons) - 862
 
Back
Top