Help with an EC question
So I have some agents set up on one character and want to copy them to another character. It will take some time to do this manually so I was wanting an easy button. Is there a file that I can transfer over? Thanks
Comments
If you just want to transfer the agents:
Locate the Character File:
Default Location should be something like:
C:\>Users>UserName>Documents>EA Games>Ultima Online Stygian Abyss>User Data>Account Name>Shard>Character Name.
Open the file using Notepad (or any .txt editor of your choice)
Scroll down through the Character File until you find the section <UI Variables>
Within <UI Variables> you will find four sets of code for each Agent
<StringVar name = "..." />
<WStringVar name = "..." />
<BoolVar name = "..." />
<NumberVar name = "..." />
Copy all four of those for the Organizer (or agent) of your choosing and place them in the correct location(s) (within <UI Variables>) in the destination Character file. Remember to save the destination character file after importing the new Agent information.
Be warned, the code for the NumberVar is not sectioned by agent, but dynamically added as you adjust the agent. You will need to scroll through the NumberVar and look for each line related to the agent you are moving.
--------
--Example--
Character File:
>Pacific>Arroth Thaiel
Within Character File:
...
<Options>
<UIVariables>
...
<WStringVar name="OrganizerOrganizers_Desc3">Loot</WStringVar>
...
<BoolVar name="OrganizerOrganizers_CloseCont3" value="false" />
...
...
</UIVariables>
</Options>
...
The above will transfer my Organizer 3.
Organizer's 1, 2, 4, etc. will all have their own code chunks.
I have actually started keeping separate .txt files for my UI settings, macros, hotbars, and agents, so I can port them from character to character as needed.
Good luck!
Do you happen to know any EC custom commands to rename a pet and release it? This helps to reduce some time during taming training. I tried searching around and found someone also asked about this a long time ago in another forum.
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs
@Khyro might?
ESRB warning: Some Blood. LOTS of Alcohol. Some Violence. LOTS of Bugs