Why so big change in XML files?

Kaelimar

Fledgling Freddie
Joined
Jan 23, 2004
Messages
206
Older version example below

<character name="Dianne" laston="Recently">
<race>Saracen</race>
<class>Scout</class>
<level>50</level>
<guildrank>0</guildrank>
<totalrp>1153987</totalrp>
<lastweekrp>32480</lastweekrp>
<anon>False</anon>
</character>

new version only on EU servers not on US

<character id="584767" name="Dianne" laston="Recently" race="9" class="21" level="50" guildrank="0" totalrp="1511063" lastweekrp="148929" housing="" anon="1" />

can some1 explain ? older version is still used in US
 

Lyne

Fledgling Freddie
Joined
Dec 29, 2003
Messages
119
Kaelimar said:
Older version example below

<character id="584767" name="Dianne" laston="Recently" race="9" class="21" level="50" guildrank="0" totalrp="1511063" lastweekrp="148929" housing="" anon="1" />

can some1 explain ? older version is still used in US


EEK! Oh well back to the coding grindstone :)
 

Urme the Legend

Fledgling Freddie
Joined
Dec 22, 2003
Messages
1,111
25% less characters in the XML files.. so instead of writing "Saracen" as race on everyone, you can just have 1 number and that will make the file size smaller and faster to process perhaps.
 

Ning

Fledgling Freddie
Joined
Jan 2, 2004
Messages
489
so that you don't need to translate the french and german classe and race names to english anymore if you want to make a chronicle with all european servers.
 

Kaelimar

Fledgling Freddie
Joined
Jan 23, 2004
Messages
206
was the the new format

<character name=xyz race=21 etc lastweekrp=1234567 />

<character name=xyz etc>
<race>
21
</race>
<lastweekrp>
123456
</lastweekrp>
</character>

formatting i mean

those that arent that involved in php and did some minor changes on purpledragon scripts can have some hard time solving this

me included so if any php guru are handy drop me a pm if you are able to solve this matter for me
 

Kaelimar

Fledgling Freddie
Joined
Jan 23, 2004
Messages
206
problem solved.. turned my head inside out and got it working again
 

Revz

Fledgling Freddie
Joined
Jan 1, 2004
Messages
170
What happend to all of the extra features that the XML was supposed to get like Master Level rankings and so on?
 

Users who are viewing this thread

Top Bottom