Hi,

I've got some custom ethereals I need to deed. All the deeds work properly except ethereal armored swamp dragon, ethereal undead steed, and ethereal demon. Those ethereals do not work at all. This isn't my ethereal scripts, but my deeds. Could someone take a look and see if the ids are correct, etc?

Thanks

TW
 

Attachments

  • MoreEthereals.cs
    13 KB · Views: 13
Have you tried to take a look to see if the ID's are correct? :/

All the information you need to do your own checking is already there, each individual EtherealMount class has that information you need.
 
That's it. I don't think the ethereal ids are right. All of the mount's don't show up properly when I [add them. I was wondering if there is a utility (like fiddler) that I can get the mount ids from.
 
Hmm, no, that's a tough one. The mount ID's are usually tied to the Animation value stored in TileData for the statuettes, but since recent OSI publishes, they stopped doing it that way.

Basically, all the mounts are found with trial and error right now.
 
Back