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.