Jump to content

mrmagic

Members
  • Posts

    182
  • Joined

  • Days Won

    1

Community Answers

  1. mrmagic's post in 2018 Cash Shop Charging Button was marked as the answer   
    Just my guess
    check line 3302 in msgstringtable.txt
  2. mrmagic's post in Berrys and Herbs no Sound was marked as the answer   
    They were removed by kRO years ago, maybe the last client that uses it was 2012ish
  3. mrmagic's post in Title system not working was marked as the answer   
    There are already post in those PR about title system problem.
    If you really want this feature badly, consider helping the PR by testing and report it.
  4. mrmagic's post in Izlude academy fixed map request was marked as the answer   
    Just use this project, it's already included with old maps of izlude academy
    https://github.com/zackdreaver/ROenglishRE
  5. mrmagic's post in Malangdo Costume Enchants help was marked as the answer   
    Not yet implemented.
    https://github.com/rathena/rathena/issues/1599
     
    If you really want them, you can help developer by providing official info regarding this npc.
  6. mrmagic's post in rAthena supports 2016 Rytech's clients? was marked as the answer   
    It's better to post those, to avoid another useless instructions.
    Because there is no guide around, then I'll give a lil bit instructions how to make those client works.
     
    Because you're using RagexeRE client follow this steps:
    1. Open src\char\char_clif.c , go to line 307 then change this 
    #if false && PACKETVER >= 20151001 to this
    #if true && PACKETVER >= 20151001 2. Open src\common\utils.c , go to line 409 then change this
    else if(date >= 20151104) return 55; to this:
    else if(date < 20160203) return 55; else if(date >= 20160203) return 56; 3. Open src\map\clif.h ,  go to line 39 then change MAX_PACKET_VER to 56
    4. Clean compile
     
     
     
  7. mrmagic's post in My client keeps crashing when i use exp boost was marked as the answer   
    try using kRO default data.grf, withouth translated folder/grf.
    leaving only your clientinfo.xml.
     
    If not crashing, then it's translated grf/folder 's fault, if still crashing then it server setup fault.
  8. mrmagic's post in Questions related to item_db.conf and iteminfo.lua was marked as the answer   
    Maybe you mean sprite and texture.
    Try download them from here
    https://github.com/zackdreaver/RO-Clientresources
  9. mrmagic's post in Prontera have snow :( was marked as the answer   
    Open data\etcinfo.txt
    delete these 3 lines from those
    prontera.rsw#
    snow#
    weather#
  10. mrmagic's post in Help About Client was marked as the answer   
    https://rathena.org/board/search/?&q=2015-10-29aRagexe
  11. mrmagic's post in [Q] Izlude problem was marked as the answer   
    Did I have to teach you to write those?
     
    just add like this:
    0=izludefix.grf
    1=earthfall-ro-update.grf
    2=earthfall-ro.grf
    3=rdata.grf
    4=data.grf
  12. mrmagic's post in Roulette Don't apper was marked as the answer   
    Use Nemo and select restore roulette patch
  13. mrmagic's post in help Resource File Loading Fail was marked as the answer   
    Look for client resource link in here:
    https://rathena.org/board/topic/102689-ragnarok-english-translation-project/
     
    you don't have the required files for that item.
  14. mrmagic's post in Can i disable costume? was marked as the answer   
    use older client, like 2010 - 2011.
  15. mrmagic's post in 2013-07-03aRagexe Problem was marked as the answer   
    seek client translation project,
    they have msgstringtable below 2013-08-07Ragexe
    use that one, if not, you can change msgstringtable by yourselft.
     
    good luck
×
×
  • Create New...