LoW 3+7 map: Fixed label positions.
This commit is contained in:
parent
a8bcd2a528
commit
a35cebe6af
1 changed files with 233 additions and 39 deletions
|
@ -15,45 +15,239 @@
|
|||
[/lua]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=prestart
|
||||
|
||||
{SET_LABEL 12 2 (_ "River Telfar")}
|
||||
|
||||
#TODO Get rid of the AI_LOCATION stub macro.
|
||||
#Set locations known to the ai_controller.
|
||||
#Call protocol is AI_LOCATION AFFIX STRING RADIUS X Y
|
||||
{AI_LOCATION nshallows _"Northern Shallows" 2 14 9}
|
||||
{AI_LOCATION falyas _"Ford of Alyas" 3 23 19}
|
||||
{AI_LOCATION ftifranur _"Ford of Tifranur" 2 38 31}
|
||||
{AI_LOCATION tnorth _"North Tower" 1 31 24}
|
||||
|
||||
{AI_LOCATION tnorth _"North Tower" 1 31 24}
|
||||
{AI_LOCATION twest _"West Tower" 1 29 26}
|
||||
{AI_LOCATION teast _"East Tower" 1 33 26}
|
||||
#TODO add West Tower to the locations
|
||||
{AI_LOCATION sgate _"South Bastion" 1 31 31}
|
||||
{AI_LOCATION telgreen _"Telfar Green" 2 12 14}
|
||||
{AI_LOCATION dancegreen _"Dancer’s Green" 5 18 4}
|
||||
{AI_LOCATION karmarth _"Karmarth Hills" 5 39 4}
|
||||
{AI_LOCATION nbridge _"North Bridge" 1 31 20}
|
||||
#TODO instead of great tree there is now a fountain or pool.
|
||||
# {AI_LOCATION gtree _"Great Tree" 1 31 25}
|
||||
{AI_LOCATION brightleaf _"Brightleaf Wood" 5 19 30}
|
||||
{AI_LOCATION westwind _"Westwind Wood" 5 42 20}
|
||||
{AI_LOCATION southwind _"Southwind Wood" 5 40 38}
|
||||
{AI_LOCATION telionath _"Telionath" 1 27 34}
|
||||
{AI_LOCATION arthen _"Arthen" 1 15 20}
|
||||
{AI_LOCATION arryn _"Arryn" 1 41 26}
|
||||
{AI_LOCATION illissa _"Illissa" 1 17 25}
|
||||
{AI_LOCATION viricon _"Viricon" 1 21 39}
|
||||
{AI_LOCATION tireas _"Tireas" 1 33 16}
|
||||
{AI_LOCATION essarn _"Essarn" 1 4 30}
|
||||
{AI_LOCATION valcathra _"Valcathra" 1 7 37}
|
||||
{AI_LOCATION aelion _"Aelion" 1 33 39}
|
||||
{AI_LOCATION elendor _"Elendor" 1 27 17}
|
||||
{AI_LOCATION erethean _"Erethean" 1 28 53}
|
||||
[/event]
|
||||
[label]
|
||||
immutable=yes
|
||||
text=_"Essarn"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=4
|
||||
y=36
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Valcathra"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=7
|
||||
y=43
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"River Telfar"
|
||||
visible_in_fog=no
|
||||
visible_in_shroud=yes
|
||||
x=11
|
||||
y=6
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Telfar Green"
|
||||
visible_in_fog=no
|
||||
visible_in_shroud=yes
|
||||
x=12
|
||||
y=19
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Erethean"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=13
|
||||
y=47
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Northern Shallows"
|
||||
visible_in_fog=no
|
||||
visible_in_shroud=yes
|
||||
x=14
|
||||
y=15
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Arthen"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=15
|
||||
y=26
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Dancers Green"
|
||||
visible_in_fog=no
|
||||
visible_in_shroud=yes
|
||||
x=17
|
||||
y=11
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Illissa"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=17
|
||||
y=31
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Brightleaf Wood"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=19
|
||||
y=36
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Viricon"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=21
|
||||
y=45
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Ford of Alyas"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=23
|
||||
y=25
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Elendor"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=27
|
||||
y=23
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Telionath"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=27
|
||||
y=40
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"West Tower"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=29
|
||||
y=32
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"North Bridge"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=31
|
||||
y=26
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"North Tower"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=31
|
||||
y=30
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"South Bastion"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=31
|
||||
y=37
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Tireas"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=33
|
||||
y=22
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"East Tower"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=33
|
||||
y=32
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Aelion"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=33
|
||||
y=45
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Ford of Tifranur"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=39
|
||||
y=37
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Karmarth Hills"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=41
|
||||
y=9
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Arryn"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=41
|
||||
y=32
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Westwind Wood"
|
||||
visible_in_fog=no
|
||||
visible_in_shroud=yes
|
||||
x=42
|
||||
y=25
|
||||
[/label]
|
||||
[label]
|
||||
immutable=yes
|
||||
team_name=""
|
||||
text=_"Southwind Wood"
|
||||
visible_in_fog=yes
|
||||
visible_in_shroud=no
|
||||
x=42
|
||||
y=45
|
||||
[/label]
|
||||
|
||||
## Sound for the River Telfar
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue