Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

* sclientinfo.xml Tips

Newbie Spellweaver
Joined
Jun 27, 2004
Messages
11
Reaction score
0
i take this in eAthena forum... ;D nice, and helpful

GM sprite, yellow name without GM right click power:
<yellow>
<admin>Account ID#</admin><admin>Account ID#</admin>
</yellow>


GM sprite with GM right click power:
<aid>
<admin>Account ID#</admin><admin>Account ID#</admin>
</aid>


Which loading screens to show:
<loading>
<image>loading00.jpg</image>
<image>loading01.jpg</image>
<image>loading02.jpg</image>
</loading>


Text shown when you mouse over a server name on server select:
<balloon>Message here</balloon>


Site displayed when the register button is pressed:
<registrationweb>http://website.com</registrationweb>


Server select screen is skiped, and the top server is selected:
<hideaccountlist></hideaccountlist>


Password encryption:
<passwordencrypt></passwordencrypt>
<passwordencrypt2></passwordencrypt2>


Shows 5 char slots:
<extendedslot></extendedslot>


Reads data folder first:
<readfolder></readfolder>
 
Back
Top