Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Reputation Activity

  1. Upvote
    4144 got a reaction from Authentic in Creates a DATA GRF AND Ragexe   
    in normal kro exists two clients ragexe and ragexeRE.
    in zero client named ragexe too. but it related only for ragnarok zero server.
    with hercules you can use one of this clients. Grf need use for same server from where you get client. Simplest way it install kro and use oficial updater or rsu to update it to latest version. Then download unpacked exe and patch it.
    If you want one of old versions, here is harder. need find full client version bit older than you selected and apply all missing updated.
    You may have different errors with lua or other files. Try search forums about this errors or ask in irc or discord.
     
  2. Upvote
    4144 got a reaction from Authentic in Creates a DATA GRF AND Ragexe   
    supporter clients kro: ragexe, ragexeRE
    kro zero: ragexe
     
  3. Upvote
    4144 got a reaction from grimmm in Skill_db converter support   
    run mobskilldbconverter.py and it will show some help.
    For run it need python 2, for windows this mean need install it before run converter. In linux most time it already installed
     
  4. Upvote
    4144 got a reaction from noobzter003 in Failed Assertion   
    this is known innodb issue.
    First character can have wrong id. Fix it manually or remove character with id smaller than 150000
  5. Upvote
    4144 got a reaction from Functor in Nemo patcher   
    Oh, i have it not pushed fixed too... WIll push after some time
  6. Upvote
    4144 got a reaction from Rebel in Guild bound items can disappear   
    please stop spamming
  7. Upvote
    4144 got a reaction from KirieZ in Batch packets / client info extractor.   
    This tool allow extract packets from old clients before 2013 version. For newer versions can be extracted not all packets.
    Another feature dump some packet related function addresses and create ida pro script file for name this functions.
    Usage information can found in readme.
    https://gitlab.com/4144/bpe/
    For run bpe need linux or wsl in windows 10. Also need python2 installed.
  8. Upvote
    4144 got a reaction from grimmm in Nemo patcher   
    Added new patch "Set fixed job id in char create dialog"
    It allow set fixed job id on char creation. Should works for doram clients
  9. Upvote
    4144 got a reaction from bloom in Unknown command @changecharsex   
    in hercules look like no at command for change char sex. Char sex can be changed from scripts only
  10. Upvote
    4144 got a reaction from xVec in @partybuff / @spb   
    in ACMD(showbuff) in line 275 you show error message and p is NULL, and after call clif->party_info(p), this call your overloaded function clif_party_info_overload, and here it validate parameter for NULL and show error message.
  11. Upvote
    4144 got a reaction from AnnieRuru in @partybuff / @spb   
    in ACMD(showbuff) in line 275 you show error message and p is NULL, and after call clif->party_info(p), this call your overloaded function clif_party_info_overload, and here it validate parameter for NULL and show error message.
  12. Upvote
    4144 got a reaction from Lilori in kRO unpacked clients releases   
    some files in grf probably need rename from name_kr.lub to name_LANG.lub
    where LANG is language name related to langtype 6
     
  13. Upvote
    4144 got a reaction from AnnieRuru in About woe rank in eAmod in Hercules   
    struct unit_data *ud = unit->bl2ud(bl); if (ud == NULL) return false; script_pushint( st, ud->skill_id ); // always return 0 //script_pushint( st, ud->dir ); // works something like this
  14. Upvote
    4144 got a reaction from Slicer in kRO unpacked clients releases   
    @Asheraf resources probably removed, but code look like exists, at least partially
  15. Upvote
    4144 got a reaction from noobzter003 in Disconnect from Server   
    Crash can be because patch "68 Enable 64k Hairstyle" or some other patches.
    Or may be some resource errors? Dont enable patch "71 Ignore Resource Errors" because you cant see resource errors.
    try use less patches for first tests, after if it works, try add more patches.
     
  16. Upvote
    4144 got a reaction from Slicer in kRO unpacked clients releases   
    kro often update different files, change formats etc.
    for working with exe on given date, you must always update all your data to same date.
     
  17. Upvote
    4144 got a reaction from Nuck in Hercules Ultimate Localization Design   
    mesf("A little %s. Who are you?", Sex == SEX_MALE ? "boy" : "girl"); This line better replace to:
     
    if (Sex == SEX_MALE)   mes("A little boy. Who are you?"); else   mes("A little girl. Who are you?");   Because in some languages can be issue because sentence can be different depend on gender.
     
  18. Upvote
    4144 got a reaction from JulioCF in How create new maps and filds (Files.mcache)   
    build server
    build mapcache plugin
    make plugin.mapcache run command for help about command line parameters
    ./map-server --load-plugin mapcache --help See all commands about map cache and select what you want.
    For add map probably you want
    ./map-server --load-plugin mapcache --map youmapname  
  19. Upvote
    4144 got a reaction from OmarAcero in Nemo patcher   
    Error show missing some navigation files.
    This mean you updated exe, but forgot update grf or data
  20. Upvote
    4144 got a reaction from Vietlubu in [Zero] Can't set langtype = 1   
    If I remember correct, for each lang type need files with correct suffix.
    0 - filename_kr.ext
    1 - filename_OTHER.ext not sure what OTHER should be for lang type 1
     
  21. Upvote
    4144 got a reaction from stivinov in Does not work Old exe diff   
    probably try Nemo?
    I not sure is it works for old clients like this, but you can try it.
  22. Upvote
    4144 got a reaction from Easycore in Nemo patcher   
    if nemo crashed, here probably no one can help, because binary is closed source and author is gone.
    But you can try run it on other os or without antivirus.
    Also try less patches
    And try to other clients, is it crashing too or not
  23. Upvote
    4144 got a reaction from OmarAcero in Nemo patcher   
    I not tested all patches, some probably may fail like you show dns failed patch
  24. Upvote
    4144 got a reaction from OmarAcero in Nemo patcher   
    And now ragexe from main kro using cheat defender too.
  25. Upvote
    4144 got a reaction from OmarAcero in Nemo patcher   
    Latest zero client using 0 keys for packet encryption. Now it using cheat defender and it encrypt all packets and not only id. For private servers need disable cheat defender. But if set non zero keys, they will works again.
    This mean it already disabled.
×
×
  • Create New...

Important Information

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