QUOTE (LDamian @ July 01, 2006 03:28 pm) |
Hello. When I give PC attachment through action during talk with quest NPC: SETONTRIGMOB/ATTACH/XmlQuestAttachment,one,10000 it work perfekt, but I don't know how can I check present this attachment in PC. I try: GETONTRIGMOB,<ATTACHMENT,XmlQuestAttachment,one> GETONTRIGMOB,XmlQuestAttachment,one ...... Thank you very much. |
QUOTE |
- modified the syntax for referencing attachments using the GET series of keywords. Whereever a property would normally be specified for those keywords, the new property keyword [ATTACHMENT,type,name,property] can be used. For example, to read the value property on an xmlvalue attachment with the name XS on a triggering mob you would specify "GETONTRIGMOB,[ATTACHMENT,xmlvalue,XS,value]". The change involved using [] instead of <> for the ATTACHMENT delimiters. This was to resolve a conflict with the use of the old syntax in conditional tests. The example attachtest1.xml has been modified to reflect the change. |
QUOTE (olsyke @ July 01, 2006 05:09 pm) |
eww why do i always feel dumb after you post arte i should leave the answering to you guys ^^ |