Portal Open / Close.

05/03/2013 16:21 JujiPoli#1
Hello, I have a system for close the Portal of Dimension Crack after 1 hour, But when the 1 hours gone player still in and portal is closed but player isnt automaly teleporting to kanos, how to make them town automatly when time is out?

[SET_ZONE_74]
MapType = F
CreateType = P
CreateTime = (0, 6, 1)(1, 6, 1)(2, 6, 1)(3, 6, 1)(4, 6, 1)(5, 6, 1)(6, 6, 1)
EnterMaxUser = 70
ExpireTime = 2
RebirthMapPos1 = 70, 1481.23, 32.26, 163.25
RebirthMapPos2 = 70, 155.23, 38.42, 175.27
05/03/2013 19:25 zokylove#2
Code:
[SET_ZONE_74]
MapType = F
CreateType = [COLOR="Red"]R[/COLOR]
CreateTime = (0, 6, 1)(1, 6, 1)(2, 6, 1)(3, 6, 1)(4, 6, 1)(5, 6, 1)(6, 6, 1)
EnterMaxUser = 70
ExpireTime = 2
RebirthMapPos1 = 70, 1481.23, 32.26, 163.25
RebirthMapPos2 = 70, 155.23, 38.42, 175.27
if im not wrong.
05/03/2013 19:36 JujiPoli#3
Quote:
Originally Posted by zokylove View Post
Code:
[SET_ZONE_74]
MapType = F
CreateType = [COLOR="Red"]R[/COLOR]
CreateTime = (0, 6, 1)(1, 6, 1)(2, 6, 1)(3, 6, 1)(4, 6, 1)(5, 6, 1)(6, 6, 1)
EnterMaxUser = 70
ExpireTime = 2
RebirthMapPos1 = 70, 1481.23, 32.26, 163.25
RebirthMapPos2 = 70, 155.23, 38.42, 175.27
if im not wrong.
It not wrong. But it allow people with guild only :)
05/03/2013 19:43 zokylove#4
Code:
[SET_ZONE_74]
MapType = F
CreateType = P
CreateTime = (0, 6, 1)(1, 6, 1)(2, 6, 1)(3, 6, 1)(4, 6, 1)(5, 6, 1)(6, 6, 1)
CreateMinUser	 = 1
EnterMaxUser = 70
ExpireTime = 2
RebirthMapPos1 = 70, 1481.23, 32.26, 163.25
RebirthMapPos2 = 70, 155.23, 38.42, 175.27
Then try this.
05/04/2013 01:18 JohnHeatz#5
#Moved to the right section
05/04/2013 12:21 n00bness#6
You cannot do that. Before someone says my post is useless, I'm just telling people not to waste time. You wanna make it work like on OS, understandable, but you can't do that with the files we have.
05/05/2013 17:09 JujiPoli#7
dont work zokylove.. when time is finish portal get closed but they still in room
05/05/2013 17:15 TeddyBear94#8
it is still possible to write out a sql quiery which moves the ppl in that map out.
After the 1hours is over u just run the quiery and all toons on that map gets moved to another map.
05/05/2013 18:38 n00bness#9
Quote:
Originally Posted by TeddyBear94 View Post
it is still possible to write out a sql quiery which moves the ppl in that map out.
After the 1hours is over u just run the quiery and all toons on that map gets moved to another map.
Please don't tell me you're serious. The character location is stored in the memory and is transacted into the database after map is changed or the character logs off. Your query won't do anything.
05/05/2013 20:34 TeddyBear94#10
incase u kick them out it works perfectly.