MattM wrote:You can't upload any specific character using UU, because all characters are stored in one file. This behavior is set by CharacterProfiler wow Addon.
This isn't a 'real' problem.
Having dumping CP for every char on every server a different CP.lua file would make manual uploading a crime.
But : with some simple LUA parsing it would be possible to:
Detect if a char in the CP is an OFF -> then include all guild info and guild bank as well - and strip all other chars.
Detect if it's not an Off, just strip all chars.
Then, UU would parse the entire CP.lua, and make n uploads for n chars it found.
A nice side effect would be that it could decide NOT to up chars that are not related to the Guild->roster.
Did this somehow in my EventCalendar (the GEM 2.30 part) - on the server side - using php.
So, I think, with VB, that would be even more easier.
This definitly would handle these BIG CP.lua upload problems when server memory is limited. In a worse case, the upload CP.lua would be ONE a char fully-stuffed, full bags/sacs char AND an entire loaded Guild Bank (6 pages full).
UU has the option to ZIP the files, so it makes uploading faster, but when one want to fight the server memory limit problem, this would be the way to go.