Jump to content
SubSpace Forum Network

Recommended Posts

Posted
In a CTF style zone I want to make it so if someone on the other freq goes to the other teams spawn, they will get warped out of the area back to the center. How can I do this?
Posted

[general]

//Status 1 = On, Status 0 = Off

status=1

 

//Can hold up to 16 areas

[area1]

//warparea = x1,y1,x2,y2

warparea=208,475,549,259

//warpto = x1,y1

warpto = 512,512

//warpteam = team # (which team is only warped)

warpteam = 0

//warpship = #ship,#ship,#ship (which ship is only warped)

warpship = 1,2,3,4,5,6,7,8

[area1]

warparea=765,475,549,813

warpto = 512,512

warpteam = 1

warpship = 1,2,3,4,5,6,7,8

 

Is this correct for 2 teams?

Posted

[general]

//Status 1 = On, Status 0 = Off

status=1

 

//Can hold up to 16 areas

[area1]

//warparea = x1,y1,x2,y2

warparea=208,475,549,259

//warpto = x1,y1

warpto = 512,512

//warpteam = team # (which team is only warped)

warpteam = 0

//warpship = #ship,#ship,#ship (which ship is only warped)

warpship = 1,2,3,4,5,6,7,8

[area2]

warparea=765,475,549,813

warpto = 512,512

warpteam = 1

warpship = 1,2,3,4,5,6,7,8

 

changed area 1 to area 2 for second team

Posted

Yes but mine isnt working...

 

[general]

//Status 1 = On, Status 0 = Off

status=1

 

//Can hold up to 16 areas

[area1]

//warparea = x1,y1,x2,y2

warparea=208,475,549,259

//warpto = x1,y1

warpto = 512,512

//warpteam = team # (which team is only warped)

warpteam = 0

//warpship = #ship,#ship,#ship (which ship is only warped)

warpship = 1,2,3,4,5,6,7,8

[area2]

warparea=765,475,549,813

warpto = 512,512

warpteam = 1

warpship = 1,2,3,4,5,6,7,8

 

 

Whats wrong with it? All of the coords are correct but it dosen't spawn you to center of map when you enter the warpareas.

Posted

does your bot have sysop access and is it using the sysop pw?

 

 

Also your warp area, they should be top left and bottom right i believe. Looks like you have bottom right and top left coordinates there.

Try this.

//Can hold up to 16 areas
[area1]
//warparea = x1,y1,x2,y2
warparea=208,259,549,475
//warpto = x1,y1
warpto = 512,512
//warpteam = team # (which team is only warped)
warpteam = 0
//warpship = #ship,#ship,#ship (which ship is only warped)
warpship = 1,2,3,4,5,6,7,8
[area2]
warparea=549,475,765,813
warpto = 512,512
warpteam = 1
warpship = 1,2,3,4,5,6,7,8

Posted (edited)

try TM_Baw instead...

might have better success

[warp0]
FromX1=208
FromY1=259
FromX2=549
FromY2=475
ToX1=512
ToY1=512
Ship=-1
Freq=0
PubAction0=
PrivAction0=*warn You may not enter the spawn area.

[warp1]
FromX1=549
FromY1=475
FromX2=765
FromY2=813
ToX1=512
ToY1=512
Ship=-1
Freq=1
PubAction0=
PrivAction0=*warn You may not enter the spawn area.

should be something like that.

also i noticed you started with area1 and not area0... any reason?

Edited by rootbear75
Guest
This topic is now closed to further replies.
×
×
  • Create New...