When I fixed that Expiration like you said it works great now! Adds the attachment with proper name and expiration time! Thank you
Now in an XML Dialog I made I have an Action specified: GIVE/PracticeSword;ATTACH/XMLData/Name/Practice Sword Timer/ExpiresIn/6:00
It gives the practice sword to the trigger MOB but does not attach the XMLData. Do I need to specify that it needs to ATTACH on the trigger MOB? I didn't think I did since with GIVE I didn't need to specify the trigger MOB.
What I wanted to do was have the first dialog entry Condition set to : ~GETONTRIGMOB/ATTACHMENT,Practice Sword Timer
So it won't trigger unless the trigger MOB does not have the specified XML attachment.
I tried something else first but it didn't seem to work either. Condition: GETONTRIGMOB/Skills.swords.value<25
So it won't trigger unless trigger MOBs swordsmanship is less than 25. It works fine when I justh ave a single one but I tried to daisy chain 4 together like this the NPC stpos responding to anyone... regardless of skill values on trigger MOB:
GETONTRIGMOB,Skills.swords.value<25;GETONTRIGMOB,Skills.macing.value<25;GETONTRIGMOB,Skills.archery.value<25;GETONTRIGMOB,Skills.fencing.value<25
Basicly what I'm trying to ddo is limit the first dialog entry from triggering if the player either A) has a weapon skill > 25 or
has a specified XMLData attachment. So they can't just sit there and get infinate practice weapons.
Thx =^.^=