Jump to content

Mikegyver

Members
  • Posts

    399
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Mikegyver

  1. do u

    22 minutes ago, players said:

    It's worked! still have minor problem...pop out character request page after login and translated files all item in korean language

    Attached the issue.

    9fab823b-5ed6-4c87-93d7-f5aa0e5d4511.jpg

     

    do u have odd char number? not multiple of 3?

  2. 7 minutes ago, players said:

    okay..
     

    changed this back to original before u edit

     3. clif.c
    
    /// Notifies the client, that it's connection attempt was accepted.
    /// 0073 <start time>.L <position>.3B <x size>.B <y size>.B (ZC_ACCEPT_ENTER)
    /// 02eb <start time>.L <position>.3B <x size>.B <y size>.B <font>.W (ZC_ACCEPT_ENTER2)
    /// 0a18 <start time>.L <position>.3B <x size>.B <y size>.B <font>.W <sex>.B (ZC_ACCEPT_ENTER3)
    void clif_authok(struct map_session_data *sd)
    {
    #if PACKETVER < 20080102
        const int cmd = 0x73;
    #elif PACKETVER < 20141022
        const int cmd = 0x2eb;
    #elif PACKETVER < 20161228 <-- ( change it to 20170125 not make any difference )
        const imt cmd = 0xa18;
    #else
        const int cmd = 0x2eb;
    #endif
        int fd = sd->fd; 

    coz this can has been implemented already by lemongrass in newer rA

  3. 2 minutes ago, players said:

    Just changed to :

    3. packet_db.txt

    packet_db_ver: 56
    //packet_db_ver: default
    packet_keys_use: default

    // 2017-01-25aRagexe
    packet_ver: 56
    packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
    0x0438,7,actionrequest,2:6
    0x0879,10,useskilltoid,2:4:6
    0x0930,5,walktoxy,2
    0x0943,6,ticksend,2
    0x0881,5,changedir,2:4
    0x087B,6,takeitem,2
    0x0877,6,dropitem,2:4
    0x091C,8,movetokafra,2:4
    0x095C,8,movefromkafra,2:4
    0x092B,10,useskilltopos,2:4:6:8
    0x089B,90,useskilltoposinfo,2:4:6:8:10
    0x0965,6,getcharnamerequest,2
    0x0898,6,solvecharname,2
    0x0929,12,searchstoreinfolistitemclick,2:6:10
    0x0968,2,searchstoreinfonextpage,0
    0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
    0x087D,-1,reqtradebuyingstore,2:4:8:12
    0x091B,6,reqclickbuyingstore,2
    0x091D,2,reqclosebuyingstore,0
    0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
    0x0944,18,bookingregreq,2:4:6
    //0x0884,8 CZ_JOIN_BATTLE_FIELD
    0x0895,-1,itemlistwindowselected,2:4:8:12
    0x0811,19,wanttoconnection,2:6:10:14:18
    0x086E,26,partyinvite2,2
    //0x0894,4 CZ_GANGSI_RANK
    0x0920,26,friendslistadd,2
    0x0876,5,hommenu,2:4
    0x0893,36,storagepassword,2:4:20

    Attached error screenshot.

    @hazimjauhari90

    How about my client profile log? is there any problem?

    Thanks.

    Need help. Thanks.

    i think u better attach is as code in here.. i'm using phone.. and to view the nemo patches list is not that easy using fone.

  4. 13 hours ago, players said:

    Hi Guys,

    i already follow instruction from first page until last page and using 2017 latest kro client still cannot make it work....the rejected from server (3) and character number keep pop out after login id.

    how to solve it? need help.

    Thanks in advanced.

    check src/map/clif.h, src/common/utils.c & packet_db.txt
    there is a mistake in one of these files...

  5. 12 minutes ago, mrlongshen said:

    Yeay ! Centos life ! AHAHAHAHA :D

    dude... centos don't give me life in if i want view all the changes i have done using git diff command... the diff got NO colors to distinguish between the original contents / lines which got removed & added contents / lines.. u will see the diff more clearly on ubuntu.. the diff on ubuntu comes with green & red color which make u easier to notice the changes.. see the below screenshot... if u really optimize & utilize git diff & git diff command, i guess u should switch to ubuntu..

    EDIT: -- markings are original contents / lines those u remove while ++ markings are added contents / lines

    595cc1b161326_gitdiff.thumb.png.1e7f34ed3bba00adf312e0b7bce1a992.png

     

    • Upvote 1
  6. 9 minutes ago, Kakaroto said:

    Client: 2017-05-17+

    Nope. Client 2017-03-29++

    7 hours ago, matheus00123 said:

    Hello, first of all I'm sorry, I'm using google translator, because I'm Brazilian.

    I'm trying to find the clients that contain the icons from the menu below, I tested 2015, 2016 and 2017 and I saw that they are not customers.

    I wanted to add the icons to the menu below, because in ROenglishRE I can not find them and nowhere.

     

    bT75Ild.jpg

    These icons attached together with the clients. They are not that icons that can simply imported to any clients. In fact. They comes together with the clients.

    • Upvote 1
  7. 16 hours ago, jmsngls said:

    Yea I read some setups using ubuntu, will look for more guides on that. Sorry for misunderstanding it.

    just go for ubuntu... if u working on rAthena using git diff command, u will see the diff more clearly on ubuntu.. the diff on ubuntu comes with green & red color which make u easier to notice the changes.. see the below screenshot... if u really optimize & utilize git diff & git status command, u will loves using ubuntu..

    595994dfa966c_gitdiff.thumb.png.a1f4e3d4ef641241ba8363b24f0024c2.png

    there are some mores advantages using ubuntu rather than on centos... customization & modification of apache webserver (adding virtual server) & phpmyadmin.. but for these 2, i don't think u will go that far for the customization & modification..

    16 hours ago, Cyro said:

    he just suggesting you his opinion to use different operating system! since he ffeels its better and stable , i use centos so i gave guides for it :)

    i'm prefer ubuntu not because of its stability reason, but bcoz it is more on handy & easy to use & manage (if u loves doing lots of customization & modification). if just doing default setup, i think it shouldn't be a problem (especially for beginners who are just to get things work around)

  8. 4 minutes ago, jmsngls said:

    I appreciate your suggestion sir, but I would like to setup with myself or with a guide to learn, and main reason to host in a non RO hosting related is to save. Thank you so much.

    yes. u need to setup it by urself. but during u about to rent digital ocean vps, u should choose over debian / ubuntu.. don't choose centos.. since u saying u want to look for digital ocean, u should know that there are plenty linux distrubutions are available.. i not really recommend centos.

    EDIT. i'm not saying i want to setup ur server. i'm saying based on my experience during setup the server, u will across lots of difficulties if using centos. so please don't get me wrong.

  9. 13 minutes ago, Ciel Phantomhive said:

    Hello again @Albert

    patch the client using nemo check this list only ( just tested it now by me )

    
    @ Bug Fix (Recommended)
    Always Call SelectKoreaClientInfo() (Recommended)
    Cancel to Login Window (Recommended)
    Custom Window Title
    Disable 1rag1 type parameters (Recommended)
    Disable Game Guard (Recommended)
    Disable Help Message on Login (Recommended)
    Disable Nagle Algorithm (Recommended)
    Disable Ragexe Filename Check (Recommended)
    Enable /showname (Recommended)
    Enable /who command (Recommended)
    Enable 64k Hairstyle
    Enable DNS Support (Recommended)
    Enable Multiple GRFs (Recommended)
    Enable Title Bar Menu
    Fix Camera Angles (Recommended)
    Load Custom lua file instead of iteminfo*.lub (Recommended)
    Read Data Folder First
    Read msgstringtable.txt (Recommended)
    Read questid2display.txt (Recommended)
    Remove Gravity Ads (Recommended)
    Remove Gravity Logo (Recommended)
    Remove Hourly Announce (Recommended)
    Remove Serial Display (Recommended)
    Restore Login Window (Recommended)
    Translate Client (Recommended)
    Use Ascii on All LangTypes (Recommended)
    Use Normal Guild Brackets (Recommended)
    Use Plain Text Descriptions (Recommended)
    Use Ragnarok icon

     

    @Ciel Phantomhive since @Albert has disable packet obfuscation on server side, he need to disable packet encryption on nemo patcher.

    On 30/06/2017 at 4:53 PM, Albert said:

    I followed it but I have an error that "Disconnecting session #3 with unknown packet version (p:0x397f, l:19)."

    I did it everything but I still can't connect to server.

    Could you give me some helps? Thanks again.

    perhaps u did not disable packet encryption on nemo patcher. there is just another possiblity of this unknown packet. @Albert please read more on following link

     

  10. 52 minutes ago, Albert said:

    2. I also adjusted src/config/core.h

    /// Comment to disable the official packet obfuscation support.
    /// When enabled, make sure there is value for 'packet_keys' of used packet version or
    /// defined 'packet_keys_use' in db/[import/]packet_db.txt.
    /// This requires PACKETVER 2011-08-17 or newer.
    //#define PACKET_OBFUSCATION

    paste the diff patch list of ur nemo patcher.

  11. 1 minute ago, Albert said:
      Reveal hidden contents

     

    Thanks. I already changed and recompiled.

    However, I have still problem like "Rejected server connection(3)."

    If I choose "Disable Packet Encryption" in NEMO, I can see "Failed connect to server."

    Unless if I choose it in NEMO, I find "Rejected server connection(3)."

    I still don't know what my server problem is...

    u still missing something.. check back mrmagic guide.. u must enable RE client on server-side. since this is RE client.

  12. 1 minute ago, Albert said:

    4. src/common/utils.c

     else if(date < 20151104) return 54;
     else if(date < 20160203) return 55;
     else if(date >= 20170125) return 56;

     else return 30; //default

    should be like this.

    4. src/common/utils.c
    
     else if(date < 20151104) return 54;
     else if(date < 20170125) return 55;
     else if(date >= 20170125) return 56;
    
     else return 30; //default

     

  13. 11 hours ago, 3chan said:

    do we already have unpacked client for 2017-06-27?

    nope.. official clients  support by rAthena only 2015 client. but u can find 2016-02-03 & 2016-12-28 because @Rytech of 3ceam has unpacked those clients... he unpacked those client for 3CeAM as he made those clients supported by it.. the latest u can found is 2017-01-5 client.. somebody release it under client release section..

  14. 7 hours ago, jmsngls said:

    May I ask some help and suggestions :D

     

    I'm planning to host in digitalocean vps hosting, my questions are:

    -VPS runs my RO server right? (rathena) i prefer phpmyadmin database

    -Can I also install fluxCP(my ro website with domain such myro.tk) if yes, is there any tutorial?

    -Can I also host there for my thor patcher? If yes, is there any tutorial?

     

    To make it short can I host everything in VPS? Digitalocean

    Reason for asking: I would like to try their suggestion in hosting in non RO hosting company. BTW I know how to run my server using wamp and I know how to setup fluxcp and thor patcher already on my desktop but on VPS using command promt? I don't think so but with guide I can manage to learn. i'm seeing those vps with additional screen what is that?

    Thank you so much!

    it is possible... in fact u can search in this forum for the guide.. just i want to give a sugesstion.. avoid using centos.. use debian / ubuntu instead... i'm doing service setup... i have encounter lots of difficulties / problem setup on centos.. but, in debian / ubuntu.. things going smoothly.. so, for starting.. i would advice u to use debian / ubuntu..

    haru.JPG

  15. 5 hours ago, anyma said:

    Hello guys, just a simple question:

    I like to play an offline version of a private server (actually online). Is there a way to copy server files?

    Obviously I have the client with the custom grf, but I'm not very good at programming.

    just follow this guide.. it has already the server files.. but i think the server files is outdate already. so link below might provide u better guide in creating new one.

     

    • Upvote 1
  16. 1 minute ago, Cianna Fernandez said:

    You're so helpful today, thank you for your efforts of replying me back,

    I'm currently using version 2013-08-07 with rAthena server compiled with packet_version 36 but it has a packet_version 45 included in the packet_db.txt however I don't know how to configure it,

    If you want to check my website which is the current running server for my RO follow this link "https://www.ragnarokphilippines.ml/

    If you can provide me a complete working package of a server and complete working package of client side please that would be the best help ever.

    I will patch 2013-08-07 with nemo and see either it can launch or not. If yes, i will upload it here.. but, i will patch it with enable packet encryption.

×
×
  • Create New...