Jump to content

ragnarock77

Members
  • Posts

    2
  • Joined

Everything posted by ragnarock77

  1. 1.0. Apparently Microsoft did not implement newer versions into the .net framework.
  2. Thank you sphereii for this nice tutorial ! You can add/modify an attribute with the setattribute command: <setattribute xpath="[color="#FF0000"]PATH[/color]" name="[color="#FF0000"]ATTRIBUTE_NAME[/color]">[color="#FF0000"]VALUE[/color]</setattribute> Example: <setattribute xpath="/progression/attributes/attribute[@name='attPerception']" name="max_level">1000</setattribute> It might be possible to remove an attribute with the remove command, but so far I got only NullReferenceExceptions with my tests. Edit: the nullref is unavoidable using the remove command with an attribute.
×
×
  • Create New...