Oblivion Insula 2 times open

03/24/2014 18:16 Lordritter#1
Hi,

I dont know how i can make Oblivion Insula 2 times open. For Example 7 pm to 8 pm and 5 pm to 6 pm.

I hope anyone can help me.

Gz Lordritter
03/24/2014 18:37 andr3y_you96#2
CreateTime = (0, 17, 18)(0, 19, 20)(1, 17, 18)(1, 19, 20)(2, 17, 18)(2, 19, 20)(3, 17, 18)(3, 19, 20)(4, 17, 18(4, 19, 20)(5, 17, 18)(5, 19, 20)(6, 17, 18)(6, 19, 20)

i dont know if it does work but it should be something like this
it must be changed in map.ini and the number of the map should be 64
03/25/2014 22:15 julianinou#3
Open your Map.Ini file in your ShaiyaServer folder, go to map 64.

Code:
[SET_ZONE_64]
MapType		 = F
CreateType	 = P
CreateTime	 = (0, 21, 24)(1, 21, 24)(2, 21, 24)(3, 21, 24)(4, 21, 24)(5, 21, 24)(6, 21, 24)
CreateMinUser	 = 1
EnterMaxUser	 = 30
ExpireTime	 = 2
RebirthMapPos1 	 = 47, 509.47, 7.3, 1525.32
RebirthMapPos2 	 = 47, 1404.15, 10.3, 308.92
Here take a look on CreateTime:

Code:
CreateTime = (0, 21, 24)(1, 21, 24)(2, 21, 24)(3, 21, 24)(4, 21, 24)(5, 21, 24)(6, 21, 24)
3 diff numbers:
0=day (0=Sunday, 1=Monday, 2=Tuesday and so ...)
21=Starting hour
24=Time allowed in
In my case players can go in OI all days, the portal is opened at 9pm (21 server time) and can go inside for 24 hours (always open).

Let's say you want to let people going inside OI everyday but from 7am to 10am and 7pm to 10pm. So it'll take 3hours!

Code:
CreateTime = (0, 19, 3)(0, 7, 3)(1, 19, 3)(1, 7, 3)(2, 19, 3)(2, 7, 3)(3, 19, 3)(3, 7, 3)(4, 19, 3)(4, 7, 3)(5, 19, 3)(5, 7, 3)(6, 19, 3)(6, 7, 3)
If you want to put only 2 hours in the morning, you can change 3 into 2 :)
I hope it helped u !

Greetings.
03/20/2016 22:14 GMCronus#4
hi i know this is old but i been searching for ExpireTime = 2 what does this realy eman? some have 2 other have 24 what is that actualy for?
03/20/2016 22:46 andr3y_you96#5
ExpireTime is how much time you can remain inside after OI time is over or after you enter. Not realy sure on this.
03/20/2016 22:47 GMCronus#6
why i ask too LOL