Jump to content

Lynes

Members
  • Posts

    98
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Lynes's post in newer clients dont start on my pc was marked as the answer   
    A lot of player of my serv have also some problem with 2013 client.
     
    Those what i sugest is :
     
     
     Update c++ ( specific for your windows system)  
     Erase savedata and open setup to chose proper graphic driver with low resolution and full screen.(in your client folder)  
     Or in your system protect and on the performances             click the param (when you setup the vitual memory)
                On the tab "Prevention of The execution of the data" click Add and choose your "exe file"
     
     
     
    Of course, you have to do this in righ clik admin
  2. Lynes's post in problem deleted character and langtyp 2013 was marked as the answer   
    yes i have tried cause my birthday is 0000-00-00 so i have put  : 
     
    1 time 000000 and second time to test it 00000000


    maybe my msgtring diff ? cause its very surprising i have the same error event with the right date and the wrong.


    bump*


    Ok Finally i found a method to let it work,
     
    I will explain it if other have bad time like me about this
     
    About deleted character on Ragexe 2013 : 
     
    you follow @sharkto tuto about 2013 ragexe and when u try to delete you characters the date is in red ? 
     
    Go and edit your char.c and look this :
     
    // success
    delete_date = time(NULL)+char_del_delay;
     
    once you find it replace it by :
     
    // success
            delete_date =
    #if PACKETVER >= 20130320
            char_del_delay;
    #else
            time(NULL)+char_del_delay;
    #endif
     
     thx to ivanyan fir the fix
    _del 
    Now you can press the del buttion but they told you to enter birthday date. if you re lucky like Brynner it ll work ; but for me it doesn't work at all.
     
    So to deleted your character you have to : 
     
    change xml to langtype 1 and go diff your exe 
     
    choose the following diff for deleting  :
     
    - KOREA Service Type XML Fix
    - Only selected Login Background
    - Read Msgstringtable.txt
    - Use SSO login packet
    - extract msgstingtable.txt
    - extract txt files strings
     
    With this diff you ll be able to enter your email adress instead of your birthday, and the /showname guild will work in game.
     
     
    Hope it ll help other people
×
×
  • Create New...