Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

EVEMon: Difference between revisions

From EVE University Wiki
Cratana (talk | contribs)
Multiple Plans: Added section Attribute Remapping Points
Cratana (talk | contribs)
Blank Character: Merged text of EVEMon_Blank_Character_Sheet here
Line 45: Line 45:


===Blank Character===
===Blank Character===
You can create blank characters to test out plans for new alts.  Under Manage accounts you can import a character from a file by selecting Import and then Import from File.  To do this you will need a blank character file like [[EVEMon_Blank_Character_Sheet|this one]].
You can create blank characters to test out plans for new alts.  Under Manage accounts you can import a character from a file by selecting Import -> Manage Accounts -> Import.  To do this you will need a blank character file like the one below. Copy this text into a file and save it as e.g. BlankCharacterSheet.xml:
<code>
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
  <currentTime&gt;2010-03-22 06:24:58</currentTime>
  <result>
    <characterID>545149903</characterID>
    <name>Blank Character</name>
    <race>Gallente</race>
    <bloodLine>Intaki</bloodLine>
    <gender>Female</gender>
    <corporationName>Center for Advanced Studies</corporationName>
    <corporationID>1000169</corporationID>
    <cloneName>Clone Grade Alpha</cloneName>
    <cloneSkillPoints>900000</cloneSkillPoints>
    <balance>5000.00</balance>
    <attributeEnhancers />
    <attributes>
      <intelligence>20</intelligence>
      <memory>20</memory>
      <charisma>19</charisma>
      <perception>20</perception>
      <willpower>20</willpower>
    </attributes>
    <rowset name="skills" key="typeID" columns="typeID,skillpoints,level,unpublished">
    </rowset>
    <rowset name="certificates" key="certificateID" columns="certificateID" />
    <rowset name="corporationRoles" key="roleID" columns="roleID,roleName" />
    <rowset name="corporationRolesAtHQ" key="roleID" columns="roleID,roleName" />
    <rowset name="corporationRolesAtBase" key="roleID" columns="roleID,roleName" />
    <rowset name="corporationRolesAtOther" key="roleID" columns="roleID,roleName" />
    <rowset name="corporationTitles" key="titleID" columns="titleID,titleName" />
  </result>
  <cachedUntil>2010-03-22 07:24:58</cachedUntil>
</eveapi>
</code>