Jump to content

Lilystar

Members
  • Content Count

    74
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Lilystar


  1. If you want to attempt to raise the client's sample rate, it is not easy.
     
    Initialization of DirectSound in Ragnarok, (Analysis of the dll file)
    Such technology to hook the function is required.
     
    There is talk that improve to 44kHz in the hook by CBT.
    But, it was a technology for jRO&iRO clients.

    2d7ydjd.jpg

     

     

    Because the mechanism of the RO client is old, only the thing that can be reproduced at that time can be used.

    The bit rate is decreased. The deleted MP3 tag.

     


  2. im willing to use anything (hercules).. its just do you know any guide that is easy to understand and does not have a broken links?

     

     

    Hercules

    About the setting of server side, it is up to your understanding and environment.

     

    Guide to setup Server.

    http://herc.ws/board/topic/968-guide-how-to-setup-hercules/

     

     

    Ragnarok Client

    If the beginner suffers, it is this part.

    There is a troublesome part about the relation between the client and data, too.

     

    There is a description about the client side & data side.

    http://herc.ws/board/topic/8894-guide-setting-up-2013-client-for-hercules/

     

     

    Troubles happen in the client side & data side well.

    A trouble happens in one of the main tools which I am used for now.

    Please use carefully for Client Patcher (NEMO).

     

    14cw3v7.jpg

     

     

    I also have the explanation of the exclusive use.

    But, because English is not perfect, it does not advertise.

    I send a URL using PM.

     


  3. Because it is only a guess: Hints only.
     
    1 Your environment?

    Local Area Network ( Create of a single computer ).
    127.0.0.1 or localhost
     
    Local Area Network ( Create of a multiple computer ).
    192.168.0.100 ( Your Private IP Address )
    It depends on your IP settings.
     
    Connection example from external ( Internet ).
    athena-server.net ( Your Domain Name or Global IP Address )
    It depends on your Domain & Global IP.


     
    2 A wiki is reading?
    http://eathena.ws/wiki/index.php/Connecting
    http://eathena.ws/wiki/index.php/Multiple_Servers
     
    3 Check the settings ( router, port, firewall ).
     
    4 Try to look for the information in google.

    https://www.google.com/webhp?hl=en#hl=en&q=socket+%235+code+116

     

    In addition, Proxy Support of the client being usable until 2012.

    This does not influence the operation of the server.

     


  4. 1 Create a text file.
    Example (Replay.txt)

     

    2 Saved in this content.

    start Ragexe /-Replay

    Example (2013-12-23cRagexe)
    start 2013-12-23cRagexe.exe /-Replay

     

    3 Change the filename extension
    Example (Replay.txt → Replay.dat)

     

    4 Run
    Please work with the folder where Ragexe exists.
    If there is "rrt" file in Replay folder, it is read.

     

    The launcher which can start in Replay.
    http://herc.ws/board/topic/1466-ro-credentials-rocred-v191-last-updated-20150108/
    http://herc.ws/board/topic/1070-loki-launcher-last-update-2013-08-19/


  5.  

    The link of topics made in the past is not connected (URL to rAthena).

     

    The confirmation of the person with a lot of numbers of posts is difficult.

    It is necessary to note the person who sees a past topic.


  6. https://github.com/ThemonChan/2014-Ragexe-Client

    As for some of files uploaded there, some binary data are edited.
    It can be understood when compare it in WinMerge.
    Because a part of the binary data end disappears, the file size is different.

     

    When a repair is troublesome.

    2014-April-Client

     

    Reference
    https://rathena.org/board/topic/98690-fix-exe-2014-04-16/?hl=2014-04-16


  7.  

    void clif_hominfo(struct map_session_data *sd, struct homun_data *hd, int flag) {...	// Bit field, bit 0 : rename_flag (1 = already renamed), bit 1 : homunc vaporized (1 = true), bit 2 : homunc dead (1 = true)	WBUFB(buf,26)=(battle_config.hom_rename && hd->homunculus.rename_flag ? 0x1 : 0x0) | (hd->homunculus.vaporize == HOM_ST_REST ? 0x2 : 0) | (hd->homunculus.hp > 0 ? 0x4 : 0);	WBUFW(buf,27)=hd->homunculus.level;... }

    The one on 26th offset;

    When battle_config.hom_rename is false, first expression is always false, so it always thinks that homun is NOT YET RENAMED.

    I'd replaced it with

    (battle_config.hom_rename?0:hd->homunculus.rename_flag)

    And now it works fine.

     

    I was able to check the operation. :)


  8. The URL that a developer uploaded in old days remains. Is it necessary ?

     

    I think that's worth trying the latest client.
    In an investigation into Adoption System, I confirmed that a serious bug of the login was recovered.

     

     

     

    just curious,

    what is the different between 2013-12-30aRagexe and 2013-12-23cRagexe?

    i mean, what feature?

     

    Adoption System is not usable from this date.


    2014-10-22bRagexe

    w9xpax.jpg

     

     

    http://herc.ws/board/topic/8023-add-old-message-in-wedding/

    http://herc.ws/board/topic/8147-help-i-have-an-error-in-map-server/


  9. Status Tab != Equipment Tab, how i add one Interface Shortcut for "Status" Tab, in old client is "Alt + A"... Its possible i add this feature ?

     

    It is usually opened by "Alt + Q".

    When do not open, the following reasons are thinking.

    Your Lua Files (probably, hotkey.lub) may be old.

    Please perform the necessary update.

     

     

     

    And "Off topic"  ... =X How i change the "www.ragnarok.co.kr" for my custom? :P

     

    http://herc.ws/board/topic/1805-src-logo-help/?hl=src_logo  ( scr_logo is correct )

    https://rathena.org/board/topic/95067-chat-window/?hl=scr_logo#entry255550


  10. I uploaded various images so far. The image of the client at this date is included in that.

     

    Start of investigation.
    http://herc.ws/board/topic/6770-buying-store-problem-when-close-and-on-buy/#entry41357

     

    Report of diff that cannot be applied.
    http://herc.ws/board/topic/2905-nemo-client-patcher/page-16#entry40312

     

    Investigation of client.
    http://herc.ws/board/topic/8136-helpi-got-a-null-in-quest-journal/#entry48516

     

    I confirm it with two kinds among three kinds of emulators using now.
    But, there are many places that I cannot understand in a source of Hercules. Therefore, I show it as a test.


  11. The display of Japanese word became possible.


    Act#
    Pen#
    Rec#
    Epi#
    Loc#
    Evt#
    New#
    ^0000FF討伐情報^000000#
    報酬アイテム#
    必要アイテム#
    制限時間#
    終了#
    検索#
    目標に案内#
    ルートの情報#

     

     

     

    3447gnq.jpg

     

     

    The investigation is finished with this.

    I apologized because of the content of the language with low interchangeability.


  12. The reference material of the client is put.
    I think that the mistake is found because I do not remember accurately.

    2012-04-10aRagexeRE ( Reading of item information is text file. )
    2012-06-18aRagexeRE ( Reading of item information is Lua file. Update status icon. 0x8ff → 0x983 )
    2013-03-20Ragexe     ( Change of various specifications & packets. )
    2013-06-05Ragexe  ( Update of the Ranking System. )
    2013-07-24eRagexe ( Addition of Banking System. )
    2013-07-31cRagexe ~ ( Display confirmation of Rebellion. Update of the display relationship. )

    2013-12-18bRagexe   ( Update of the display relationship. )

    2013-12-23cRagexe   ( Update of the display relationship. )
    2013-12-30aRagexe     ( Update of the Adoption System. )
    2014-01-15eRagexe  ( Update of the Navigation System. )
    2014-01-29cRagexe  ( Update of the Vending Store & Buying Store )
    2014-02-05bRagexe ~ 2014-04-02gRagexe ( Unconfirmed )
    2014-04-09bRagexe     ( Small fixes of Party Booking )
    2014-06-12aRagexe ~ 2014-06-13aRagexe ( Renewal of UI. )

    2014-10-22bRagexe   ( Implementation of various functions. )


    The mistake revises it after discovery.

    After reading well, please decide.

     

    GRAY  = The stable. Some functions cannot be used because it is old. The possibility to be able to contribute to the developer is low.

    BLUE =  Almost stable. Malfunction is sometimes found.
    GREEN =  Basic operation is possible. There is the part which cannot discover.

    RED  =  Experimental stage.

     

    Let's go slowly ...


  13. The detail in  navi_mob_krpri.lub and navi_mob_krsak.lub  is correct 

     

    Here is navi_mob_krpri.lub

     

    Omission...

     

     

    Data of "krpri" seem to be read.

    However, the data cannot be used if it does not correct.

     

    Please transplant the data of "Krsak" to "Krpri" by the overwrite method.

     

    It copies onto the different location and it renames it.

    navi_mob_krsak.lub → navi_mob_krpri.lub

     

    Arranged so as to overwrite the original location.

    navi_mob_krpri.lub → navi_mob_krpri.lub

     

    This is a guess.

    A red part should be corresponding to the server side.

     

    1z519ci.jpg

     


  14. Are you using this data?
    https://github.com/ROClientSide/Translation/tree/master/Data/luafiles514/lua%20files/navigation

     

    Please note this file. Content is different.
    navi_mob_krpri.lub & navi_mob_krsak.lub

     

    navi_mob_krpri.lub

     "gef_fild00",
     16596,
     300,
     2229226,
     "Poring",
     "PORING",
     1,
     1376515

     

     

    navi_mob_krsak.lub (The compatible data are these.)

     "gef_fild00",
     15934,
     300,
     1002,
     "Poring",
     "PORING",
     1,
     1376515

     

     

    The file read by "Servertype" of "Clientinfo.xml" is decided.

     

    I'm sorry. Because my memory was not accurate, it edited it.

    The work of renaming and the replacement, etc. might be necessary.

     

    Ragexe = filename_krpri.lub

    RagexeRE = filename_krsak.lub

     

    Because I do not understand movement of jRO, I do not support Japanese with this file.

    http://herc.ws/board/topic/7896-new-3rd-job-clothes/#entry47524

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.