Jump to content

Mikegyver

Members
  • Posts

    399
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Mikegyver

  1. On 19/07/2017 at 2:57 PM, players said:

    Yeah i know...just wanted to know how to make rodex icon appear like @sader1992 has

    i just check his repo. base on his repo, i found 2 new added packets structure.

    parseable_packet(0x0ac0,26,clif_parse_Mail_refreshinbox,2,3);
    parseable_packet(0x0ac1,26,clif_parse_Mail_refreshinbox,2,3);

    u need to paste this 2 packets structure in src/map/clif_packetdb.h (new rodex 2017 is introduced on 2017-04-19bRagexeRE)

    made it into like this. paste in the line in between of 2016-10-26bRagexeRE & 2017-05-02dRagexeRE

    // 2016-10-26bRagexeRE
    #if PACKETVER >= 20161026
    	packet(0x0AA5,-1);
    #endif
    
    // 2017-04-19bRagexeRE
    #if PACKETVER >= 20170419
    	parseable_packet(0x0AC0,26,clif_parse_Mail_refreshinbox,2,10);
    	parseable_packet(0x0AC1,26,clif_parse_Mail_refreshinbox,2,10);
    #endif
    
    // 2017-05-02dRagexeRE
    #if PACKETVER >= 20170502
    	packet(0x0A43,85);
    	packet(0x0A44,-1);
    	packet(0x0ABD,10);
    #endif

    no need to paste everything in https://github.com/sader1992/sader_scripts/blob/master/Ragexe/2017-05-17aRagexeRE/PACKET.txt as the packets structure for this client already there in src/map/clif_shuffle.h..

    src/map/clif_packetdb.h -> for the Ragexe / RagexeRE client feature packets (rodex, equip switch & etc)

    src/map/clif_shuffle.h -> common shuffle packet for Ragexe / RagexeRE (29 packets if not mistaken)

    EDIT : i put a try on my 2017-06 client.. it works.. but if u send mail to online character, the receiver (online character) screen will go blank.

    and another thing, the date of the mail seems not accurate. it is displaying 14 days ago..

    yeah.. it is works.. but still kinda buggy.. running on live server will be in pain.. the player will keep complaining and u end up changing the client again...

     

    • Upvote 1
  2. 8 hours ago, Akkarin said:

    Stop arguing each other's meanings. We don't have full support for RoDEX yet on the later clients, but it will be coming soon. This means we won't entertain support issues/requests regarding RoDEX on the newest clients.. since.. it was already announced that it won't work fully.

    Yeah... and it will be a hassle to run this client on live server.. better stick with an older one.

    42 minutes ago, players said:

    Thanks @sader1992 for this client, it worked!

    However in replace equipment window if you click that change button it will crash and disconnected..perhaps missing lua files and i hope will be updated in future.

    Overall great! :P

    PS : How to enable RODEX icon? tried sent item/zeny via mail and the icon at top right not shown when we received

    i think @Akkarin already have himself clear.. replace equipment window u mention just now is actually equip switch feature. this feature is introduce by gravity on 2017-02-22. same with new rodex 2017 feature, this feature is not yet supported.. i guess we should wait until rA dev add support for these 2 features so that it is fully functional.

  3. 6 minutes ago, sader1992 said:

    not yet supported not mean it wont work

    yeap. but, that does even bring 1 meaning.. not support means still got buggy. like u said earlier.. :D

    On 18/07/2017 at 1:01 AM, sader1992 said:

    i suggest not using this client for servers that opened for players

     

  4. On 15/07/2017 at 9:58 AM, Akkarin said:

    If you guys were a little more patient you wouldn't need to do anything in order to get the 2017 clients working. The devs are working on building support for the newer clients into rA.

    as mention by @Akkarin, rA now added support for newer clients especially 2017 clients. up to 2017-06-07 RE client.

    THUS FOR THOSE WHO ARE RUNNING ON RATHENA Git Hash: f0ab8d2 OR NEWER, THESE SOURCE MODIFICATION IS NO LONGER REQUIRED ANYMORE

    • Upvote 1
  5. 1 hour ago, sader1992 said:

    rodex work

    however it need translation since they did change the window etc

    and there is some new packets that for some of the new feature in rodex that needed to add in the packet file

    i'm not too sure about what u said. but, @Lemongrass did state clearly in this commit Git Hash: f0ab8d2

    see on the bottom of this commit.. the features not yet available.

    Rodex 2017 and equip set switching is not yet supported.
    Achievement is still in a pull request, but should be merged to master soon.

     

  6. 1 hour ago, konishiwa said:

    dear good sir, can you show me where's i can post about my problem, since i'm prohibited to posted in 2016, 2017 ragexe and 2017 kro full client section, when i see your previous post about you help another user pointed them another helpful link but it seems those helping is not applicable for me.

    i'm just lowbies peasants in this forums, know NOTHING about editing server, client etc, but i have desire to learn.

    i have searched every section in this forum but it seems no one thread matching with my problems.


    PS: i'm already deleted ALL OF MY POST asking about advanced doram skills not showing in skills tree, i'm deeply very sorry if my previous post bugging you.

    try look on this topic.

    EDIT - i'm not saying it it prohibited to post the problem u facing right now in this topic. but, i mean u are looking for something at the wrong place? surely will not get anything. and like @Akkarin always mention, in this forum got search function.. it is on right top of this forum.. why not try to search the thing u are looking for using that search function? 

  7. 4 minutes ago, konishiwa said:

    can someone help me, i'm using

    1. 2016-12-28aRagexeRE and

    2. kRO_FullClient_20170411,

    3. rathena server prior to 17-7-2017

    but it doesn't show Doram Advanced Skills, can someone pointed what's wrong with my setup?

    u are posted in wrong section. that is why until today, u are not getting any reply. this is 2017-01-25 RE client topic. not summoner topic.. at least, if u want to get some help, u should post in the correct topic.. i don't expect u get any help on this matter if u posted in this topic

    EDIT. this is the topic where people looking & seeking about the guide how to get use of 2017-01-25 RE client. and question should be about how to fix the problems regarding the implementation of this client.. since u have problem with summoner expanded skills not shown up in both 2016-12-28aRagexeRE & 2017-01-25aRagexeRE, SO.. it is clearly have nothing to do with RagexeRE clients.

  8. 1 hour ago, Hossam said:

    i know ragnahosting can make server but i cant add item in server
    data have password ><
    i want make a reborn server 
     

    I need a host who can assist me in setting up the server at a simple cost
     
     

    Cheap cost.? Use a vps instead.. u have full control on ur server + monthly fee much cheaper.. ovh cost u just 3.5 usd a month.

  9. for those who would like to asking for help related to this client, please stick the chat to the forum ok? I don't like Helping in private messages for 2 reasons

    1. In PM no ones sees my awesomeness

    2. Since i'm doing third-party services, my expectation of getting PM is the person who like to request of my services..

    https://rathena.org/thirdpartyservices/all-in-one-ro-setup-services-server-setup-client-side-setup-webserver-setup-thorpatcher-setup-fluxcp-setup-r10/

    So it is kinda upset & irritating for me for getting PM asking for help, (i know u guys in hurry to make use of this client, but please respect other people time - right now it is 12.40 midnight & yet i even get a PM from someone here in this topic which expecting me to reply as soon as he get PM me as his comment asking for help not getting reply in here.) plus with it just my expectation people drop me a PM as interested in my third-party service setup. My advice to that person. please respect other people & just wait for me or somebody else here answering ur question.

    • Upvote 2
  10. 1 hour ago, WhiteEagle said:

    Yea thanks. I found this solution myself by following the error "failed by step 4". 

     

    Don't know why langtype 1 isn't working for me. 

    Do u use latest clientside english translation by zackdreaver?

    • Upvote 1
  11. 3 hours ago, WhiteEagle said:
    
    <desc>Ragnarok Online Client Information</desc>
    	<servicetype>america</servicetype>
    	<servertype>primary</servertype>
    	<connection>
    		<display>Chaos</display>
    		<desc>Ragnarok Online</desc>
    		<balloon>this is a tool tip</balloon>
          	<address>XX.XXX.XX.XXX</address>
          	<port>6900</port>
          	<version>56</version>
          	<langtype>1</langtype>
    		<registrationweb>www.XXXXXXX.com</registrationweb>
    		<yellow>

    I've langtype 1

    It should works.. nemo cant patch translate client since 2016-02-03 RE client.. but, that client & newer clients i don't have any problem regarding client cannot read msgstringtable.txt

    In fact. Those are totally different. Translate client have nothing to do with read msgstringtable.txt

    If u are saying cannot patch client with read msgstringtable.txt, yeah u get a point. But for translate client has nothing to do with read msgstringtable.txt

  12. 4 hours ago, Hossam said:

    I need a best website to make a ragnarok server

    Help please

    Ty ❤

    i think i shall explain & clear things up to u..

    for website, u will need web-hosting provider while if u asking for making a ragnarok server, u will need ragnarok hosting services or vps

    the different between those 2 aboves

    - ragnarok hosting service usually has been setup with required &neccessary programs / softwares & ready to run ragnarok server

    - vps is to be easy to understand, clean & unmanage. u need to setup the vps with required & necessary programs / software so that it can run ragnarok server

    examples are those 2 aboves

    - ragnarok hosting services -> pony vps, gomanila host, trinity networks, wanhosting

    - vps -> ovh.com, vps.ag, digital ocean, vpb.com

    but, u can also purchase a web-hosting. in case u want to separated the rAthena & the web related stuff (like fluxcp, forum, thor patcher)

    and like kaze mention on above, Google.com is your best friend...

  13. 23 minutes ago, WhiteEagle said:

    The problem is, I can't patch msgstrintable.txt with nemo in the 20170125 client.

    yup.. but, just put langtype 1 in ur clientinfo.xml. it should works for the client to read msgstringtable.txt

  14. 8 minutes ago, hendra814 said:

    Sorry, my mistake. at my testing computer it's used non up to date KRO.

    after i'm copy from my laptop into the computer it's work.

    Thanks @hazimjauhari90

    btw at char console server show this error

    s it okay, or the warning can be solve?

    Nah.. just edit ur clientinfo.xml in ur grf.. change the version to 56..

  15. 1 minute ago, hendra814 said:

    Sorry, my mistake. at mys testing computer it's used not up to date KRO.

    after i'm copy from my laptop into the computer it's work.

    Thanks @hazimjauhari90

    Well.. should i put reminder here.. for other people who want test this client in the future..

    Please make sure your kRO folder is patched equivalent or newer than 25 January 2017

    Since this RagexeRE is released by Gravity on 25 January 2017.

    Anyway glad to know ur problem fixed @hendra814

  16. 5 minutes ago, hendra814 said:

    I think the client at the first page not RE client

    this is a RE client... non-RE client no longer can be packed anymore since 2016-07

    and its name stated clearly. 2017-01-25aRagexeRE...

    and those are not complete. u can refer to this guide.. as this is the guide i put in my earlier comment in this  topic.

     

    • Upvote 1
  17. 2 hours ago, hendra814 said:

    Change into true make client crash

    i guess something must got wrong in ur src maybe.. coz u need change to TRUE if using RE client

    void chclif_charlist_notify( int fd, struct char_session_data* sd ){
     // This is needed on RE clients from october 2015 onwards
     // If you want to use one replace false by true here
    #if true && PACKETVER >= 20151001

    • Upvote 1
  18. 12 hours ago, players said:

    Yes odd char number 27...

     

    9 hours ago, hendra814 said:

    I've got error like this too.

    How to solve this problem?

    mmo.h using default rathena

    should be this not happen when u already edit those code blocks in src\char\char_clif.c

    void chclif_charlist_notify( int fd, struct char_session_data* sd ){
     // This is needed on RE clients from october 2015 onwards
     // If you want to use one replace false by true here
    #if true && PACKETVER >= 20151001

    but in condition where ur #define MAX_CHARS in src/common/mmo.h is the multiple of 3 (9,12,15,18,21,24,27,30 & so on)

    if #define MAX_CHARS is no the multiple of 3, u will see the popup window please check request page number.

×
×
  • Create New...