XML Problem: CAn't see anycrafting info

O

old.Laryssa

Guest
What do i need to turn on to see my crafter info via the xml output ?

/webdisplay trades On/Off ?
 
A

Alrindel

Guest
It's complicated right now (ie. it's broken).

If you set /webdisplay trades and it says "You will now be displayed on the herald", then your guild XML will look like this.
Code:
<character name="Laryssa Ravenhurst" laston="Recently">
  <anon>False</anon>
  <tailoring>987</tailoring>
</character>

<top type="tailoring">
  <top_char name="anonymous" point="987" /> 
</top>

So you will show up in master lists like the one at http://silent-death.net/xml/Excalibur/All_Crafters that use the individual character records to build a table of all the crafters, BUT on your Chronicles guild page you will be listed as "anonymous".


If you set /webdisplay trades and it says "You will no longer be displayed on the herald", then your guild XML will look like this.
Code:
<character name="Laryssa Ravenhurst" laston="Recently">
  <anon>True</anon>
</character>

<top type="tailoring">
  <top_char name="Laryssa Ravenhurst" point="987" /> 
</top>

Now on your Chronicles guild page you will be listed properly... but you will NOT show up on any master list built using the individual character listings.

GOA has said they know this bug exists and that they would fix it in September... :rolleyes:
 

Users who are viewing this thread

Top Bottom