Rizz Posted December 27, 2018 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 07/29/17 Last Seen: December 28, 2022 Share Posted December 27, 2018 Hello, just jump into it. I intended to add new staff/admin account so I also edited the clientinfo.xml hoping that the sprite would occur. However it does not. So I hope my rathena fellows can find out what wrong with my clientinfo.xml. Thanks. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Ragnarok</display> <address>127.0.0.0</address> <port>6900</port> <version>55</version> <langtype>0</langtype> <registrationweb>www.ragnarok.com</registrationweb> <yellow> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> <admin>2000007</admin> <admin>2000008</admin> <admin>2000009</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> Quote Link to comment Share on other sites More sharing options...
0 Haruka Mayumi Posted December 27, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: May 14 Share Posted December 27, 2018 (edited) Just add it's account id inside <aid></aid> and put <admin>ACCOUNT ID</admin> <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> <admin>2000007</admin> <admin>2000008</admin> <admin>2000009</admin> </aid> <display>Ragnarok</display> <address>127.0.0.0</address> <port>6900</port> <version>55</version> <langtype>0</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo> Edited December 27, 2018 by Haruka Mayumi 1 Quote Link to comment Share on other sites More sharing options...
0 Rizz Posted January 2, 2019 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 07/29/17 Last Seen: December 28, 2022 Author Share Posted January 2, 2019 Thanks Haruka :) Quote Link to comment Share on other sites More sharing options...
Question
Rizz
Hello, just jump into it. I intended to add new staff/admin account so I also edited the clientinfo.xml hoping that the sprite would occur. However it does not. So I hope my rathena fellows can find out what wrong with my clientinfo.xml. Thanks.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.