Jump to content
  • 0
Sign in to follow this  
SlashGeeGee

Item Delay MSG

Question

Hi Herc,

 

Just wondering i've spammed using the "Halter Lead" and the message say's "Content has been saved in [saveData_ExMacro%d]#" is this correct ? I found this message in line 1863 of my msgstringtable. and on the next line the correct message has it "%d seconds left until you can use#" .

 

 

So is it okay to remove line 1863 of my msgstringtable ? I'm using sir ossi's client side files by the way.
 

 

 

SlashGeeGee

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

 

 

no, all you need to do is to move line 1863 to 1864. vice versa,...

 

If you delete 1. the other strings will be affected.

 

 

Thanks , I just need to make sure. :DSlashGeeGee

But according to official server I.e kro it was moved from 1863 to 1864.(atleast in 20130807, it is moved, I dont know exact date, when itwas moved.)

So you can also change pc.c

Find

clif->msgtable_num(sd->fd, 0x746, e_tick + 1); // [%d] seconds left until you can use

Change to

clif->msgtable_num(sd->fd, 0x747, e_tick + 1); // [%d] seconds left until you can use

Thats why if you see https://subversion.assembla.com/svn/client-side-translation/Data/ we have kept latest msgstring at data folder and older msgstring are seperated in msgstring folder.

Edited by Dastgir Pojee

Share this post


Link to post
Share on other sites
  • 0

no, all you need to do is to move line 1863 to 1864. vice versa,...

 

If you delete 1. the other strings will be affected.

Edited by sevenzz23

Share this post


Link to post
Share on other sites
  • 0

no, all you need to do is to move line 1863 to 1864. vice versa,...

 

If you delete 1. the other strings will be affected.

 

 

Thanks , I just need to make sure. :D

 

 

SlashGeeGee

Share this post


Link to post
Share on other sites
  • 0

 

 

 

no, all you need to do is to move line 1863 to 1864. vice versa,...

 

If you delete 1. the other strings will be affected.

 

 

Thanks , I just need to make sure. :DSlashGeeGee

But according to official server I.e kro it was moved from 1863 to 1864.(atleast in 20130807, it is moved, I dont know exact date, when itwas moved.)

So you can also change pc.c

Find

clif->msgtable_num(sd->fd, 0x746, e_tick + 1); // [%d] seconds left until you can use

Change to

clif->msgtable_num(sd->fd, 0x747, e_tick + 1); // [%d] seconds left until you can use

Thats why if you see https://subversion.assembla.com/svn/client-side-translation/Data/ we have kept latest msgstring at data folder and older msgstring are seperated in msgstring folder.

 

 

Oh i see thanks i'll use this solution :)

 

 

SlashGeeGee

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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