I patched up a client to the top, then opened up Fiddler. I tried finding the animations for the dinosaurs such as Allosaurus however they do not show up with the rest of the animations. I tried converting UOP to MUL then reloading the files, still cannot find them. Am i missing something? I can't even find the tarantula mount animations.
 
This is a selection from the mobtypes.def file where the animation IDs are specified. Hopefully it will help you. But in which particular animframe.uop file the items are - I do not know.
Code:
# Animation types for animation lookups     
# ID   TYPE   FLAGS
1285   ANIMAL     10000   # Dino_Dimetrosaur
1286   ANIMAL     10000   # Dino_Gallusaurus
1287   ANIMAL     10000   # Dino_Archaeosaurus
1288   ANIMAL     10000   # Dragon_Turtle
1289   ANIMAL     10000   # Dino_Najasaurus
1290   ANIMAL     10000   # Dino_Allosaurus
1291   ANIMAL     10000   # Dino_Saurosaurus
1292   ANIMAL     10000   # Dino_Anchisaur
1293   ANIMAL     10000   # Dino_Myrmidex
1294   ANIMAL     10000   # Dragon_Turtle_Baby
1415   ANIMAL       10000   # Dino_Triceratops
 
Back