Jump to content

themon

Members
  • Content Count

    517
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Upvote
    themon got a reaction from Rin in 2013-08-07aRagexe Full Client by Themon   
    Guy I just want to share this and please let me know if its working fine.
     
     
    Thanks Guys!!
     
    2013-08-07aRagexe.exe
    lastpatch.xml
    [cbox]

    Last Patches


    97
    Cancel to Login Window



    7
    Change Gravity Error Handler



    8
    Custom Window Title


    customWindowTitle
    2013-08-07 Ragnarok Client




    9
    Disable 1rag1 type parameters



    13
    Disable Ragexe Filename Check



    15
    Disable HShield



    61
    Disable Packet Encryption



    16
    Disable Swear Filter



    68
    Enable 64k Hairstyle



    77
    Enable Custom 3D Bones



    90
    EnableDNSSupport



    49
    Enable Multiple GRFs



    64
    @ Bug Fix (Recommended)



    71
    Ignore Missing File Error



    72
    Ignore Missing Palette Error



    28
    Increase Headgear ViewID to 5000



    30
    Increase Zoom Out 50%



    33
    KOREA ServiceType XML Fix



    36
    Read msgstringtable.txt



    96
    Remove GM Sprites



    38
    Remove Gravity Ads



    39
    Remove Gravity Logo



    73
    Remove Hourly Annonce



    84
    Remove Serial Display



    40
    Restore Login Window



    50
    Skip License Screen



    42
    Skip Resurrection Buttons



    44
    Translate Client In English



    51
    Ascii & Arial on All Langtypes



    46
    Use Normal Guild Brackets



    47
    Use Ragnarok Icon



    54
    eXtract MsgStringTable.txt



    62
    eXtract txt file strings


    [/cbox]
     
     
    and also hexed the Bifrost message in the quest
  2. Upvote
    themon got a reaction from Vorpal in Ragnarok 2013 Client - Back up Files   
    Here's my 2013 client
     
    2013-08-07aRagexe Full Client by Themon - Ready Made
     
    Ragnarok Main Folder - gravityro

     
    Grf Files - gravityro


     
    Ragnarok Patcher Lite - gravityro

     
    Tortoise SVN and GIT Installer - for updating and patching server
     
    MySql Installer - for ragnarok database
     
    Old and New Client and Diff - Sakexe, Ragexe and RagexeRE

     
    Ragnarok Servers - hercules server

     
    Custom Skins

     
    Loading Skin

     
    favorite script

     
    Ragnarok Tools - assorted ragnarok tools

     
    New!! Bank System - English Texture (Preview)

     
    NEW!!! 2013-08-14aRagexe Full Client by Themon - Trial Only (Post any packet error)
     
     
    Packets.h for 2013-08-14aRagexe Client
     
     
  3. Upvote
    themon got a reaction from Phriya in MVP Announcer   
    thank Patskie
  4. Upvote
    themon got a reaction from Alderan in Ragnarok 2013 Client - Back up Files   
    Here's my 2013 client
     
    2013-08-07aRagexe Full Client by Themon - Ready Made
     
    Ragnarok Main Folder - gravityro

     
    Grf Files - gravityro


     
    Ragnarok Patcher Lite - gravityro

     
    Tortoise SVN and GIT Installer - for updating and patching server
     
    MySql Installer - for ragnarok database
     
    Old and New Client and Diff - Sakexe, Ragexe and RagexeRE

     
    Ragnarok Servers - hercules server

     
    Custom Skins

     
    Loading Skin

     
    favorite script

     
    Ragnarok Tools - assorted ragnarok tools

     
    New!! Bank System - English Texture (Preview)

     
    NEW!!! 2013-08-14aRagexe Full Client by Themon - Trial Only (Post any packet error)
     
     
    Packets.h for 2013-08-14aRagexe Client
     
     
  5. Upvote
    themon got a reaction from Blip in 2014 Packet Data [ Solved ]   
    I tried to diff 2014-03-05bRagexe.exe using Neo Patcher and its a success.
    now I only need the packet data for it.
    and I know Yommy is the master of this stuff.
    please help if you got some spare time.
    thanks in advance
     
     
    2014-03-05bRagexe.exe
     
    https://github.com/ThemonChan/Hercules
     
     
     
     
     
     
  6. Upvote
    themon got a reaction from IndieRO in Bank System English Texture   
    File Name: Bank System English Texture
    File Submitter: themon
    File Submitted: 14 Nov 2013
    File Category: Maps & Textures
     
    I hope you like what I did with this Bank System English Texture
    I replace all the Korean text with English Text
     
    Click here to download this file
  7. Upvote
    themon got a reaction from rufflez in 2013-08-14aRagexe.exe Packet Data   
    add to Packets.h
    [cbox]#if PACKETVER >= 20130814
     packetKeys(0x23A23148,0x0C41420E,0x53785AD7); /* Thanks to THEMON */
     packet(0x0368,19,clif->pWantToConnection,2,6,10,14,18);
     packet(0x093A,5,clif->pWalkToXY,2);
     packet(0x088A,6,clif->pTickSend,2);
     packet(0x0959,18,clif->pPartyBookingRegisterReq,2,4,6);
     packet(0x0947,10,clif->pUseSkillToId,2,4,6);
     packet(0x0202,8,clif->pMoveToKafra,2,4);
     packet(0x0873,8,clif->pMoveFromKafra,2,4);
     packet(0x0887,10,clif->pUseSkillToPos,2,4,6,8);
     packet(0x0874,7,clif->pActionRequest,2,6);
     packet(0x0926,6,clif->pTakeItem,2);
     packet(0x095F,6,clif->pDropItem,2,4);
     packet(0x0937,6,clif->pGetCharNameRequest,2);
     packet(0x0281,26,clif->pFriendsListAdd,2);
     packet(0x088c,5,clif->pChangeDir,2,4);
     packet(0x0927,26,clif->pPartyInvite2,2);
    #endif
    [/cbox]
     
    add to Mmo.h
    [cbox]#ifndef PACKETVER
    #define PACKETVER 20130814
    #endif // PACKETVER

    #ifndef DISABLE_PACKETVER_RE
    // Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).
    //#define PACKETVER_RE
    #endif // DISABLE_PACKETVER_RE[/cbox]
     
    2013-08-14aRagexe.exe Client by Themon.rar
     
     
     
    Please test this Client
    Please post if you get some error
  8. Upvote
    themon got a reaction from Legacy in 2014 Packet Data [ Solved ]   
    Bump
     
    https://github.com/ThemonChan/2014-Ragexe-Client
    https://github.com/ThemonChan/Hercules
     
     
     
     
     
     
     
    I solved this but I can't click my
    please click my () for me
    thanks
  9. Upvote
    themon got a reaction from MoGuri in 2014 Packet Data [ Solved ]   
    Bump
     
    https://github.com/ThemonChan/2014-Ragexe-Client
    https://github.com/ThemonChan/Hercules
     
     
     
     
     
     
     
    I solved this but I can't click my
    please click my () for me
    thanks
  10. Upvote
    themon got a reaction from mayureemeka in 2013-12-23c kRO Client, Merry Christmas <3   
    @Yommy
    one more thing when I test the new server and hatch the pet egg using my old 20130814Ragexe client I notice that my pet level is 300 after hatch
     
    nevermind I solved this also
  11. Upvote
    themon got a reaction from GameOnhost in 2013-08-07aRagexe Full Client by Themon   
    undiff ragexe.exe client
    http://www.mediafire.com/folder/euir9g9639zwt/Ragexe_client
     
    xdiff
    http://www.mediafire.com/folder/6ohplj7jbldm6/Ragexe_xdiff_files
     
    ragexe.exe patched already
    http://www.mediafire.com/folder/4a91k17mnr8f9/Ragnarok_Client_Patched
  12. Upvote
    themon got a reaction from gilbertobitt in Ragnarok Main folder backup on github   
    download Data.grf, Rdata.grf and bgm folder at http://ratemyserver.net/index.php?page=download_kROLinks  
     
    https://github.com/ThemonChan/RagnarokMainFolder
  13. Upvote
    themon got a reaction from blackberie in 2013-08-07aRagexe Full Client by Themon   
    Guy I just want to share this and please let me know if its working fine.
     
     
    Thanks Guys!!
     
    2013-08-07aRagexe.exe
    lastpatch.xml
    [cbox]

    Last Patches


    97
    Cancel to Login Window



    7
    Change Gravity Error Handler



    8
    Custom Window Title


    customWindowTitle
    2013-08-07 Ragnarok Client




    9
    Disable 1rag1 type parameters



    13
    Disable Ragexe Filename Check



    15
    Disable HShield



    61
    Disable Packet Encryption



    16
    Disable Swear Filter



    68
    Enable 64k Hairstyle



    77
    Enable Custom 3D Bones



    90
    EnableDNSSupport



    49
    Enable Multiple GRFs



    64
    @ Bug Fix (Recommended)



    71
    Ignore Missing File Error



    72
    Ignore Missing Palette Error



    28
    Increase Headgear ViewID to 5000



    30
    Increase Zoom Out 50%



    33
    KOREA ServiceType XML Fix



    36
    Read msgstringtable.txt



    96
    Remove GM Sprites



    38
    Remove Gravity Ads



    39
    Remove Gravity Logo



    73
    Remove Hourly Annonce



    84
    Remove Serial Display



    40
    Restore Login Window



    50
    Skip License Screen



    42
    Skip Resurrection Buttons



    44
    Translate Client In English



    51
    Ascii & Arial on All Langtypes



    46
    Use Normal Guild Brackets



    47
    Use Ragnarok Icon



    54
    eXtract MsgStringTable.txt



    62
    eXtract txt file strings


    [/cbox]
     
     
    and also hexed the Bifrost message in the quest
  14. Upvote
    themon got a reaction from gilbertobitt in 2014 Packet Data [ Solved ]   
    Bump
     
    https://github.com/ThemonChan/2014-Ragexe-Client
    https://github.com/ThemonChan/Hercules
     
     
     
     
     
     
     
    I solved this but I can't click my
    please click my () for me
    thanks
  15. Upvote
    themon got a reaction from jimboy09232 in 2014 Ragexe.exe Client   
    What 2014 Ragexe.exe client is now available to be diff with Nemo Patcher?
  16. Upvote
    themon got a reaction from dhaisuke in Anong Stable na 2013/2014 na exe client?   
    you can test this
     
    https://github.com/ThemonChan/Hercules
     
    https://github.com/ThemonChan/2014-Ragexe-Client
  17. Upvote
    themon got a reaction from dhaisuke in Anong Stable na 2013/2014 na exe client?   
    https://github.com/ROClientSide/Translation
  18. Upvote
    themon got a reaction from dhaisuke in Anong Stable na 2013/2014 na exe client?   
    you try to check it here also
     
    https://github.com/R...ide/Translation
  19. Upvote
    themon got a reaction from dhaisuke in Anong Stable na 2013/2014 na exe client?   
    ganito gawin mo yung system folder na galing dun sa translation copy then paste mo sa RO Main folder mo.

    yung data folder naman sa translation. need mo lang magdagdag ng
    clientinfo.xml mo at need mo lang din baguhin yung Dataluafiles514lua
    filesquestquest_function.lub at I overwrite mo ng quest_function.lub na galing sa Dataluafiles514lua filesquest2013 tapos gamit ka ng grftool para gawing grf file yung data folder at include mo sa iyong data.ini
  20. Upvote
    themon got a reaction from AnGeal in What happen to the item color code?   
    I notice that in 20131230 Ragexe client the item color coding is gone.
    now its back in the old times. plain black and the name of the item only
    change red if its broken.

    is this normal for this client?
  21. Upvote
    themon got a reaction from EriNa_KillerSoul in 2014 Packet Data [ Solved ]   
    Bump
     
    https://github.com/ThemonChan/2014-Ragexe-Client
    https://github.com/ThemonChan/Hercules
     
     
     
     
     
     
     
    I solved this but I can't click my
    please click my () for me
    thanks
  22. Upvote
    themon got a reaction from gidzdlcrz in Ragnarok 2013 Client - Back up Files   
    http://herc.ws/board/topic/3329-gabay-paano-mag-set-up-ng-2013-kro-client/
     
    Try to download all with gravityro
  23. Upvote
    themon got a reaction from gidzdlcrz in Ragnarok 2013 Client - Back up Files   
    Here's my 2013 client
     
    2013-08-07aRagexe Full Client by Themon - Ready Made
     
    Ragnarok Main Folder - gravityro

     
    Grf Files - gravityro


     
    Ragnarok Patcher Lite - gravityro

     
    Tortoise SVN and GIT Installer - for updating and patching server
     
    MySql Installer - for ragnarok database
     
    Old and New Client and Diff - Sakexe, Ragexe and RagexeRE

     
    Ragnarok Servers - hercules server

     
    Custom Skins

     
    Loading Skin

     
    favorite script

     
    Ragnarok Tools - assorted ragnarok tools

     
    New!! Bank System - English Texture (Preview)

     
    NEW!!! 2013-08-14aRagexe Full Client by Themon - Trial Only (Post any packet error)
     
     
    Packets.h for 2013-08-14aRagexe Client
     
     
  24. Upvote
    themon got a reaction from BuLaLaKaW in Anong Stable na 2013/2014 na exe client?   
    you can test this
     
    https://github.com/ThemonChan/Hercules
     
    https://github.com/ThemonChan/2014-Ragexe-Client
  25. Upvote
    themon got a reaction from BuLaLaKaW in 2014 Packet Data [ Solved ]   
    please put this now in the right topic
×
×
  • Create New...

Important Information

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