Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. which patcher is? neoncube, thor, triad ? normally is caused by a misconfiguration, check the links and name of the files (:
  2. woe schedule box is almost unreadable x_x top 5 pvp nova too @_@ i like the design, the colors are good for me but i would like to suggest you to try different fonts and colors for them to make them more readable not bad for a first time consedering that is your first time i will give you a 8/10 keep practicing (:
  3. Kido

    renders

    lol it's ok both huh you will have speacilly search for them, there are some forums that just do them, there's deviant art too, but remember always to ask first before taking the pic on those websites, because they have copyright good luck with them (: Najara leaved you some good links, chekc them (:
  4. Kido

    renders

    i wasn't ignoring him D: it's only that i don't know any page of render because when i search i don't find good renders, so i prefer to make them D:!! sry Soel if you felt ignored ):
  5. allright o:! because in some posts i was able to see the correct number thank you both :3 Edit: i believe this topic can be closed o:! nnvm D: you sure? or it is not implemented the fix yet?
  6. Kido

    renders

    why don't you make them? it's a bit more easy well and huh i don't know about any site of renders, i prefer made them, give a try o:
  7. Invader Zim haha can't stop laughting at gir haha http://www.youtube.com/watch?v=ZuBMI5PYXgs
  8. Hello, today my vps went down due a problem, stoping the service. Always when that happen and/or i reboot the vps by the control panel, this error appears *image deleted* i can't connect to my sql too, i believe the password resets or something, but i don't know how to recover it, or how to solve this x_x i googled about it how to recover passwords or something but didn't work, still can't connect to my sql x_x any idea D:? thanks in advance o: Edit: Solved, thanks to the service. I need it to type the following commands service mysql start service mysqld start in order to ensure that the sql is working and turned on then everythng went good the only problem now is the fluxcp, well that's a different topic thanks anyway, aw 0 views ): this topic can be closed, thanks again
  9. Use restricted.txt and item_noequip.txt ro restrict any item on the map/zone that you want you will find them in this direction trunk/conf/mapflag/restricted.txt trunk/db/item_noequip.txt the text itself says the instructions (: i hope it helps you (:
  10. lool i won't notice when i recieve a +1, i will have to check ever single post DDDD:! didn't even know that i had those +1, what's the post? lol Akkarin already got a lot of work here x_x let's jsut give him a break DDD:! a new question appears @_@ knowing this issue, is the final count correct? i mean, this:
  11. There's something i don't understand... now there's something i don't remember but that something is something that i don't understand because i don't remember it @_@ wut??!

  12. I just got excited, i'm so happy to see a lot of members on, more than 30 !

  13. 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 Image That 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 Title That 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 Launcher Save_User=true 1.3 Saver Username If 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.
  14. Kido

    Compilation

    hehe don't worry and correct, you run that on your putty exactly where you run ./athena-start start (:
  15. Kido

    Compilation

    huh ? nope, they are saying that they can't help you to fix issues with the source because they are no experienced with that, and that they recommend you to contact your developer to help you to fix that instead you remeberd my friend, that i too thinked once that the compilation isn't done at all for the same thing, look at my post here http://rathena.org/board/topic/86446-putty-problem-and-athena-start/ and check the 3rd post (just after the member with a dog avatar) then asura answer me the compilation is good you can check there too it's not an issue what you have there, it just end as it (: however if you don't want to the compilation end like that, Lighta already gave an answer above
  16. 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
  17. i believe it isn't for a poor connection if other players are haveing the same problem too i'm pretty sure that it may be for a misconfiguration try to fix it by configuring it, the files included in the thor patcher "readme" explains how to i don't use thor patcher, i use neoncube, but thor patcher is way better,take your time to configurate it correctly if you have any other questions feel free to ask (: lol your english is understable so don't worry
  18. it's at the bottom of player.conf which version of rAthena are you using? also, if you can, paste here your player.conf so we may see (:
  19. huh i believe that knowing the version and the script would be helpfull @PapaZola have you touched the script o:?
  20. Kido

    Compilation

    @Lighta i believe he thinks that its map.h is not getting compiled for this itemdb.h:240:24: warning: no newline at end of file CC mapreg_sql.c LD map-server_sql make[1]: Leaving directory `/root/Desktop/trunk/src/map' building conf/import and conf/msg_conf/import folder... if your server is running after that we can say the compilation is good, let's wait for lighta o:
  21. 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 (:
  22. Kido

    stapo forever D:!

    lol yeah i was hoping that archangeling or angeling would be the higher, or the Pori Pori DDDD:!
×
×
  • Create New...