Jump to content
Eternal Lands Official Forums
Sign in to follow this  
jamesvm

[#270] Time Patch

Recommended Posts

since no one else did I create patch so now in el time last message was

1st in actualy you see time whever ever min change

2nd chat log by each message a time

any comment oh I did not use diff get change because could figure how to do that with wincvs

Share this post


Link to post
Share on other sites

You mean text on the window when the minute changes? We have that on the HUD now in CVS.

The time change in chat log is good, but will it turn off if they choose not to log server messages?

Share this post


Link to post
Share on other sites
You mean text on the window when the minute changes? We have that on the HUD now in CVS.

No way I do it allow know message when they were sent. hud time just teck you current time.

 

The time change in chat log is good, but will it turn off if they choose not to log server messages?

nope

and chat log purposely did not put off switch because there because mod would see time when chat log message was put in.

Edited by jamesvm

Share this post


Link to post
Share on other sites
since no one else did I create patch so now in el time last message was

1st in actualy you see time whever ever min change

2nd chat log by each message a time

any comment oh I did not use diff get change because could figure how to do that with wincvs

it shocks me how much i can't understand you :) lol jk dogg but what point is this when we already got the time displaying on the side panel in clear view anytime on the CVS version?

Share this post


Link to post
Share on other sites

I think he said to put it as a text message to always be logged, so that people will know when who said what. Is there a way to make it so that it doesn't appear on screen but does on log?

Share this post


Link to post
Share on other sites
I think he said to put it as a text message to always be logged, so that people will know when who said what. Is there a way to make it so that it doesn't appear on screen but does on log?

 

Change:

+	log_to_console(c_green2,str2b); //this time in actual client appear
+	//write_to_log(str2b,8);	//this be time in it it too even already do it so just 

To:

+	//log_to_console(c_green2,str2b); //this time in actual client appear
+	write_to_log(str2b,8);	//this be time in it it too even already do it so just 

 

Erm...btw james, could you kinda write smaller comments in the code, or use more than one line? Otherwise, I may need to get a new editor.

Edited by crusadingknight

Share this post


Link to post
Share on other sites
I think he said to put it as a text message to always be logged, so that people will know when who said what. Is there a way to make it so that it doesn't appear on screen but does on log?

 

Change:

+	log_to_console(c_green2,str2b); //this time in actual client appear
+	//write_to_log(str2b,8);	//this be time in it it too even already do it so just 

To:

+	//log_to_console(c_green2,str2b); //this time in actual client appear
+	write_to_log(str2b,8);	//this be time in it it too even already do it so just 

 

Erm...btw james, could you kinda write smaller comments in the code, or use more than one line? Otherwise, I may need to get a new editor.

lol did just patch my don't have lalalala ya try write smaller.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×