Page 1 of 1

How do I add an Event Timer

Posted: Wed Dec 12, 2012 2:43 pm
by AngelDrago
Hello everyone so i got this script and i like to add an Event timer so it will see when when it starts how do i do it. i can just figure it out.thx

Re: How do I add an Event Timer

Posted: Thu Dec 13, 2012 11:33 am
by mrtgtr
up

Re: How do I add an Event Timer

Posted: Fri Dec 14, 2012 6:19 pm
by lisa
AngelDrago wrote:Hello everyone so i got this script and i like to add an Event timer so it will see when when it starts how do i do it. i can just figure it out.thx
Depends on what type of timer you are after, if you mean the zone event for those red icon quests, try a forum search for "eoj timer" been discussed many times already =)

If you mean a timer for events like the minigames, check the existing minigame WP for it's usage.

If you mean a timer that is like a buff then you need to monitor the buff itself.

If you mean timer for the end of the universe, you need a cosmic confribulator watch, I sell them for $100,000 each if interested ;)

Re: How do I add an Event Timer

Posted: Sat Dec 15, 2012 9:42 pm
by mrtgtr
lisa wrote:
AngelDrago wrote:Hello everyone so i got this script and i like to add an Event timer so it will see when when it starts how do i do it. i can just figure it out.thx
Depends on what type of timer you are after, if you mean the zone event for those red icon quests, try a forum search for "eoj timer" been discussed many times already =)

If you mean a timer for events like the minigames, check the existing minigame WP for it's usage.

If you mean a timer that is like a buff then you need to monitor the buff itself.

If you mean timer for the end of the universe, you need a cosmic confribulator watch, I sell them for $100,000 each if interested ;)
Lisa I searched, I didint find and understand.

(I will kill mobs and accumulate white eggs for energy of justiece than I will go to the deliver place.)
Now I want to accept quest and deliver to npc at time is over and when timer is disappear go to res point come back.
How is waypoints ?

Re: How do I add an Event Timer

Posted: Sat Dec 15, 2012 10:42 pm
by lisa
mrtgtr wrote:Lisa I searched, I didint find and understand.

(I will kill mobs and accumulate white eggs for energy of justiece than I will go to the deliver place.)
Now I want to accept quest and deliver to npc at time is over and when timer is disappear go to res point come back.
How is waypoints ?
forum search for "eoj timer"
http://www.solarstrike.net/phpBB3/viewt ... mer#p43678

code at that link

Code: Select all

local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)")
play around with the values and see what you can use.
use commandline and do

Code: Select all

local namePE,messagePE,namePH,ScorePE,Count , IsScoreVisible= RoMScript("PE_GetInfo(1)") print(Count) print(ScorePE)
just repeat that code when event is up and when event is not up, have a look at what is printed and see how YOU can use it =)