Server Help

Bot Questions - TM Baw Plugin

Assassin2684 - Sat Sep 18, 2004 9:06 pm
Post subject: TM Baw Plugin
Ok so i got the Tm Baw plugin from catid and it works just how i want it to. They gave me the first spot for the first spawn, thatsthe one that works. So then i make a new one by copy and paste trying to make another spawn. Here is how my spawn.ini looks after i make a copy and put the new coords in:

[Warp1]
# ^------- Up to 256 warps

FromX1=669
FromY1=615
#^^^^^^^^---- Topleft corner of warp area

FromX2=677
FromY2=622
#^^^^^^^^---- Bottomright corner of warp area

ToX=549
ToY=683

[Warp0]
# ^------- Up to 256 warps

FromX1=679
FromY1=615
#^^^^^^^^---- Topleft corner of warp area

FromX2=687
FromY2=622
#^^^^^^^^---- Bottomright corner of warp area

ToX=441
ToY=607

FromX1=679
FromY1=615
#^^^^^^^^---- Topleft corner of warp area

FromX2=687
FromY2=622
#^^^^^^^^---- Bottomright corner of warp area

ToX=441
ToY=607

Ship=-1
# ^------- Ship to warp. -1 = any

Freq=-1
# ^------- Freq to warp. -1 = any, -2 = any public, -3 = any private

# Macros you can use:
# %name% - Name of player
# %points% - Points of player
# %squad% - Squad of player
# %freq1% - Freq of player. "(Private freq)" said if private
# %freq2% - Freq of player. Private freqs are said

PubAction0=
# ^--- Up to 10 actions

PrivAction0=
# ^--- Up to 10 actions

Thats my hole warp.ini. The top are the spanws and the bottem is just junk. But when i have 1 spawn going it works fine, but when I made the second they wouldent work. Does anyone no what im doing wroung? Please help im really confusied on this one. Thanks.
Cyan~Fire - Sun Sep 19, 2004 12:28 am
Post subject:
You have 2 different sets of Froms in [Warp0]. You also need to specify a ship and freq for [Warp2].
Muskrat - Sun Sep 19, 2004 2:27 am
Post subject:
Make it look like this.

Code: Show/Hide

[Warp0]
FromX1=669
FromY1=615
FromX2=677
FromY2=622
ToX=549
ToY=683
Ship=-1
Freq=-1
PubAction0=
PrivAction0=

[Warp1]
FromX1=679
FromY1=615
FromX2=687
FromY2=622
ToX=441
ToY=607
Ship=-1
Freq=-1
PubAction0=
PrivAction0=



Dont know why you had 2 of that second warp in there.
Assassin2684 - Sun Sep 19, 2004 12:30 pm
Post subject:
Thanks guys it works now.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group