Stage Portals

02/26/2017 20:36 [ADM]Minxii#1
I have been working on making my own staged dungeon and have come across an issue I just cannot work out.

I have 3x 7 stage dungeon Solo, 3man and Party. So I have therefore made 3 copies of the 7 floaty island maps. I dont know how it works on OS but i have it set up so you go into the room with 2 doors as a lobby. 1 leads back to the place of the portals and the other to the stage, these 2 work just fine. once on the stage island there is a door in that room that reads "next stage" I cannot get this one to work lol.
  • I have checked the portal in the svmap
  • I have set the "portals" in the .wld to the same destinations as the svmap
    ---When i did this i did notice that the "next stage" portal was set to faction 17 in the .wld but switched them to 0 dor testing purposes
  • I have placed the svmaps server side and restarted server

Still the doors dont work any ideas anyone TIA
02/27/2017 20:57 momocruz#2
Link boss to portal with and do like OI time
on SVMAP portal put 1001 on faction can take portal not 0 or 1 or 2


1001 go to link with boss you put on Obelisk.ini

i have make something like this on my last server



PHP Code:
[SET_ZONE_91]
MapType         D
CreateType     
P
CreateTime     
= (1201)(2201)(3201)(4201)(5201)(6201)
CreateMinUser     2
EnterMaxUser     
30
ExpireTime     
2
RebirthMapPos1      
701481.2332.26163.25
RebirthMapPos2      
70155.2338.42175.27

[SET_ZONE_92]
MapType         D
CreateType     
P
CreateTime     
= (1201)(2201)(3201)(4201)(5201)(6201)
CreateMinUser     2
EnterMaxUser     
30
ExpireTime     
2
RebirthMapPos1      
701481.2332.26163.25
RebirthMapPos2      
70155.2338.42175.27

[SET_ZONE_93]
MapType         D
CreateType     
P
CreateTime     
= (1202)(2202)(3202)(4202)(5202)(6202)
CreateMinUser     2
EnterMaxUser     
30
ExpireTime     
2
RebirthMapPos1      
701481.2332.26163.25
RebirthMapPos2      
70155.2338.42175.27

[SET_ZONE_94]
MapType         D
CreateType     
P
CreateTime     
= (1203)(2203)(3203)(4203)(5203)(6203)
CreateMinUser     2
EnterMaxUser     
30
ExpireTime     
2
RebirthMapPos1      
701481.2332.26163.25
RebirthMapPos2      
70155.2338.42175.27

[SET_ZONE_95]
MapType         D
CreateType     
P
CreateTime     
= (1204)(2204)(3204)(4204)(5204)(6204)
CreateMinUser     2
EnterMaxUser     
30
ExpireTime     
2
RebirthMapPos1      
701481.2332.26163.25
RebirthMapPos2      
70155.2338.42175.27

[SET_ZONE_96]
MapType         D
CreateType     
P
CreateTime     
= (1205)(2205)(3205)(4205)(5205)(6205)
CreateMinUser     2
EnterMaxUser     
30
ExpireTime     
2
RebirthMapPos1      
701481.2332.26163.25
RebirthMapPos2      
70155.2338.42175.27 
And
PHP Code:
[bothmob_091, (91 143200, (91,1001))]   =  (70.29,81.12,76.64),(3005)

[
bothmob_092, (92 143200, (92,1001))]   =  (32.99,81.12,285.63),(3010)

[
bothmob_093, (93 143200, (93,1001))]   =  (151.263,146.14,497.33),(3019)

[
bothmob_094, (94 143200, (94,1001))]   =  (498.50,101.14,75.28),(3040)

[
bothmob_095, (95 143200, (95,1001))]   =  (501.15,125.14,249.64),(3041)

[
bothmob_090, (96 143200, (96,1001))]   =  (421.15,159.84,548.46),(3042)

[
bothmob_096, (97 143200, (97,1001))]   =  (298.36,166.29,321.86),(3072
03/03/2017 15:31 [ADM]Minxii#3
So my only issue with this is that the portal didnt even work when i switched it to 0 faction on both the .wld and the svmaps I made. Any ideas why that might be ?