Xenophades Posted January 9, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 01/09/14 Last Seen: May 5, 2019 Share Posted January 9, 2014 hi guys i started to make my own test server and i have many problem(s) and question(s) ok lets start on my trunk im using "https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/" (rathena - revision 17699: /trunk) then my im using 2013 12 01 Kro Client "http://www.nickyzai.com/?p=kro" ( no data folder ) i download the data folder at http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ ( data version 4.0 ) then place it in my KRo folder now my problem is i cant find an .exe (mmo.h "2013-08-07" , where can i find 20130807 ragnarok client and how to diff it with my client ? I WOULD ASK ANOTHER QUESTION IF YOU ARE WILLING TO HELP ME advance thank you for sharing your knowledge Quote Link to comment Share on other sites More sharing options...
Kido Posted January 9, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted January 9, 2014 client o:? i hope this is the one you looking for http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/ i hope it helps (: Quote Link to comment Share on other sites More sharing options...
Xenophades Posted January 10, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 01/09/14 Last Seen: May 5, 2019 Author Share Posted January 10, 2014 how to configure ROL eX .ini [uI] ; Currently Image is checked for in the path where Launcher is ;Background="valkyrie.jpg" ;Background="bg1.jpg" ; Set the Window TItle ;Title="Put Window Title Here" ; Save UserName - can also be configured from the Launcher Save_User=true ; Enable MD5 Password Encryption - currently this option is not used ; since MD5 is dependent only on the server side. Enable_MD5_Pass=true [Data] ; Client Exe is expected to be in same location as launcher ExeName=2013-05-22Ragexe_patched.exe ExeArgs="-1rag1 /account:clientinfo.xml" ; Also Set by Launcher if asked to Save (Save User option) Username=mindstream ; This is used for the settings button Setup=Setup.exe ; Website for registration ;Register="registrationweb" [updater] ; Enable updation of folder or not Enabled=True ; Filename of Official updater - rsu-kro-rag-lite.exe is used by default ;ExeName="rsu-kro-rag-lite.exe" ; No of days to wait before next update - default is 1 day ;DaySpan=1 "luncher.ini <?xml version="46" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok</display> <balloon>the balloon</balloon> <desc>description</desc> <address>127.0.0.1</address> <port>6900</port> <version>46</version> <langtype>1</langtype> <registrationweb>flux.domain.com</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo> "clientinfo.xml" Quote Link to comment Share on other sites More sharing options...
Kido Posted January 10, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted January 10, 2014 huh i believe is self-explicable hmmm well here it is [uI] ; Currently Image is checked for in the path where Launcher is //<-- means that the image is in the same path that the launcher ;Background="valkyrie.jpg" //<-- the name of the image in that path will be the background of the launcher ;Background="bg1.jpg" //<-- same as above, it's an example ; Set the Window TItle ;Title="Put Window Title Here" //<-- Subs. there with the name of your server (inside the both " " ) ; Save UserName - can also be configured from the Launcher //<-- if you want your users to save its username when opening the launcher Save_User=true //<-- if is true, they will be able, if not, they won't be able ; Enable MD5 Password Encryption - currently this option is not used //<--- this option is NOT used ; since MD5 is dependent only on the server side. //<-- because MD5 is only on server side Enable_MD5_Pass=true //<-- huh i believe you better leave it like that [Data] ; Client Exe is expected to be in same location as launcher //<-- the exe of your ro will be executed where the launcher is ExeName=2013-05-22Ragexe_patched.exe //<-- put the name of your exe 2013 ExeArgs="-1rag1 /account:clientinfo.xml" //<-- i believe you leave this as it ; Also Set by Launcher if asked to Save (Save User option) //<-- i believe you have to leave it as it Username=mindstream //<-- i believe you have to leave it as it ; This is used for the settings button //<-- this is for your setup.exe Setup=Setup.exe // <-- unless it has other name than "setuo.exe" leave it as it ; Website for registration //<-- this means that you are going to put the link to the users to register their acount [updater] ; Enable updation of folder or not // <-- if you are goign to enable updates Enabled=True //<-- if true, updates will be available, if false, they won't be ; Filename of Official updater - rsu-kro-rag-lite.exe is used by default // <--leave it as it ;ExeName="rsu-kro-rag-lite.exe" // <-- leave as it too, they are the updaters of the kRo ; No of days to wait before next update - default is 1 day // <-- days that you will have to wait for the nex update ;DaySpan=1 //<-- 1 is for one day, 2 for two days and so on "luncher.ini // have you ever configured a clientinfo before? i hope yes, this is basiclly the same // please refer to this link http://rathena.org/wiki/Clientinfo.xml it's better explicated that i can ever explain (: <?xml version="46" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok</display> <balloon>the balloon</balloon> <desc>description</desc> <address>127.0.0.1</address> <port>6900</port> <version>46</version> <langtype>1</langtype> <registrationweb>flux.domain.com</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo> "clientinfo.xml" well i hope it helps you, if you have more quetion feel free to ask, i see you are kinda new here, hope see you arround (: Quote Link to comment Share on other sites More sharing options...
Xenophades Posted January 10, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 01/09/14 Last Seen: May 5, 2019 Author Share Posted January 10, 2014 do you have teamviewer sir? it would be better for me if you explain it to me personaly Quote Link to comment Share on other sites More sharing options...
Kido Posted January 10, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted January 10, 2014 allright give me some minutes i will make a short but detailed guide for this part only for you i can't do it by team viewer, it would be the same and you won't udnerstand, that will make you dependent of everything and in the near future when your server is done you will have to pay for the simples task, you have to learn my friend and i will tech this part for now, it's sel explained well give me some minutes then, doing the guide Quote Link to comment Share on other sites More sharing options...
Xenophades Posted January 10, 2014 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 01/09/14 Last Seen: May 5, 2019 Author Share Posted January 10, 2014 thank you sir i really appretiate it and sorry if i ask alot just a newibie on this server making cause i want to run my own server and test some things Quote Link to comment Share on other sites More sharing options...
Kido Posted January 10, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted January 10, 2014 Hey don't worry, noone was born knowing everything. I see you are new here, i hope see you around. Sorry it took me some minutes to do the tiny guide. For the clieninfo, please read the Wiki and for further questiosn refer to the link that i have you ( http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/ ) Part 1 [uI]: Background Image, Window Title, Save Username and MD5 Password [uI]; Currently Image is checked for in the path where Launcher is ;Background="valkyrie.jpg";Background="bg1.jpg" 1.1 Background ImageThat part tells you that in the folder where you have your Launcher, the image of the background named (without the " ") "valkyrie.jpg" is going to be image that will show in the background. Let's say that your background image name is different and you want it instead of the valkyrie.jpg one, what you have to do is, simply change the name of the image that will be read for the image that you want. Let's say that your desired background image is named "Mashiro.jpg", well you just replace "valkyrie.jpg" with "Mashiro.jpg" case sensitive. Before: ;Background="valkyrie.jpg" After: ;Background="Mashiro.jpg" ___; Set the Window TItle;Title="Put Window Title Here" 1.2 Window TitleThat part tells you to put the name of the window that will appear when it's open. Let's say that your RO Server name is Shiina and you want your RO Server name to appear in the window. You simply change "Put Window Title Here" to the desired name, in this case is "Shiina". Before: ;Title="Put Window Title Here" After: ;Title="Shiina" ___; Save UserName - can also be configured from the LauncherSave_User=true 1.3 Saver UsernameIf you want to your users to save its username (the name of the account to login your server) leave it as true, if you don't want them to save their Username simply change true to false. Players will be able to save its Username: Save_User=true Players won't be able to save its Username: Save_User=false ___ ; Enable MD5 Password Encryption - currently this option is not used ; since MD5 is dependent only on the server side. Enable_MD5_Pass=true 1.4 MD5 Password Here you enable or disable MD5 Password Encryption, but wait, this is already NOT used, because MD5 Password Encryption is dependent only on the server side. So, just leave it as it. No changes, remains the same: Enable_MD5_Pass=true ___ Part 2 [Data]: Exe to be executed, Save user option, The settings (Setup.exe) and the Website Register Link [Data] ; Client Exe is expected to be in same location as launcher ExeName=2013-05-22Ragexe_patched.exe ExeArgs="-1rag1 /account:clientinfo.xml" 2.1 Exe to be executed Here you see the name of the Client Exe, it is expected to be in the same directory as the launcher (the same folder). If you change the name of it, you will have to change the name here too, let's say that you changed its name to Sorata.exe , simply replace 2013-05-22Ragexe_patched.exe by Sorata.exe . Leave ExeArgs="-1rag1 /account:clientinfo.xml" the same as it is. Before: ExeName=2013-05-22Ragexe_patched.exe After: ExeName=Sorata.exe ___ ; Also Set by Launcher if asked to Save (Save User option) Username=mindstream 2.2 Save user option Here will save the username option if asked, deffault is mindstream , if you change it you will have to change the name here too. Let's say that you want to change the name to Kanda, simply replace mindstream for Kanda. Before: Username=mindstream After: Username=Kanda ___ ; This is used for the settings button Setup=Setup.exe 2.3 The settings (Setup.exe) Here comes the name of the Setup.exe used for the settings, this means that the Setup.exe of your server must be listed here with its name, because that will be the one used by the Launcher to the buttons. Also to save the windows size and other settings like graphics or video. If you have changed the name of your Setup.exe, you will have to change the name here too. Let's say that you want to change the name of the Setup.exe to Teacup.exe, simply replace Setup.exe for Teacup.exe Before: Setup=Setup.exe After: Setup=Teacup.exe ___ ; Website for registration ;Register="registrationweb" 2.4 Website Register Link Simply change the "registrationweb" for the link that will move your users to the registration website which ould be your control panel. Let' say that your link is "www.coffeecup.com/cp/register" then simply replace "registrationweb" by it. Before: ;Register="registrationweb" After: ;Register="www.coffeecup.com/cp/register" Extra: If it doesn't work try to replace like this, it should work: ;Register="coffeecup.com/cp/register" or ;Register="http://www.coffeecup.com/cp/register" or ;Register="http://coffeecup.com/cp/register" ___ Part 3 [updater]: Enableing, Official Updater and Number of Days to wait for the next Update [updater] ; Enable updation of folder or not Enabled=True 3.1 Enableing This will enable or disable the updates of the folder. To prevent updates (which i don't recommend) simply replace True by False. Updates won't be availables (not recommended): Enabled=False Updates will be availables (recommended): Enabled=True I recommend leave it as it. ___ ; Filename of Official updater - rsu-kro-rag-lite.exe is used by default ;ExeName="rsu-kro-rag-lite.exe" 3.2 Official Updater Here is the name of the Official Updater of kRo, since everytime some downloads kRo, that name is for deffault, so i recommend to leave it as it, otherwise you will have to tell to your users to change the name of the file, which is meaningless. No changes: ; Filename of Official updater - rsu-kro-rag-lite.exe is used by default ;ExeName="rsu-kro-rag-lite.exe" ___ ; No of days to wait before next update - default is 1 day ;DaySpan=1 3.3 Number of Days to wait for the next Update As it name says, it's the number in days that the players/users will have to wait until they can update again. 1 means 1 day to wait, 2 means two days to wait and so on. LEt's say that you want them to wait 3 days, simply replace the number 1 by the number 3. Before: 1 Day to wait (original) ;DaySpan=1 After: 3 Days to wait ;DaySpan=3 ___ Please report any errors that you may find in this little guide Well i hope this little guide helps you. As stated above, anyone who finds any error please contact me my pm or repplying this topic and i will corrected it as soon as possible. 1 Quote Link to comment Share on other sites More sharing options...
Question
Xenophades
hi guys i started to make my own test server and i have many problem(s) and question(s)
ok lets start on my trunk im using "https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/" (rathena - revision 17699: /trunk)
then my im using 2013 12 01 Kro Client "http://www.nickyzai.com/?p=kro" ( no data folder )
i download the data folder at http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ ( data version 4.0 ) then place it in my KRo folder
now my problem is i cant find an .exe (mmo.h "2013-08-07" , where can i find 20130807 ragnarok client and how to diff it with my client ?
I WOULD ASK ANOTHER QUESTION IF YOU ARE WILLING TO HELP ME
advance thank you for sharing your knowledge
Link 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.