Jump to content
  • 0

problem deleted character and langtyp 2013


Lynes

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

hi everybody , actually i encounter a problem i will try to explain with the test i have do .

 

first the test is about deleting character when using ragexe 2013 with an xml langtyp 0.

 

So when i deleted he ask me the birthday date who actually doesn't work, in bdd 00-00-0000, all methods i search on board 00000000, or enter without number, or 000000 doesn't work.

 

so i have try to modify the xml langtype to 1 at 18 ( i have tested all) the birthday is not required and  the email adress is required so tte delete character work with the email required. But the problem is the command showname doesn't work anymore. Guild name not showing well bugging too.

 

So for resuming i have resolve a problem with creating a new one.

 

Is someone facing this already or have a solution about deleting character? the best option would be to delete character with the birthday

 

 

i hope someone can figure out how to resolve this

 

Thx a lot to reading me, and hope you could help me.

 

 

 

Ps :don't say about searching before on the board cause i have search on all the board not only rathena "ALL board".

Edited by sanosan33
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

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

Edited by sanosan33
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

have you already tried the YYMMDD?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  116
  • Reputation:   4
  • Joined:  01/11/12
  • Last Seen:  

I believe I encountered this one before. Try using only the last two digits of the year just like what Brynner said.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

i have doing it, since in bdd i have put 00-00-0000 for all so.

 

another hint about this is :

 

even if i put right date or wrong date, i got this message  : "you cannot delete character at this moment".

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

have you already tried it if its not working?



because that things works for me.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...