Hi, was wondering if anyone can assit me in learning the diff action abilites on xml? for example i know how to make an npc *bow* but I would like to know how I can make one CRY?
thankyou
you would need to find an animation for that. You can use your favorite tool, such as InsideUO to see what is available. I dont know of any animation for crying.
You could always do something like just having them emote a *cry* instead of animating them.
Thx for responding arte, but I heard the actual cry come from an NPC during a quest? from the emote selection? I gather, therefore i thought it was doable on XML?
ah, a sound. Yes, you can perform those using the SOUND keyword. You can use InsideUO to get the sound values. I think that 1058 is a crying sound.
Try this Action
SOUND,1058
Note that you will need to use the most recent version of xmlspawner that fixed a problem with the SOUND keyword when used in XmlDialog Actions.