Jump to content
Sign in to follow this  
elpepe122

Mazes time

Recommended Posts

Hello Guys! 

Could you explain to me how to place the mazes?

I want to open 1 every 2 hours and that they do not coincide in time, I have 3 mazes, I want to put one every 2 hours and then 1 hour without maze

Share this post


Link to post
Share on other sites
12 hours ago, elpepe122 said:

Hello Guys! 

Could you explain to me how to place the mazes?

I want to open 1 every 2 hours and that they do not coincide in time, I have 3 mazes, I want to put one every 2 hours and then 1 hour without maze

Go to ur maze, (i pick Chaos  argent / Garner2)
Open Ctrl.lua

 

function init_entry(map)

    SetMapEntryMapName(map, "jialebi")
    SetMapEntryTime(map, "2006/10/19/13/0", "0/1/0", "0/0/55", "0/0/59")    -- The first set of numbers is the starting point (Year/Month/Day/Hour/Minute), next is opening interval (Day/Hour/Minute), portal open duration (Day/Hour/Minute), and last is the map duration (Day/Hour/Minute)

end

Its allready explained. But the first is cooldown, when does it open again.
If you have 3 different mazes, 2 hours active, 1 hour deactive, every couldown should be : "0/9/0",
Then, how long stays portal open? If its only 1 hour of portal, the second will be. "0/1/0",
Then the durance of the map: "0/2/0"

So: SetMapEntryTime(map, "2006/10/19/13/0", "0/9/0", "0/1/0", "0/2/0")

The second maze, you can copy simply this line, but change the date: 2006/10/19/13/0    to    2006/10/19/16(The hours, 3 hours later then maze 1)/0
The third maze: 2006/10/19/19/0

Hope i did awnser your question.

- Ted

Share this post


Link to post
Share on other sites
13 hours ago, Brothers said:

Go to ur maze, (i pick Chaos  argent / Garner2)
Open Ctrl.lua

 

function init_entry(map)

    SetMapEntryMapName(map, "jialebi")
    SetMapEntryTime(map, "2006/10/19/13/0", "0/1/0", "0/0/55", "0/0/59")    -- The first set of numbers is the starting point (Year/Month/Day/Hour/Minute), next is opening interval (Day/Hour/Minute), portal open duration (Day/Hour/Minute), and last is the map duration (Day/Hour/Minute)

end

Its allready explained. But the first is cooldown, when does it open again.
If you have 3 different mazes, 2 hours active, 1 hour deactive, every couldown should be : "0/9/0",
Then, how long stays portal open? If its only 1 hour of portal, the second will be. "0/1/0",
Then the durance of the map: "0/2/0"

So: SetMapEntryTime(map, "2006/10/19/13/0", "0/9/0", "0/1/0", "0/2/0")

The second maze, you can copy simply this line, but change the date: 2006/10/19/13/0    to    2006/10/19/16(The hours, 3 hours later then maze 1)/0
The third maze: 2006/10/19/19/0

Hope i did awnser your question.

- Ted

Ty man ❤️

 

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
Reply to this topic...

×   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.

Sign in to follow this  

×
×
  • Create New...