Full Version : xmlfreeze
xmlspawner >>Q&A >>xmlfreeze


<< Prev | Next >>

Datguy- 09-30-2007
is it possible to use this in a script?
I want the White Wyrm to temp freeze it's attacker. So when it's a pet, it'll also temp freeze it's attacking/


ArteGordon- 10-03-2007
Yes, you can add a call like this

XmlAttach.AttachTo(target, new XmlFreeze(30));

where 'target' is the object that you want to attach it to, and the 'new XmlFreeze(30)' just calls the XmlFreeze constructor with an argument of 30 seconds.

Datguy- 10-04-2007
Thank you

Orion Sin- 10-05-2007
So attachments stay with the spawned subject even after they get removed from the spawner via tameing?

Thanks
OS

ArteGordon- 10-05-2007
QUOTE (Orion Sin @ October 05, 2007 04:37 am)
So attachments stay with the spawned subject even after they get removed from the spawner via tameing?

Thanks
OS

yes, that is correct.