Jump to content
  • 0

Event remaining time


Question

Posted

Hello.I try to make a timer that holds the time until the TvT event ends.I don't want the announcement timer(5 minutes until event finish bla bla).I want something like below

5:35 minutes remain until event finish.

How can i do that?

12 answers to this question

Recommended Posts

  • 0
Posted

Hello.I try to make a timer that holds the time until the TvT event ends.I don't want the announcement timer(5 minutes until event finish bla bla).I want something like below

5:35 minutes remain until event finish.

How can i do that?

u mean like a clock that countdowns on chat?

  • 0
Posted

i need something like a clock.I found out how to make it count event time in MM:SS (MM=Minutes SS=Seconds) format but i cannot refresh it properly and put it in html/player's screen.So i'm asking for a proper implementation.How and where to put it

  • 0
Posted

Simple way, on event start get current system miliseconds.

 

System - class documentation.

 

System.currentTimeMillis();

 

and then compare it with current whenever you want to show how many left.

 

To display how many hours/minutes left, you will have to convert it aswell.

 

But its really simple and fast to do, so you should not have any problems.

  • 0
Posted

i dont think that that is his problem, if i understood well, he is asking have to show it on the screen, and that can be done with exShowScreenMessage but i wouldnt chose that, cos it may make a lot of spam calc  and sending the time each sec. You could seek for the Nevit's Blessing system and try to change it

  • 0
Posted

ExVoteSystemInfo.java is where data are passed to nevit's blessing window.But i don't think there is a way to make a new window without the original heading "Nevit's Blessing".But adenaman you got right what i want.A no-spam packet message with the event time.

  • 0
Posted

I searched at l2jserver forums and found out that if i want to edit nevit's blessing window then i have to do it by client modding.Is there any other way to achieve what i need?

  • 0
Posted

you could do it by using ExShowScreenMessage, but i dont see fine from the server performance's point of view.

The handy block checker event has a clock, but you will need to modify it a bit to fit the tvt data.

At this momment i dont remember if there was any other packet that could trigger a clock in the client

  • 0
Posted

Thank you B1ggBoss!That fits what i need:)

 

Problem solved. is you have another question about this pm me to unlock it. Locked.
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock