QUOTE |
- added several new attachments (XmlAddVirtue, XmlAddFame, XmlAddKarma). To use these in a spawner you could attach them to a player with SETONTRIGMOB/ATTACH/xmladdvirtue,Justice,3 which would give 3 justice points to the triggering player, or orc/name/Schmeil the good/ATTACH/xmladdkarma,-500 would result in a -500 point karma loss for killing that creature. - The "XmlAddVirtue, virtuename, virtuepoints" attachment allows you to give virtue points to a player directly, or when attached to mob, give the virtue points when the mob is killed. - The "XmlAddFame, famepoints" attachment allows you to give fame to a player directly, or when attached to a mob, give the fame when the mob is killed. - The "XmlAddKarma, karmapoints" attachment allows you to give karma to a player directly, or when attached to a mob, give the karma when the mob is killed. |
QUOTE |
- added a new AttachmentString property that works in the same way as the RewardString only for attachments. This allows both reward items and reward attachments to be specified by string in a single quest. |