manabeast Posted February 19, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted February 19, 2012 (edited) i have custom loading01 in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º/loading01 but my client read kro loading screen too. how to make client read my custom loading01 only? Edited May 21, 2012 by manabeast Quote Link to comment Share on other sites More sharing options...
Judas Posted February 19, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted February 19, 2012 what does your clientinfo.xml look like 1 Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 19, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 19, 2012 add this into your clientinfo.xml <loading> <image>loading00.jpg</image> </loading> 1 Quote Link to comment Share on other sites More sharing options...
manabeast Posted February 20, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted February 20, 2012 (edited) <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>SERVER NAME</display> <balloon>HOVER BALLOON</balloon> <desc>DESCRIPTION</desc> <address>My Lan IP</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin></admin> <yellow></yellow> </aid> </connection> </clientinfo> sorry late reply . this is my client, i try before not working. after put in loading01 in my client. when login can't read my server = =". it's show fail to connect to server. maybe i put in wrong line clientinfo.xml Edited February 20, 2012 by manabeast Quote Link to comment Share on other sites More sharing options...
Earthlingz Posted February 20, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 187 Reputation: 35 Joined: 01/01/12 Last Seen: September 20, 2014 Share Posted February 20, 2012 whoah until now no one has ever used etcinfo.txt Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 20, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 20, 2012 <address>127.0.0.1</address> huh ? you are using this IP ? an online server using this IP to connect ?? and...i didnt saw you used any <image> tag here ??? you cant connect to server ? make sure your server have the save version as you set in the server files ( if you enabled it ) make sure your server read clientinfo.xml and in the correct file / path folder and read GRF / data according to your client settings. Beside...this is a sample how the clientinfo look like Clientinfo 1 Quote Link to comment Share on other sites More sharing options...
manabeast Posted March 25, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted March 25, 2012 <address>127.0.0.1</address> =.=" because public i change to default. normaly i use static ip, as for can't connect is i after i add <image> tag only can't connect. if i remove i can connect normaly. for wiki one... i try it tonight. ok i try this new one already. my client have 5 custom loading screen. but after number 5 it's read kro one. how to make it repeat? bump Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 25, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 25, 2012 load 5 image for loading screen <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> </loading> Quote Link to comment Share on other sites More sharing options...
Question
manabeast
i have custom loading01 in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º/loading01
but my client read kro loading screen too. how to make client read my custom loading01 only?
Edited by manabeastLink to comment
Share on other sites
7 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.