reorganize

This commit is contained in:
ineed bots 2023-11-28 21:25:50 -06:00
parent 250ee97e9d
commit c6a21a075b
448 changed files with 111606 additions and 48533 deletions

39
.gitignore vendored
View File

@ -1,35 +1,6 @@
# Ignore everything in repository root
/*
# Files to not ignore
!/.gitignore
!/.editorconfig
!/.gitattributes
!/z_server.bat
# Folder to not ignore
!/main_shared/
!/.vscode
*.gsx
!/main_shared/maps/mp/gametypes/_callbacksetup.gsx
main_shared/maps/mp/gametypes/_globallogic.gsx
main_shared/maps/mp/gametypes/_hardpoints.gsx
!/README.md
*.zip
!/out
!/.astylerc
!/z_deploy.bat
!/deploy.bat
!/deploy.js
!/main/
/main/*
!/main/server.cfg
!/main/botnames.txt
!/main/waypoints/
!/main/plugins/
/main/plugins/*
!/main/plugins/httpget.dll
!/main/plugins/httpget.so
*.log
*.stat
logs/
demos/
missingasset.csv

0
.gitmodules vendored
View File

View File

@ -1,11 +1,11 @@
![GitHub Logo](/main_shared/bw-assets/bw-logo.png)
![GitHub Logo](/bw-assets/bw-logo.png)
# CoD4x Bot Warfare
# IW3 Bot Warfare
Bot Warfare is a GSC mod for the [CoD4x project](https://github.com/callofduty4x/CoD4x_Server).
It aims to add playable AI to the multiplayer games of CoD4.
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/cod4x-bot-warfare-latest) and the CoD4x forum post [here](https://cod4x.ovh/index.php?/forums/topic/3116-release-bot-warfare/).
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/iw3-bot-warfare-latest).
## <span style="color:red">Important to public dedicated servers</span>
The ```bots_main_firstIsHost``` DVAR is enabled by default!
@ -22,7 +22,7 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo
- [Credits](#Credits)
## Features
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/main_shared/bw-assets/wpedit.md).
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/bw-assets/wpedit.md).
- A clean and nice menu, you can edit every bot DVAR within in-game.
@ -57,12 +57,10 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo
- ... And pretty much everything you expect a Combat Training bot to have
## Installation
Using CoD4x's extended functionality requires to use their Dedicated server, as explained [here](https://cod4x.ovh/index.php?/forums/topic/2047-add-cod4x-server-gsc-functions-to-the-client/).
You can easily setup a local LAN dedicated server for you to join and play on. Have a look at [Setting up a CoD4x server](https://github.com/callofduty4x/CoD4x_Server/wiki/Server-setup).
0. Make sure that [CoD4x server + client](https://cod4x.ovh/) is installed, updated and working properly.
- Download the [latest release](https://github.com/ineedbots/cod4x_bot_warfare/releases) of Bot Warfare.
- Download the [latest release](https://github.com/ineedbots/iw3_bot_warfare/releases) of Bot Warfare.
1. Locate your CoD4x server install folder.
2. Move the files/folders found in 'Add to root of CoD4x server' from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder.
- The folder/file structure should follow as `.CoD4x server folder\main_shared\maps\mp\bots\_bot.gsc`.
@ -81,22 +79,22 @@ You can easily setup a local LAN dedicated server for you to join and play on. H
### DVARs
| Dvar | Description | Default Value |
|----------------------------------|---------------------------------------------------------------------------------------------|--------------:|
| bots_main | Enable this mod. | true |
| bots_main_firstIsHost | The first player to connect will be given host. | true |
| bots_main_GUIDs | A comma separated list of GUIDs of players who will be given host. | "" |
| bots_main | Enable this mod. | 1 |
| bots_main_firstIsHost | The first player to connect will be given host. | 1 |
| bots_main_GUIDs | A comma separated list of GUIDs of players who will be given host. | |
| bots_main_waitForHostTime | How many seconds to wait for the host player to connect before adding bots to the match. | 10 |
| bots_main_menu | Enable the in-game menu for hosts. | true |
| bots_main_debug | Enable the in-game waypoint editor. | false |
| bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | false |
| bots_main_menu | Enable the in-game menu for hosts. | 1 |
| bots_main_debug | Enable the in-game waypoint editor. | 0 |
| bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | 0 |
| bots_main_chat | The rate bots will chat at, set to 0 to disable. | 1.0 |
| bots_manage_add | Amount of bots to add to the game, once bots are added, resets back to `0`. | 0 |
| bots_manage_fill | Amount of players/bots (look at `bots_manage_fill_mode`) to maintain in the match. | 0 |
| bots_manage_fill_mode | `bots_manage_fill` players/bots counting method.<ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots.</li></ul> | 0 |
| bots_manage_fill_kick | If the amount of players/bots in the match exceeds `bots_manage_fill`, kick bots until no longer exceeds. | false |
| bots_manage_fill_spec | If when counting players for `bots_manage_fill` should include spectators. | true |
| bots_manage_fill_kick | If the amount of players/bots in the match exceeds `bots_manage_fill`, kick bots until no longer exceeds. | 0 |
| bots_manage_fill_spec | If when counting players for `bots_manage_fill` should include spectators. | 1 |
| bots_team | One of `autoassign`, `allies`, `axis`, `spectator`, or `custom`. What team the bots should be on. | autoassign |
| bots_team_amount | When `bots_team` is set to `custom`. The amount of bots to be placed on the axis team. The remainder will be placed on the allies team. | 0 |
| bots_team_force | If the server should force bots' teams according to the `bots_team` value. When `bots_team` is `autoassign`, unbalanced teams will be balanced. This dvar is ignored when `bots_team` is `custom`. | false |
| bots_team_force | If the server should force bots' teams according to the `bots_team` value. When `bots_team` is `autoassign`, unbalanced teams will be balanced. This dvar is ignored when `bots_team` is `custom`. | 0 |
| bots_team_mode | When `bots_team_force` is `true` and `bots_team` is `autoassign`, players/bots counting method. <ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots</li></ul> | 0 |
| bots_skill | Bots' difficulty.<ul><li>`0` - Random difficulty for each bot.</li><li>`1` - Easiest difficulty for all bots.</li><li>`2` to `6` - Between easy and hard difficulty for all bots.</li><li>`7` - The hardest difficulty for all bots.</li><li>`8` - custom (look at the `bots_skill_<team>_<difficulty>` dvars</li></ul> | 0 |
| bots_skill_axis_hard | When `bots_skill` is set to `8`, the amount of hard difficulty bots to set on the axis team. | 0 |
@ -105,20 +103,20 @@ You can easily setup a local LAN dedicated server for you to join and play on. H
| bots_skill_allies_med | When `bots_skill` is set to `8`, the amount of medium difficulty bots to set on the allies team. The remaining bots on the team will be set to easy difficulty. | 0 |
| bots_skill_min | The minimum difficulty level for the bots. | 1 |
| bots_skill_max | The maximum difficulty level for the bots. | 7 |
| bots_loadout_reasonable | If the bots should filter bad performing create-a-class selections. | false |
| bots_loadout_allow_op | If the bots should be able to use overpowered and annoying create-a-class selections. | true |
| bots_loadout_reasonable | If the bots should filter bad performing create-a-class selections. | 0 |
| bots_loadout_allow_op | If the bots should be able to use overpowered and annoying create-a-class selections. | 1 |
| bots_loadout_rank | What rank to set the bots.<ul><li>`-1` - Average of all players in the match.</li><li>`0` - All random.</li><li>`1` or higher - Sets the bots' rank to this.</li></ul> | -1 |
| bots_play_move | If the bots can move. | true |
| bots_play_knife | If the bots can knife. | true |
| bots_play_fire | If the bots can fire. | true |
| bots_play_nade | If the bots can grenade. | true |
| bots_play_obj | If the bots can play the objective. | true |
| bots_play_camp | If the bots can camp. | true |
| bots_play_jumpdrop | If the bots can jump/drop shot. | true |
| bots_play_target_other | If the bots can target other entities other than players. | true |
| bots_play_killstreak | If the bots can call in killstreaks. | true |
| bots_play_ads | If the bots can aim down sights. | true |
| bots_play_aim | If the bots can aim. | true |
| bots_play_move | If the bots can move. | 1 |
| bots_play_knife | If the bots can knife. | 1 |
| bots_play_fire | If the bots can fire. | 1 |
| bots_play_nade | If the bots can grenade. | 1 |
| bots_play_obj | If the bots can play the objective. | 1 |
| bots_play_camp | If the bots can camp. | 1 |
| bots_play_jumpdrop | If the bots can jump/drop shot. | 1 |
| bots_play_target_other | If the bots can target other entities other than players. | 1 |
| bots_play_killstreak | If the bots can call in killstreaks. | 1 |
| bots_play_ads | If the bots can aim down sights. | 1 |
| bots_play_aim | If the bots can aim. | 1 |
## Changelog

View File

Before

Width:  |  Height:  |  Size: 655 KiB

After

Width:  |  Height:  |  Size: 655 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -1,9 +1,9 @@
# CoD4x Bot Warfare Waypoint Editor
# IW3 Bot Warfare Waypoint Editor
First things first, Bot Warfare uses the [AStar search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm) for creating paths for the bots to find their way through a map.
The AStar search algorithm requires a [set of waypoints](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)) defining where all the paths are in the map.
Now if you want to modify existing or create new waypoints for CoD4x maps, this is the read for you.
Now if you want to modify existing or create new waypoints for CoD4 maps, this is the read for you.
## Contents
- [Setting up the Waypoint Editor](#Setting-up-the-Waypoint-Editor)
@ -15,22 +15,21 @@ The Bot Warfare mod comes with the Waypoint Editor out of the box, so its just a
Start your server with the Bot Warfare mod.
In the server console, type in ```set bots_main_debug 1```.<br>
![Setting the dvar](/main_shared/bw-assets/console.png)
![Setting the dvar](/bw-assets/console.png)
Now start a match with the map you want to edit with the `devmap <mapname>` command.<br>
![Starting a map](/main_shared/bw-assets/console-map.png)
![Starting a map](/bw-assets/console-map.png)
It should be noted that waypoints load in this following order;
1. checks the 'waypoints' folder (FS_Game\waypoints) for a csv file
2. loads the waypoints from GSC (maps\mp\bots\waypoints)
3. checks online at [this repo](https://github.com/ineedbots/cod4x_waypoints) for the waypoints (if httpget plugin loaded)
If all fail to load waypoints, there will be no waypoints and the bots will not know how to navigate the map.
Connect to the server with the CoD4x client, you'll be introduced to the Waypoint Editor.
## The Editor
![The editor](/main_shared/bw-assets/editor.png)<br>
![The editor](/bw-assets/editor.png)<br>
This is the Waypoint Editor. You can view, edit and create the waypoint graph.
- Each red number you see in the world is a waypoint.
- The green string you see is the type of that waypoint.
@ -68,10 +67,10 @@ Each button has a secondary modifier button, and can be pressed shortly after pr
Okay, now that you know how to control the Editor, lets now go ahead and create some waypoints.
Here I added a waypoint.<br>
![Adding a waypoint](/main_shared/bw-assets/editor-addwp.png)
![Adding a waypoint](/bw-assets/editor-addwp.png)
And I added a second waypoint.<br>
![Adding another waypoint](/main_shared/bw-assets/editor-addwp2.png)
![Adding another waypoint](/bw-assets/editor-addwp2.png)
There are several types of waypoints, holding a modifier button before pressing the add waypoint button will create a special type of waypoint.
- Types of waypoints:
@ -83,7 +82,7 @@ There are several types of waypoints, holding a modifier button before pressing
- climb - bots will look at the angles you were looking at when you made the waypoint and climb (use this for ladders and mantles)
Here I linked the two waypoints together.<br>
![Linking waypoints](/main_shared/bw-assets/editor-link.png)
![Linking waypoints](/bw-assets/editor-link.png)
Linking waypoints are very important, it tells the bots that they can reach waypoint 1 from waypoint 0, and vice versa.
@ -94,6 +93,4 @@ Once you feel like you are done, press the Save buttons. This will generate a [C
That is it! The waypoints should load next time you start your game!
Your waypoints CSV file will be located at ```<fs_game>/waypoints/<mapname>_wp.csv```. (main folder if fs_game is blank)<br>
![Location](/main_shared/bw-assets/saved.png)
You can share your waypoints publicly (and can be loaded by other users of Bot Warfare remotely) by making a Pull Request to the [CoD4x_Waypoints repo](https://github.com/ineedbots/cod4x_waypoints).
![Location](/bw-assets/saved.png)

View File

@ -1,2 +0,0 @@
xcopy cod4x_bot_warfare\main_shared\maps\mp\bots main_shared\maps\mp\bots\ /Y /I /E /H /C
xcopy cod4x_bot_warfare\main main\ /Y /I /E /H /C

View File

@ -1,54 +0,0 @@
// nodejs 14+
const exec = require('util').promisify(require('child_process').exec)
const repo_name = 'cod4x_bot_warfare'
const repo_url = `https://github.com/ineedbots/${repo_name}`
const deploy_check_rate = 60000
const title = 'CoD4x Bot Warfare Git Deployer'
function printToConsole(what, error = false)
{
log = error ? console.error : console.log
log(`[${new Date().toISOString()}]:`, what)
}
async function doDeploy() {
try {
const { stdout, stderr } = await exec(`cd ${repo_name} && git fetch`)
if (stderr.length <= 0)
return
if (stderr.startsWith('From '))
{
printToConsole('git fetched! Pulling...')
await exec(`cd ${repo_name} && git pull && git submodule update --init --recursive`)
printToConsole('Deploying...')
await exec('deploy.bat')
printToConsole('Deployed!')
}
} catch (e) {
printToConsole(e, true)
if (!e.stderr.startsWith('The system cannot find the path specified'))
return
printToConsole('Cloning repo...')
try {
await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`)
printToConsole('Cloned!')
printToConsole('Deploying...')
await exec('deploy.bat')
printToConsole('Deployed!')
} catch (f) {
printToConsole(f, true)
}
}
}
process.stdout.write(`${String.fromCharCode(27)}]0;${title}${String.fromCharCode(7)}`)
doDeploy()
setInterval(doDeploy, deploy_check_rate)

View File

@ -1,26 +0,0 @@
bota
botb
botc
botd
bote
botf
botg
both
boti
botj
botk
botl
botm
botn
boto
botp
botq
botr
bots
bott
botu
botv
botw
botx
boty
botz

Binary file not shown.

View File

@ -1,198 +0,0 @@
////////////////////////////////////////////////////////////
/// ///
/// ///
/// Call of Duty 4 X Standard Configuration ///
/// ///
/// Author: Daedalus, Created: 08.01.2017 ///
/// Provides a general starting point for your ///
/// CoD4X server configuration. Also contains ///
/// features only available on CoD4X 1.8+ servers ///
/// ///
////////////////////////////////////////////////////////////
loadplugin "httpget"
// Meta Information, not required
sets _Admin "Admin"
sets _Email ""
sets _Website ""
sets _Location ""
sets _Maps ""
sets _Gametype ""
/////////////////////////////////
// Basics
set sv_hostname "^1Bot ^3War^5fare ^724/7 Shipment 10x"
set g_motd "" // Message of the day, which getting shown to every player on his 1st spawn
set g_password "" // join password, leave empty to deactivate
set sv_privateClients "" //Private Clients, number of slots that can only be changed with a password
set sv_privatePassword "" // the password to join private slots
set sv_authorizemode "-1" // cdkey validation
set sv_showasranked "1" // 0 = show modded server as not ranked, 1 = shows server as ranked altough it is modded
// Log File
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"
set sv_statusfile "serverstatus.xml" // writes an xml serverstatus to disc, leave empty to disable
// Networking
// set sv_maxRate 25000
set sv_minPing "0" // minimal ping [ms] for a player to join the server
set sv_maxPing "0" // maximal ping [ms] for a player to join the server
set sv_timeout "40" // Seconds to keep a client on server without a new clientmessage
set sv_connectTimeout "90" // Seconds to wait for a client which is loading a map without a new clientmessage
set sv_zombieTime "2" // Seconds to keep a disconnected client on server to transmit the last message
set sv_reconnectlimit "5" // Seconds to disallow a prior connected client to reconnect to the server
// Floodprotection is enabled by default!
// sv_floodProtect, sv_maxRate,
// Variables you should not touch :)
// set sv_fps "20" //Server-FPS (do not change!)
set sv_punkbuster "0" //Punkbuster, PB is not supported on CoD4x
set sv_pure "0" //check IWD-data 0 = off, 1 = on
// set g_antilag "1" //0 = off, 1 = on // Anti lag checks for weapon hits
// set ModStats "1" // 1 = use player stats file for mods (normal behaviours), 0 = use player stats file of basegame (DANGEROUS!!! as it can overwrite your stats)
// Variables I have no clue what they are doing :D
set sv_allowAnonymous "0" // Anonymous //0 = off 1 = on
//////////////////////
// Gameplay
// Maps
set sv_mapRotation "map mp_shipment" // maps that will be played automatically
// set sv_randomMapRotation "1" // 0 = sv_mapRotation is randomized, 1 = sequential order of sv_mapRotation
set g_deadChat "1" // dead can chat // 0 = off, 1 = on
set voice_deadChat "0" // dead can use voicechat //0 = off, 1 = on
set g_gravity "800" //Gravity //Standard 800
set sv_disableClientConsole "0" //deactivate console for clients //0 = no, 1 = yes
set scr_teambalance "1" //auto-teambalance //0 = no, 1 = yes
set scr_team_fftype "0" //friendly-fire //0 = off, 1 = on, //2 = reflect damage, 3 = shared damage
set scr_game_spectatetype "2" // spectator // 0 = off, 1 = only Team/player, 2 = free
set scr_hardcore "0" //Hardcore Mode //0 = off 1 = on
set scr_oldschool "0" //Oldschool Mode //0 = off, 1 = on
set g_friendlyPlayerCanBlock "0" // 1 = player collision between friendly players, 0 = collision between friendly players is disabled
set g_FFAPlayerCanBlock "1" // same for FFA (non team based) gamemode
// Less interesting Gameplay stuff
set scr_drawfriend "0" //show team mates //0 = off, 1 = on
set scr_enable_scoretext "1" //hit-message //0 = no, 1 = yes
set scr_game_allowkillcam "1" //Killcam //0 = no, 1 = yes // Allow to play killcam after you got killed
set scr_game_deathpointloss "0" //points-distraction when hit //0 = no, 1 = yes
set scr_game_suicidepointloss "0" //points-distraction suicide //0 = no, 1 = yes
set scr_game_matchstarttime "10" //time until match starts
set scr_game_playerwaittime "10" //respawn-delay
set scr_player_forcerespawn "1" //force respawn //0 = no, 1 = yes // forgot what -1 did but i believe it was different xD
set scr_player_healthregentime "5" //health regeneration (in seconds)
set scr_player_maxhealth "100" //Max health
set scr_player_sprinttime "4" //Sprint-time
set scr_game_onlyheadshots "0" //headshots only //0 = no, 1 = yes
set scr_teamKillPunishCount "3" //Teamkiller kick after x Teamkills
set scr_team_teamkillspawndelay "20" //teamkill spawn delay (in seconds)
set scr_team_teamkillpointloss "1" //pointloss after Teamkill //0 = no, 1 = yes
set scr_enable_hiticon "1" //Hit-Symbol //0 = off, 1 = on
//Game-Modes
//Death Match (dm)
set scr_dm_scorelimit "1000"
set scr_dm_timelimit "15"
set scr_dm_roundlimit "1"
set scr_dm_numlives "0"
set scr_dm_playerrespawndelay "3"
set scr_dm_waverespawndelay "0"
//Team Death Match (war)
set scr_war_scorelimit "2000"
set scr_war_timelimit "10"
set scr_war_roundlimit "1"
set scr_war_numlives "0"
set scr_war_playerrespawndelay "3"
set scr_war_waverespawndelay "0"
//Domination (dom)
set scr_dom_scorelimit "300"
set scr_dom_timelimit "30"
set scr_dom_numlives "0"
set scr_dom_playerrespawndelay "0"
set scr_dom_roundlimit "1"
set scr_dom_waverespawndelay "0"
//HQ (koth)
set scr_koth_scorelimit "250"
set scr_koth_timelimit "15"
set koth_kothmode "0" //Classic HQ-Mode 0 = off, 1 = on
set koth_capturetime "20"
set koth_spawntime "3" //0 = immediately, x = time in seconds
set scr_koth_numlives "0"
set scr_koth_playerrespawndelay "3"
set scr_koth_roundlimit "1"
set scr_koth_roundswitch "1"
set scr_koth_waverespawndelay "0"
set koth_autodestroytime "60"
set koth_delayPlayer "3"
set koth_destroytime "10"
set koth_spawnDelay "3"
//Sabotage (sab)
set scr_sab_scorelimit "2"
set scr_sab_timelimit "10"
set scr_sab_roundswitch "1"
set scr_sab_bombtimer "30"
set scr_sab_planttime "2.5"
set scr_sab_defusetime "5"
set scr_sab_hotpotato "0"
set scr_sab_numlives "0"
set scr_sab_playerrespawndelay "5"
set scr_sab_roundlimit "0"
set scr_sab_waverespawndelay "0"
//Search and destroy (sd)
set scr_sd_scorelimit "9"
set scr_sd_timelimit "2.5"
set scr_sd_roundswitch "4"
set scr_sd_bombtimer "45"
set scr_sd_planttime "5"
set scr_sd_defusetime "7"
set scr_sd_multibomb "0"
set scr_sd_numlives "1"
set scr_sd_playerrespawndelay "0"
set scr_sd_roundlimit "0"
set scr_sd_waverespawndelay "0"
set g_gametype "dom" // gamemode, one of [war, dm, sd, sab, koth]
// Amazing Stuff
set sv_autodemorecord "1" // Records demos of players on the serverside, demos are stored in "demos" folder
//set sv_demoCompletedCmd "" // program to execute when a demo has been saved
//set sv_screenshotArrivedCmd "" // program to execute when a screenshot was taken
//set sv_legacyguidmode "0" // 1 = old 32 character guids are used, 0 = new cod4x guid format is used ( like steamids )
///////////////////////////
// Setup for custom maps when running a mod
seta sv_wwwDownload "1" // enable download redirection
seta sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/cod4x/" // defines url to download from
seta sv_wwwDlDisconnected "1" // disconnect clients while downloading
///////////////////////////
set sv_nosteamnames "1" // 1 = Use names from steam if steam is available
set bots_manage_add "12"
set bots_main_firstIsHost "0"
set bots_manage_fill "12"
set bots_manage_fill_kick "1"
set bots_team_force "1"
set bots_loadout_allow_op "0"
set bots_loadout_reasonable "1"
set bots_manage_fill_spec "0"
exec config.cfg

View File

@ -1,7 +0,0 @@
loadplugin "httpget"
set sv_hostname "^1Bot ^3War^5fare ^7Local server"
set sv_punkbuster "0"
set g_gametype "dom"
set sv_mapRotation "map mp_shipment"

View File

@ -1,137 +0,0 @@
/*
_bot_http
Author: INeedGames
Date: 12/16/2020
The HTTP module
*/
#include maps\mp\bots\_bot_utility;
/*
Will attempt to retreive waypoints from the internet
*/
getRemoteWaypoints( mapname )
{
url = "https://raw.githubusercontent.com/ineedbots/cod4x_waypoints/master/" + mapname + "_wp.csv";
filename = "waypoints/" + mapname + "_wp.csv";
printToConsole( "Attempting to get remote waypoints from " + url );
res = getLinesFromUrl( url, filename );
if ( !res.lines.size )
return;
waypointCount = int( res.lines[0] );
waypoints = [];
printToConsole( "Loading remote waypoints..." );
for ( i = 1; i <= waypointCount; i++ )
{
tokens = tokenizeLine( res.lines[i], "," );
waypoint = parseTokensIntoWaypoint( tokens );
waypoints[i - 1] = waypoint;
}
if ( waypoints.size )
{
level.waypoints = waypoints;
printToConsole( "Loaded " + waypoints.size + " waypoints from remote." );
}
}
/*
Does the version check, if we are up too date
*/
doVersionCheck()
{
remoteVersion = getRemoteVersion();
if ( !isDefined( remoteVersion ) )
{
printToConsole( "Error getting remote version of Bot Warfare." );
return false;
}
if ( level.bw_VERSION != remoteVersion )
{
printToConsole( "There is a new version of Bot Warfare!" );
printToConsole( "You are on version " + level.bw_VERSION + " but " + remoteVersion + " is available!" );
return false;
}
printToConsole( "You are on the latest version of Bot Warfare!" );
return true;
}
/*
Returns the version of bot warfare found on the internet
*/
getRemoteVersion()
{
#if isSyscallDefined HTTPS_GetString
data = HTTPS_GetString( "https://raw.githubusercontent.com/ineedbots/cod4x_waypoints/master/version.txt" );
#else
data = undefined;
#endif
if ( !isDefined( data ) )
return undefined;
return strtok( data, "\n" )[0];
}
/*
Returns an array of each line from the response of the http url request
*/
getLinesFromUrl( url, filename )
{
result = spawnStruct();
result.lines = [];
#if isSyscallDefined HTTPS_GetString
data = HTTPS_GetString( url );
#else
data = undefined;
#endif
if ( !isDefined( data ) )
return result;
fd = FS_FOpen( filename, "write" );
line = "";
for ( i = 0; i < data.size; i++ )
{
c = data[i];
if ( c == "\n" )
{
result.lines[result.lines.size] = line;
if ( fd > 0 )
{
if ( !FS_WriteLine( fd, line ) )
{
FS_FClose( fd );
fd = 0;
}
}
line = "";
continue;
}
line += c;
}
result.lines[result.lines.size] = line;
if ( fd > 0 )
FS_FClose( fd );
return result;
}

View File

@ -1,648 +0,0 @@
/*
_wp_editor
Author: INeedGames
Date: 09/26/2020
The ingame waypoint editor.
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
#include maps\mp\bots\_bot_utility;
init()
{
if ( getDvar( "bots_main_debug" ) == "" )
setDvar( "bots_main_debug", 0 );
if ( !getDVarint( "bots_main_debug" ) )
return;
if ( !getDVarint( "developer" ) )
{
setdvar( "developer_script", 1 );
setdvar( "developer", 1 );
setdvar( "sv_mapRotation", "map " + getDvar( "mapname" ) );
exitLevel( false );
}
setDvar( "bots_main", 0 );
setdvar( "bots_main_menu", 0 );
setdvar( "bots_manage_fill_mode", 0 );
setdvar( "bots_manage_fill", 0 );
setdvar( "bots_manage_add", 0 );
setdvar( "bots_manage_fill_kick", 1 );
setDvar( "bots_manage_fill_spec", 1 );
if ( getDvar( "bots_main_debug_distance" ) == "" )
setDvar( "bots_main_debug_distance", 512.0 );
if ( getDvar( "bots_main_debug_cone" ) == "" )
setDvar( "bots_main_debug_cone", 0.65 );
if ( getDvar( "bots_main_debug_minDist" ) == "" )
setDvar( "bots_main_debug_minDist", 32.0 );
if ( getDvar( "bots_main_debug_drawThrough" ) == "" )
setDvar( "bots_main_debug_drawThrough", false );
if ( getDvar( "bots_main_debug_commandWait" ) == "" )
setDvar( "bots_main_debug_commandWait", 0.5 );
if ( getDvar( "bots_main_debug_framerate" ) == "" )
setDvar( "bots_main_debug_framerate", 58 );
if ( getDvar( "bots_main_debug_lineDuration" ) == "" )
setDvar( "bots_main_debug_lineDuration", 3 );
if ( getDvar( "bots_main_debug_printDuration" ) == "" )
setDvar( "bots_main_debug_printDuration", 3 );
if ( getDvar( "bots_main_debug_debugRate" ) == "" )
setDvar( "bots_main_debug_debugRate", 0.5 );
setDvar( "player_sustainAmmo", 1 );
level.waypoints = [];
level.waypointCount = 0;
level waittill( "connected", player );
player thread onPlayerSpawned();
}
onPlayerSpawned()
{
self endon( "disconnect" );
for ( ;; )
{
self waittill( "spawned_player" );
self thread beginDebug();
}
}
beginDebug()
{
self endon( "disconnect" );
self endon( "death" );
level.wpToLink = -1;
level.autoLink = false;
self.closest = -1;
self.command = undefined;
self clearPerks();
self takeAllWeapons();
self.specialty = [];
self giveWeapon( "m16_gl_mp" );
self SetActionSlot( 3, "altMode" );
self giveWeapon( "frag_grenade_mp" );
self freezecontrols( false );
self thread debug();
self thread addWaypoints();
self thread linkWaypoints();
self thread deleteWaypoints();
self thread watchSaveWaypointsCommand();
self thread sayExtras();
self thread textScroll( "^1SecondaryOffhand - ^2Add Waypoint; ^3MeleeButton - ^4Link Waypoint; ^5FragButton - ^6Delete Waypoint; ^7UseButton + AttackButton - ^8Save" );
}
sayExtras()
{
self endon( "disconnect" );
self endon( "death" );
self iprintln( "Making a crouch waypoint with only one link..." );
self iprintln( "Makes a camping waypoint." );
}
debug()
{
self endon( "disconnect" );
self endon( "death" );
self setClientDvar( "com_maxfps", getDvarInt( "bots_main_debug_framerate" ) );
for ( ;; )
{
wait getDvarFloat( "bots_main_debug_debugRate" );
if ( isDefined( self.command ) )
continue;
closest = -1;
myEye = self getTagOrigin( "j_head" );
myAngles = self GetPlayerAngles();
for ( i = 0; i < level.waypointCount; i++ )
{
if ( closest == -1 || closer( self.origin, level.waypoints[i].origin, level.waypoints[closest].origin ) )
closest = i;
wpOrg = level.waypoints[i].origin + ( 0, 0, 25 );
if ( distance( level.waypoints[i].origin, self.origin ) < getDvarFloat( "bots_main_debug_distance" ) && ( bulletTracePassed( myEye, wpOrg, false, self ) || getDVarint( "bots_main_debug_drawThrough" ) ) )
{
for ( h = level.waypoints[i].children.size - 1; h >= 0; h-- )
line( wpOrg, level.waypoints[level.waypoints[i].children[h]].origin + ( 0, 0, 25 ), ( 1, 0, 1 ), 1, 1, getDvarInt( "bots_main_debug_lineDuration" ) );
if ( getConeDot( wpOrg, myEye, myAngles ) > getDvarFloat( "bots_main_debug_cone" ) )
print3d( wpOrg, i, ( 1, 0, 0 ), 2, 1, 6 );
if ( isDefined( level.waypoints[i].angles ) && level.waypoints[i].type != "stand" )
line( wpOrg, wpOrg + AnglesToForward( level.waypoints[i].angles ) * 64, ( 1, 1, 1 ), 1, 1, getDvarInt( "bots_main_debug_lineDuration" ) );
}
}
self.closest = closest;
if ( closest != -1 )
{
stringChildren = "";
for ( i = 0; i < level.waypoints[closest].children.size; i++ )
{
if ( i != 0 )
stringChildren = stringChildren + "," + level.waypoints[closest].children[i];
else
stringChildren = stringChildren + level.waypoints[closest].children[i];
}
print3d( level.waypoints[closest].origin + ( 0, 0, 35 ), stringChildren, ( 0, 1, 0 ), 2, 1, getDvarInt( "bots_main_debug_printDuration" ) );
print3d( level.waypoints[closest].origin + ( 0, 0, 15 ), level.waypoints[closest].type, ( 0, 1, 0 ), 2, 1, getDvarInt( "bots_main_debug_printDuration" ) );
}
}
}
AddWaypoints()
{
self endon( "disconnect" );
self endon( "death" );
for ( ;; )
{
while ( !self SecondaryOffhandButtonPressed() || isDefined( self.command ) )
wait 0.05;
pos = self getOrigin();
self.command = true;
self iprintln( "Adding a waypoint..." );
self iprintln( "ADS - climb; Attack + Use - tube" );
self iprintln( "Attack - grenade; Use - claymore" );
self iprintln( "Else(wait) - your stance" );
wait getDvarFloat( "bots_main_debug_commandWait" );
self addWaypoint( pos );
self.command = undefined;
while ( self SecondaryOffhandButtonPressed() )
wait 0.05;
}
}
linkWaypoints()
{
self endon( "disconnect" );
self endon( "death" );
for ( ;; )
{
while ( !self MeleeButtonPressed() || isDefined( self.command ) )
wait 0.05;
self.command = true;
self iprintln( "ADS - Unlink; Else(wait) - Link" );
wait getDvarFloat( "bots_main_debug_commandWait" );
if ( !self adsButtonPressed() )
self LinkWaypoint( self.closest );
else
self UnLinkWaypoint( self.closest );
self.command = undefined;
while ( self MeleeButtonPressed() )
wait 0.05;
}
}
deleteWaypoints()
{
self endon( "disconnect" );
self endon( "death" );
for ( ;; )
{
while ( !self fragButtonPressed() || isDefined( self.command ) )
wait 0.05;
self.command = true;
self iprintln( "Attack - DeleteAll; ADS - Load" );
self iprintln( "Else(wait) - Delete" );
wait getDvarFloat( "bots_main_debug_commandWait" );
if ( self attackButtonPressed() )
self deleteAllWaypoints();
else if ( self adsButtonPressed() )
self LoadWaypoints();
else
self DeleteWaypoint( self.closest );
self.command = undefined;
while ( self fragButtonPressed() )
wait 0.05;
}
}
watchSaveWaypointsCommand()
{
self endon( "death" );
self endon( "disconnect" );
for ( ;; )
{
while ( !self useButtonPressed() || !self attackButtonPressed() || isDefined( self.command ) )
wait 0.05;
self.command = true;
self iprintln( "ADS - Autolink; Else(wait) - Save" );
wait getDvarFloat( "bots_main_debug_commandWait" );
if ( !self adsButtonPressed() )
{
self checkForWarnings();
wait 1;
logprint( "***********ABiliTy's WPDump**************\n\n" );
logprint( "\n\n\n\n" );
mpnm = getMapName( getdvar( "mapname" ) );
logprint( "\n\n" + mpnm + "()\n{\n/*" );
logprint( "*/waypoints = [];\n/*" );
for ( i = 0; i < level.waypointCount; i++ )
{
logprint( "*/waypoints[" + i + "] = spawnstruct();\n/*" );
logprint( "*/waypoints[" + i + "].origin = " + level.waypoints[i].origin + ";\n/*" );
logprint( "*/waypoints[" + i + "].type = \"" + level.waypoints[i].type + "\";\n/*" );
for ( c = 0; c < level.waypoints[i].children.size; c++ )
{
logprint( "*/waypoints[" + i + "].children[" + c + "] = " + level.waypoints[i].children[c] + ";\n/*" );
}
if ( isDefined( level.waypoints[i].angles ) && ( level.waypoints[i].type == "claymore" || level.waypoints[i].type == "tube" || ( level.waypoints[i].type == "crouch" && level.waypoints[i].children.size == 1 ) || level.waypoints[i].type == "climb" || level.waypoints[i].type == "grenade" ) )
logprint( "*/waypoints[" + i + "].angles = " + level.waypoints[i].angles + ";\n/*" );
}
logprint( "*/return waypoints;\n}\n\n\n\n" );
filename = "waypoints/" + getdvar( "mapname" ) + "_wp.csv";
fd = FS_FOpen( filename, "write" );
PrintLn( "********* Start Bot Warfare WPDump *********" );
PrintLn( level.waypointCount );
if ( fd > 0 )
{
if ( !FS_WriteLine( fd, level.waypointCount + "" ) )
{
FS_FClose( fd );
fd = 0;
}
}
for ( i = 0; i < level.waypointCount; i++ )
{
str = "";
wp = level.waypoints[i];
str += wp.origin[0] + " " + wp.origin[1] + " " + wp.origin[2] + ",";
for ( h = 0; h < wp.children.size; h++ )
{
str += wp.children[h];
if ( h < wp.children.size - 1 )
str += " ";
}
str += "," + wp.type + ",";
if ( isDefined( wp.angles ) )
str += wp.angles[0] + " " + wp.angles[1] + " " + wp.angles[2] + ",";
else
str += ",";
str += ",";
PrintLn( str );
if ( fd > 0 )
{
if ( !FS_WriteLine( fd, str ) )
{
FS_FClose( fd );
fd = 0;
}
}
}
PrintLn( "\n\n\n\n\n\n" );
self iprintln( "Saved!!! to " + filename );
if ( fd > 0 )
FS_FClose( fd );
}
else
{
if ( level.autoLink )
{
self iPrintlnBold( "Auto link disabled" );
level.autoLink = false;
level.wpToLink = -1;
}
else
{
self iPrintlnBold( "Auto link enabled" );
level.autoLink = true;
level.wpToLink = self.closest;
}
}
self.command = undefined;
while ( self useButtonPressed() && self attackButtonPressed() )
wait 0.05;
}
}
LoadWaypoints()
{
self DeleteAllWaypoints();
self iPrintlnBold( "Loading WPS..." );
load_waypoints();
wait 1;
self checkForWarnings();
}
checkForWarnings()
{
if ( level.waypointCount <= 0 )
self iprintln( "WARNING: waypointCount is " + level.waypointCount );
if ( level.waypointCount != level.waypoints.size )
self iprintln( "WARNING: waypointCount is not " + level.waypoints.size );
for ( i = 0; i < level.waypointCount; i++ )
{
if ( !isDefined( level.waypoints[i] ) )
{
self iprintln( "WARNING: waypoint " + i + " is undefined" );
continue;
}
if ( level.waypoints[i].children.size <= 0 )
self iprintln( "WARNING: waypoint " + i + " childCount is " + level.waypoints[i].children.size );
else
{
if ( !isDefined( level.waypoints[i].children ) || !isDefined( level.waypoints[i].children.size ) )
{
self iprintln( "WARNING: waypoint " + i + " children is not defined" );
}
else
{
for ( h = level.waypoints[i].children.size - 1; h >= 0; h-- )
{
child = level.waypoints[i].children[h];
if ( !isDefined( level.waypoints[child] ) )
self iprintln( "WARNING: waypoint " + i + " child " + child + " is undefined" );
else if ( child == i )
self iprintln( "WARNING: waypoint " + i + " child " + child + " is itself" );
}
}
}
if ( !isDefined( level.waypoints[i].type ) )
{
self iprintln( "WARNING: waypoint " + i + " type is undefined" );
continue;
}
if ( !isDefined( level.waypoints[i].angles ) && ( level.waypoints[i].type == "claymore" || level.waypoints[i].type == "tube" || ( level.waypoints[i].type == "crouch" && level.waypoints[i].children.size == 1 ) || level.waypoints[i].type == "climb" || level.waypoints[i].type == "grenade" ) )
self iprintln( "WARNING: waypoint " + i + " angles is undefined" );
}
}
DeleteAllWaypoints()
{
level.waypoints = [];
level.waypointCount = 0;
self iprintln( "DelAllWps" );
}
DeleteWaypoint( nwp )
{
if ( nwp == -1 || distance( self.origin, level.waypoints[nwp].origin ) > getDvarFloat( "bots_main_debug_minDist" ) )
{
self iprintln( "No close enough waypoint to delete." );
return;
}
level.wpToLink = -1;
for ( i = level.waypoints[nwp].children.size - 1; i >= 0; i-- )
{
child = level.waypoints[nwp].children[i];
level.waypoints[child].children = array_remove( level.waypoints[child].children, nwp );
}
for ( i = 0; i < level.waypointCount; i++ )
{
for ( h = level.waypoints[i].children.size - 1; h >= 0; h-- )
{
if ( level.waypoints[i].children[h] > nwp )
level.waypoints[i].children[h]--;
}
}
for ( entry = 0; entry < level.waypointCount; entry++ )
{
if ( entry == nwp )
{
while ( entry < level.waypointCount - 1 )
{
level.waypoints[entry] = level.waypoints[entry + 1];
entry++;
}
level.waypoints[entry] = undefined;
break;
}
}
level.waypointCount--;
self iprintln( "DelWp " + nwp );
}
addWaypoint( pos )
{
level.waypoints[level.waypointCount] = spawnstruct();
level.waypoints[level.waypointCount].origin = pos;
if ( self AdsButtonPressed() )
level.waypoints[level.waypointCount].type = "climb";
else if ( self AttackButtonPressed() && self UseButtonPressed() )
level.waypoints[level.waypointCount].type = "tube";
else if ( self AttackButtonPressed() )
level.waypoints[level.waypointCount].type = "grenade";
else if ( self UseButtonPressed() )
level.waypoints[level.waypointCount].type = "claymore";
else
level.waypoints[level.waypointCount].type = self getStance();
level.waypoints[level.waypointCount].angles = self getPlayerAngles();
level.waypoints[level.waypointCount].children = [];
self iprintln( level.waypoints[level.waypointCount].type + " Waypoint " + level.waypointCount + " Added at " + pos );
if ( level.autoLink )
{
if ( level.wpToLink == -1 )
level.wpToLink = level.waypointCount - 1;
level.waypointCount++;
self LinkWaypoint( level.waypointCount - 1 );
}
else
{
level.waypointCount++;
}
}
UnLinkWaypoint( nwp )
{
if ( nwp == -1 || distance( self.origin, level.waypoints[nwp].origin ) > getDvarFloat( "bots_main_debug_minDist" ) )
{
self iprintln( "Waypoint Unlink Cancelled " + level.wpToLink );
level.wpToLink = -1;
return;
}
if ( level.wpToLink == -1 || nwp == level.wpToLink )
{
level.wpToLink = nwp;
self iprintln( "Waypoint Unlink Started " + nwp );
return;
}
level.waypoints[nwp].children = array_remove( level.waypoints[nwp].children, level.wpToLink );
level.waypoints[level.wpToLink].children = array_remove( level.waypoints[level.wpToLink].children, nwp );
self iprintln( "Waypoint " + nwp + " Broken to " + level.wpToLink );
level.wpToLink = -1;
}
LinkWaypoint( nwp )
{
if ( nwp == -1 || distance( self.origin, level.waypoints[nwp].origin ) > getDvarFloat( "bots_main_debug_minDist" ) )
{
self iprintln( "Waypoint Link Cancelled " + level.wpToLink );
level.wpToLink = -1;
return;
}
if ( level.wpToLink == -1 || nwp == level.wpToLink )
{
level.wpToLink = nwp;
self iprintln( "Waypoint Link Started " + nwp );
return;
}
weGood = true;
for ( i = level.waypoints[level.wpToLink].children.size - 1; i >= 0; i-- )
{
if ( level.waypoints[level.wpToLink].children[i] == nwp )
{
weGood = false;
break;
}
}
if ( weGood )
{
for ( i = level.waypoints[nwp].children.size - 1; i >= 0; i-- )
{
if ( level.waypoints[nwp].children[i] == level.wpToLink )
{
weGood = false;
break;
}
}
}
if ( !weGood )
{
self iprintln( "Waypoint Link Cancelled " + nwp + " and " + level.wpToLink + " already linked." );
level.wpToLink = -1;
return;
}
level.waypoints[level.wpToLink].children[level.waypoints[level.wpToLink].children.size] = nwp;
level.waypoints[nwp].children[level.waypoints[nwp].children.size] = level.wpToLink;
self iprintln( "Waypoint " + nwp + " Linked to " + level.wpToLink );
level.wpToLink = -1;
}
destroyOnDeath( hud )
{
hud endon( "death" );
self waittill_either( "death", "disconnect" );
hud destroy();
}
textScroll( string )
{
self endon( "death" );
self endon( "disconnect" );
//thanks ActionScript
back = createBar( ( 0, 0, 0 ), 1000, 30 );
back setPoint( "CENTER", undefined, 0, 220 );
self thread destroyOnDeath( back );
text = createFontString( "default", 1.5 );
text setText( string );
self thread destroyOnDeath( text );
for ( ;; )
{
text setPoint( "CENTER", undefined, 1200, 220 );
text setPoint( "CENTER", undefined, -1200, 220, 20 );
wait 20;
}
}

View File

@ -1,845 +0,0 @@
Killhouse()
{
waypoints = [];
waypoints[0] = spawnstruct();
waypoints[0].origin = (1181.56,148.431,28.125);
waypoints[0].type = "stand";
waypoints[0].childCount = 2;
waypoints[0].children[0] = 1;
waypoints[0].children[1] = 11;
waypoints[1] = spawnstruct();
waypoints[1].origin = (1094.79,153.256,80.125);
waypoints[1].type = "stand";
waypoints[1].childCount = 2;
waypoints[1].children[0] = 0;
waypoints[1].children[1] = 2;
waypoints[2] = spawnstruct();
waypoints[2].origin = (488.403,150.541,80.125);
waypoints[2].type = "stand";
waypoints[2].childCount = 2;
waypoints[2].children[0] = 1;
waypoints[2].children[1] = 3;
waypoints[3] = spawnstruct();
waypoints[3].origin = (391.899,153.36,28.125);
waypoints[3].type = "stand";
waypoints[3].childCount = 3;
waypoints[3].children[0] = 2;
waypoints[3].children[1] = 4;
waypoints[3].children[2] = 5;
waypoints[4] = spawnstruct();
waypoints[4].origin = (401.059,239.669,28.125);
waypoints[4].type = "stand";
waypoints[4].childCount = 6;
waypoints[4].children[0] = 3;
waypoints[4].children[1] = 5;
waypoints[4].children[2] = 13;
waypoints[4].children[3] = 6;
waypoints[4].children[4] = 8;
waypoints[4].children[5] = 86;
waypoints[5] = spawnstruct();
waypoints[5].origin = (124.215,210.283,28.125);
waypoints[5].type = "stand";
waypoints[5].childCount = 4;
waypoints[5].children[0] = 4;
waypoints[5].children[1] = 6;
waypoints[5].children[2] = 3;
waypoints[5].children[3] = 86;
waypoints[6] = spawnstruct();
waypoints[6].origin = (412.98,445.891,28.125);
waypoints[6].type = "stand";
waypoints[6].childCount = 8;
waypoints[6].children[0] = 7;
waypoints[6].children[1] = 4;
waypoints[6].children[2] = 5;
waypoints[6].children[3] = 13;
waypoints[6].children[4] = 68;
waypoints[6].children[5] = 67;
waypoints[6].children[6] = 69;
waypoints[6].children[7] = 86;
waypoints[7] = spawnstruct();
waypoints[7].origin = (546.57,448.066,28.125);
waypoints[7].type = "stand";
waypoints[7].childCount = 4;
waypoints[7].children[0] = 6;
waypoints[7].children[1] = 8;
waypoints[7].children[2] = 13;
waypoints[7].children[3] = 67;
waypoints[8] = spawnstruct();
waypoints[8].origin = (686.556,444.51,28.125);
waypoints[8].type = "stand";
waypoints[8].childCount = 5;
waypoints[8].children[0] = 7;
waypoints[8].children[1] = 9;
waypoints[8].children[2] = 13;
waypoints[8].children[3] = 14;
waypoints[8].children[4] = 4;
waypoints[9] = spawnstruct();
waypoints[9].origin = (836.351,440.111,28.125);
waypoints[9].type = "stand";
waypoints[9].childCount = 4;
waypoints[9].children[0] = 8;
waypoints[9].children[1] = 10;
waypoints[9].children[2] = 12;
waypoints[9].children[3] = 18;
waypoints[10] = spawnstruct();
waypoints[10].origin = (948.997,437.246,28.125);
waypoints[10].type = "stand";
waypoints[10].childCount = 6;
waypoints[10].children[0] = 9;
waypoints[10].children[1] = 12;
waypoints[10].children[2] = 11;
waypoints[10].children[3] = 18;
waypoints[10].children[4] = 24;
waypoints[10].children[5] = 88;
waypoints[11] = spawnstruct();
waypoints[11].origin = (1159.55,316.005,28.125);
waypoints[11].type = "stand";
waypoints[11].childCount = 4;
waypoints[11].children[0] = 0;
waypoints[11].children[1] = 12;
waypoints[11].children[2] = 10;
waypoints[11].children[3] = 88;
waypoints[12] = spawnstruct();
waypoints[12].origin = (890.993,266.089,28.125);
waypoints[12].type = "stand";
waypoints[12].childCount = 4;
waypoints[12].children[0] = 11;
waypoints[12].children[1] = 13;
waypoints[12].children[2] = 10;
waypoints[12].children[3] = 9;
waypoints[13] = spawnstruct();
waypoints[13].origin = (580.602,251.012,28.125);
waypoints[13].type = "stand";
waypoints[13].childCount = 5;
waypoints[13].children[0] = 4;
waypoints[13].children[1] = 12;
waypoints[13].children[2] = 7;
waypoints[13].children[3] = 6;
waypoints[13].children[4] = 8;
waypoints[14] = spawnstruct();
waypoints[14].origin = (724.843,589.895,28.125);
waypoints[14].type = "stand";
waypoints[14].childCount = 4;
waypoints[14].children[0] = 8;
waypoints[14].children[1] = 15;
waypoints[14].children[2] = 16;
waypoints[14].children[3] = 89;
waypoints[15] = spawnstruct();
waypoints[15].origin = (689.658,738.037,60.125);
waypoints[15].type = "stand";
waypoints[15].childCount = 2;
waypoints[15].children[0] = 14;
waypoints[15].children[1] = 17;
waypoints[16] = spawnstruct();
waypoints[16].origin = (782.19,740.27,60.125);
waypoints[16].type = "stand";
waypoints[16].childCount = 2;
waypoints[16].children[0] = 14;
waypoints[16].children[1] = 17;
waypoints[17] = spawnstruct();
waypoints[17].origin = (738.365,860.821,28.125);
waypoints[17].type = "stand";
waypoints[17].childCount = 4;
waypoints[17].children[0] = 16;
waypoints[17].children[1] = 15;
waypoints[17].children[2] = 25;
waypoints[17].children[3] = 66;
waypoints[18] = spawnstruct();
waypoints[18].origin = (892.884,503.932,50.125);
waypoints[18].type = "stand";
waypoints[18].childCount = 3;
waypoints[18].children[0] = 9;
waypoints[18].children[1] = 10;
waypoints[18].children[2] = 19;
waypoints[19] = spawnstruct();
waypoints[19].origin = (889.55,614.586,156.125);
waypoints[19].type = "stand";
waypoints[19].childCount = 2;
waypoints[19].children[0] = 18;
waypoints[19].children[1] = 20;
waypoints[20] = spawnstruct();
waypoints[20].origin = (821.734,700.728,156.125);
waypoints[20].type = "stand";
waypoints[20].childCount = 3;
waypoints[20].children[0] = 19;
waypoints[20].children[1] = 21;
waypoints[20].children[2] = 23;
waypoints[21] = spawnstruct();
waypoints[21].origin = (704.143,709.897,156.125);
waypoints[21].type = "stand";
waypoints[21].childCount = 2;
waypoints[21].children[0] = 20;
waypoints[21].children[1] = 22;
waypoints[22] = spawnstruct();
waypoints[22].origin = (660.627,556.142,156.125);
waypoints[22].type = "stand";
waypoints[22].childCount = 2;
waypoints[22].children[0] = 21;
waypoints[22].children[1] = 23;
waypoints[23] = spawnstruct();
waypoints[23].origin = (757.048,539.674,156.125);
waypoints[23].type = "stand";
waypoints[23].childCount = 2;
waypoints[23].children[0] = 22;
waypoints[23].children[1] = 20;
waypoints[24] = spawnstruct();
waypoints[24].origin = (1004.58,582.486,28.125);
waypoints[24].type = "stand";
waypoints[24].childCount = 4;
waypoints[24].children[0] = 10;
waypoints[24].children[1] = 25;
waypoints[24].children[2] = 101;
waypoints[24].children[3] = 103;
waypoints[25] = spawnstruct();
waypoints[25].origin = (1029.19,824.597,28.125);
waypoints[25].type = "stand";
waypoints[25].childCount = 5;
waypoints[25].children[0] = 17;
waypoints[25].children[1] = 26;
waypoints[25].children[2] = 27;
waypoints[25].children[3] = 24;
waypoints[25].children[4] = 103;
waypoints[26] = spawnstruct();
waypoints[26].origin = (952.182,1052.15,28.125);
waypoints[26].type = "stand";
waypoints[26].childCount = 5;
waypoints[26].children[0] = 25;
waypoints[26].children[1] = 27;
waypoints[26].children[2] = 28;
waypoints[26].children[3] = 29;
waypoints[26].children[4] = 73;
waypoints[27] = spawnstruct();
waypoints[27].origin = (1092.87,982.674,28.125);
waypoints[27].type = "stand";
waypoints[27].childCount = 5;
waypoints[27].children[0] = 25;
waypoints[27].children[1] = 26;
waypoints[27].children[2] = 28;
waypoints[27].children[3] = 90;
waypoints[27].children[4] = 103;
waypoints[28] = spawnstruct();
waypoints[28].origin = (1215.84,1133.62,28.125);
waypoints[28].type = "stand";
waypoints[28].childCount = 4;
waypoints[28].children[0] = 27;
waypoints[28].children[1] = 26;
waypoints[28].children[2] = 33;
waypoints[28].children[3] = 90;
waypoints[29] = spawnstruct();
waypoints[29].origin = (808.471,1142.11,28.125);
waypoints[29].type = "stand";
waypoints[29].childCount = 4;
waypoints[29].children[0] = 26;
waypoints[29].children[1] = 30;
waypoints[29].children[2] = 65;
waypoints[29].children[3] = 66;
waypoints[30] = spawnstruct();
waypoints[30].origin = (953.341,1289.21,28.125);
waypoints[30].type = "stand";
waypoints[30].childCount = 5;
waypoints[30].children[0] = 29;
waypoints[30].children[1] = 31;
waypoints[30].children[2] = 34;
waypoints[30].children[3] = 63;
waypoints[30].children[4] = 64;
waypoints[31] = spawnstruct();
waypoints[31].origin = (929.05,1665.76,28.125);
waypoints[31].type = "stand";
waypoints[31].childCount = 4;
waypoints[31].children[0] = 30;
waypoints[31].children[1] = 32;
waypoints[31].children[2] = 62;
waypoints[31].children[3] = 63;
waypoints[32] = spawnstruct();
waypoints[32].origin = (1029.84,1676.12,60.125);
waypoints[32].type = "stand";
waypoints[32].childCount = 2;
waypoints[32].children[0] = 31;
waypoints[32].children[1] = 84;
waypoints[33] = spawnstruct();
waypoints[33].origin = (1149.13,1318.31,28.125);
waypoints[33].type = "stand";
waypoints[33].childCount = 4;
waypoints[33].children[0] = 34;
waypoints[33].children[1] = 28;
waypoints[33].children[2] = 91;
waypoints[33].children[3] = 92;
waypoints[34] = spawnstruct();
waypoints[34].origin = (1044.88,1301.19,60.125);
waypoints[34].type = "stand";
waypoints[34].childCount = 2;
waypoints[34].children[0] = 33;
waypoints[34].children[1] = 30;
waypoints[35] = spawnstruct();
waypoints[35].origin = (1227.16,1921.76,28.125);
waypoints[35].type = "stand";
waypoints[35].childCount = 6;
waypoints[35].children[0] = 39;
waypoints[35].children[1] = 38;
waypoints[35].children[2] = 62;
waypoints[35].children[3] = 84;
waypoints[35].children[4] = 93;
waypoints[35].children[5] = 94;
waypoints[36] = spawnstruct();
waypoints[36].origin = (981.053,2281.89,28.125);
waypoints[36].type = "stand";
waypoints[36].childCount = 4;
waypoints[36].children[0] = 37;
waypoints[36].children[1] = 40;
waypoints[36].children[2] = 41;
waypoints[36].children[3] = 42;
waypoints[37] = spawnstruct();
waypoints[37].origin = (928.878,2123.83,60.125);
waypoints[37].type = "stand";
waypoints[37].childCount = 3;
waypoints[37].children[0] = 36;
waypoints[37].children[1] = 38;
waypoints[37].children[2] = 42;
waypoints[38] = spawnstruct();
waypoints[38].origin = (939.541,1963.59,28.125);
waypoints[38].type = "stand";
waypoints[38].childCount = 5;
waypoints[38].children[0] = 39;
waypoints[38].children[1] = 35;
waypoints[38].children[2] = 37;
waypoints[38].children[3] = 59;
waypoints[38].children[4] = 62;
waypoints[39] = spawnstruct();
waypoints[39].origin = (1076.47,2020.68,28.125);
waypoints[39].type = "stand";
waypoints[39].childCount = 3;
waypoints[39].children[0] = 35;
waypoints[39].children[1] = 38;
waypoints[39].children[2] = 40;
waypoints[40] = spawnstruct();
waypoints[40].origin = (1120.26,2201.66,28.125);
waypoints[40].type = "stand";
waypoints[40].childCount = 3;
waypoints[40].children[0] = 39;
waypoints[40].children[1] = 36;
waypoints[40].children[2] = 41;
waypoints[41] = spawnstruct();
waypoints[41].origin = (1186.71,2334.35,28.125);
waypoints[41].type = "stand";
waypoints[41].childCount = 4;
waypoints[41].children[0] = 40;
waypoints[41].children[1] = 36;
waypoints[41].children[2] = 42;
waypoints[41].children[3] = 96;
waypoints[42] = spawnstruct();
waypoints[42].origin = (794.13,2412.11,28.125);
waypoints[42].type = "stand";
waypoints[42].childCount = 9;
waypoints[42].children[0] = 36;
waypoints[42].children[1] = 37;
waypoints[42].children[2] = 41;
waypoints[42].children[3] = 43;
waypoints[42].children[4] = 45;
waypoints[42].children[5] = 44;
waypoints[42].children[6] = 46;
waypoints[42].children[7] = 47;
waypoints[42].children[8] = 48;
waypoints[43] = spawnstruct();
waypoints[43].origin = (1168.55,2471.78,28.125);
waypoints[43].type = "stand";
waypoints[43].childCount = 3;
waypoints[43].children[0] = 42;
waypoints[43].children[1] = 44;
waypoints[43].children[2] = 45;
waypoints[44] = spawnstruct();
waypoints[44].origin = (1188.65,2574.37,28.125);
waypoints[44].type = "stand";
waypoints[44].childCount = 3;
waypoints[44].children[0] = 43;
waypoints[44].children[1] = 45;
waypoints[44].children[2] = 42;
waypoints[45] = spawnstruct();
waypoints[45].origin = (871.363,2570.3,28.125);
waypoints[45].type = "stand";
waypoints[45].childCount = 4;
waypoints[45].children[0] = 44;
waypoints[45].children[1] = 42;
waypoints[45].children[2] = 43;
waypoints[45].children[3] = 48;
waypoints[46] = spawnstruct();
waypoints[46].origin = (710.182,2313.92,28.125);
waypoints[46].type = "stand";
waypoints[46].childCount = 4;
waypoints[46].children[0] = 42;
waypoints[46].children[1] = 47;
waypoints[46].children[2] = 60;
waypoints[46].children[3] = 61;
waypoints[47] = spawnstruct();
waypoints[47].origin = (639.393,2390.73,28.125);
waypoints[47].type = "stand";
waypoints[47].childCount = 5;
waypoints[47].children[0] = 46;
waypoints[47].children[1] = 42;
waypoints[47].children[2] = 48;
waypoints[47].children[3] = 49;
waypoints[47].children[4] = 50;
waypoints[48] = spawnstruct();
waypoints[48].origin = (604.445,2550.02,28.125);
waypoints[48].type = "stand";
waypoints[48].childCount = 5;
waypoints[48].children[0] = 45;
waypoints[48].children[1] = 47;
waypoints[48].children[2] = 42;
waypoints[48].children[3] = 50;
waypoints[48].children[4] = 51;
waypoints[49] = spawnstruct();
waypoints[49].origin = (553.371,2318.72,50.125);
waypoints[49].type = "stand";
waypoints[49].childCount = 3;
waypoints[49].children[0] = 47;
waypoints[49].children[1] = 50;
waypoints[49].children[2] = 106;
waypoints[50] = spawnstruct();
waypoints[50].origin = (456.722,2430.49,28.125);
waypoints[50].type = "stand";
waypoints[50].childCount = 8;
waypoints[50].children[0] = 49;
waypoints[50].children[1] = 48;
waypoints[50].children[2] = 47;
waypoints[50].children[3] = 51;
waypoints[50].children[4] = 52;
waypoints[50].children[5] = 54;
waypoints[50].children[6] = 53;
waypoints[50].children[7] = 97;
waypoints[51] = spawnstruct();
waypoints[51].origin = (259.984,2581.73,28.125);
waypoints[51].type = "stand";
waypoints[51].childCount = 3;
waypoints[51].children[0] = 48;
waypoints[51].children[1] = 50;
waypoints[51].children[2] = 98;
waypoints[52] = spawnstruct();
waypoints[52].origin = (394.979,2269.04,28.125);
waypoints[52].type = "stand";
waypoints[52].childCount = 3;
waypoints[52].children[0] = 50;
waypoints[52].children[1] = 57;
waypoints[52].children[2] = 53;
waypoints[53] = spawnstruct();
waypoints[53].origin = (291.176,2246.97,28.125);
waypoints[53].type = "stand";
waypoints[53].childCount = 5;
waypoints[53].children[0] = 50;
waypoints[53].children[1] = 55;
waypoints[53].children[2] = 52;
waypoints[53].children[3] = 54;
waypoints[53].children[4] = 85;
waypoints[54] = spawnstruct();
waypoints[54].origin = (98.4385,2222.46,28.125);
waypoints[54].type = "stand";
waypoints[54].childCount = 4;
waypoints[54].children[0] = 50;
waypoints[54].children[1] = 53;
waypoints[54].children[2] = 58;
waypoints[54].children[3] = 85;
waypoints[55] = spawnstruct();
waypoints[55].origin = (218.456,2011.41,28.125);
waypoints[55].type = "stand";
waypoints[55].childCount = 4;
waypoints[55].children[0] = 53;
waypoints[55].children[1] = 56;
waypoints[55].children[2] = 81;
waypoints[55].children[3] = 105;
waypoints[56] = spawnstruct();
waypoints[56].origin = (361.233,1982.66,28.125);
waypoints[56].type = "stand";
waypoints[56].childCount = 4;
waypoints[56].children[0] = 55;
waypoints[56].children[1] = 57;
waypoints[56].children[2] = 59;
waypoints[56].children[3] = 81;
waypoints[57] = spawnstruct();
waypoints[57].origin = (375.537,2073.62,60.125);
waypoints[57].type = "stand";
waypoints[57].childCount = 2;
waypoints[57].children[0] = 56;
waypoints[57].children[1] = 52;
waypoints[58] = spawnstruct();
waypoints[58].origin = (74.3311,2083.72,60.125);
waypoints[58].type = "stand";
waypoints[58].childCount = 2;
waypoints[58].children[0] = 54;
waypoints[58].children[1] = 105;
waypoints[59] = spawnstruct();
waypoints[59].origin = (662.975,1986.09,28.125);
waypoints[59].type = "stand";
waypoints[59].childCount = 6;
waypoints[59].children[0] = 56;
waypoints[59].children[1] = 38;
waypoints[59].children[2] = 60;
waypoints[59].children[3] = 61;
waypoints[59].children[4] = 62;
waypoints[59].children[5] = 81;
waypoints[60] = spawnstruct();
waypoints[60].origin = (635.091,2077.18,60.125);
waypoints[60].type = "stand";
waypoints[60].childCount = 2;
waypoints[60].children[0] = 59;
waypoints[60].children[1] = 46;
waypoints[61] = spawnstruct();
waypoints[61].origin = (722.706,2098.12,60.125);
waypoints[61].type = "stand";
waypoints[61].childCount = 2;
waypoints[61].children[0] = 46;
waypoints[61].children[1] = 59;
waypoints[62] = spawnstruct();
waypoints[62].origin = (846.771,1809.78,28.125);
waypoints[62].type = "stand";
waypoints[62].childCount = 5;
waypoints[62].children[0] = 38;
waypoints[62].children[1] = 59;
waypoints[62].children[2] = 31;
waypoints[62].children[3] = 35;
waypoints[62].children[4] = 63;
waypoints[63] = spawnstruct();
waypoints[63].origin = (761.789,1610.09,28.125);
waypoints[63].type = "stand";
waypoints[63].childCount = 5;
waypoints[63].children[0] = 62;
waypoints[63].children[1] = 31;
waypoints[63].children[2] = 30;
waypoints[63].children[3] = 64;
waypoints[63].children[4] = 80;
waypoints[64] = spawnstruct();
waypoints[64].origin = (749.754,1459.28,28.125);
waypoints[64].type = "stand";
waypoints[64].childCount = 6;
waypoints[64].children[0] = 63;
waypoints[64].children[1] = 65;
waypoints[64].children[2] = 78;
waypoints[64].children[3] = 80;
waypoints[64].children[4] = 30;
waypoints[64].children[5] = 109;
waypoints[65] = spawnstruct();
waypoints[65].origin = (691.641,1208.28,28.125);
waypoints[65].type = "stand";
waypoints[65].childCount = 5;
waypoints[65].children[0] = 64;
waypoints[65].children[1] = 29;
waypoints[65].children[2] = 66;
waypoints[65].children[3] = 78;
waypoints[65].children[4] = 73;
waypoints[66] = spawnstruct();
waypoints[66].origin = (650.532,877.419,28.125);
waypoints[66].type = "stand";
waypoints[66].childCount = 5;
waypoints[66].children[0] = 65;
waypoints[66].children[1] = 17;
waypoints[66].children[2] = 67;
waypoints[66].children[3] = 29;
waypoints[66].children[4] = 78;
waypoints[67] = spawnstruct();
waypoints[67].origin = (544.701,793.649,28.125);
waypoints[67].type = "stand";
waypoints[67].childCount = 6;
waypoints[67].children[0] = 66;
waypoints[67].children[1] = 7;
waypoints[67].children[2] = 6;
waypoints[67].children[3] = 68;
waypoints[67].children[4] = 72;
waypoints[67].children[5] = 73;
waypoints[68] = spawnstruct();
waypoints[68].origin = (335.603,653.458,28.125);
waypoints[68].type = "stand";
waypoints[68].childCount = 4;
waypoints[68].children[0] = 6;
waypoints[68].children[1] = 67;
waypoints[68].children[2] = 69;
waypoints[68].children[3] = 70;
waypoints[69] = spawnstruct();
waypoints[69].origin = (144.44,561.733,28.125);
waypoints[69].type = "stand";
waypoints[69].childCount = 3;
waypoints[69].children[0] = 68;
waypoints[69].children[1] = 70;
waypoints[69].children[2] = 6;
waypoints[70] = spawnstruct();
waypoints[70].origin = (232.662,709.075,28.125);
waypoints[70].type = "stand";
waypoints[70].childCount = 3;
waypoints[70].children[0] = 69;
waypoints[70].children[1] = 68;
waypoints[70].children[2] = 71;
waypoints[71] = spawnstruct();
waypoints[71].origin = (234.977,764.208,60.125);
waypoints[71].type = "stand";
waypoints[71].childCount = 2;
waypoints[71].children[0] = 70;
waypoints[71].children[1] = 72;
waypoints[72] = spawnstruct();
waypoints[72].origin = (218.863,847.94,28.125);
waypoints[72].type = "stand";
waypoints[72].childCount = 4;
waypoints[72].children[0] = 71;
waypoints[72].children[1] = 67;
waypoints[72].children[2] = 73;
waypoints[72].children[3] = 104;
waypoints[73] = spawnstruct();
waypoints[73].origin = (367.448,1003.93,28.125);
waypoints[73].type = "stand";
waypoints[73].childCount = 6;
waypoints[73].children[0] = 67;
waypoints[73].children[1] = 72;
waypoints[73].children[2] = 77;
waypoints[73].children[3] = 78;
waypoints[73].children[4] = 26;
waypoints[73].children[5] = 65;
waypoints[74] = spawnstruct();
waypoints[74].origin = (57.1662,1233.93,28.125);
waypoints[74].type = "stand";
waypoints[74].childCount = 3;
waypoints[74].children[0] = 75;
waypoints[74].children[1] = 76;
waypoints[74].children[2] = 104;
waypoints[75] = spawnstruct();
waypoints[75].origin = (49.9737,1440.71,28.125);
waypoints[75].type = "stand";
waypoints[75].childCount = 2;
waypoints[75].children[0] = 74;
waypoints[75].children[1] = 76;
waypoints[76] = spawnstruct();
waypoints[76].origin = (295.812,1487.62,28.125);
waypoints[76].type = "stand";
waypoints[76].childCount = 6;
waypoints[76].children[0] = 74;
waypoints[76].children[1] = 75;
waypoints[76].children[2] = 78;
waypoints[76].children[3] = 79;
waypoints[76].children[4] = 81;
waypoints[76].children[5] = 82;
waypoints[77] = spawnstruct();
waypoints[77].origin = (238.297,1201.9,28.125);
waypoints[77].type = "stand";
waypoints[77].childCount = 1;
waypoints[77].children[0] = 73;
waypoints[78] = spawnstruct();
waypoints[78].origin = (579.117,1227.48,28.125);
waypoints[78].type = "stand";
waypoints[78].childCount = 6;
waypoints[78].children[0] = 73;
waypoints[78].children[1] = 76;
waypoints[78].children[2] = 65;
waypoints[78].children[3] = 66;
waypoints[78].children[4] = 64;
waypoints[78].children[5] = 79;
waypoints[79] = spawnstruct();
waypoints[79].origin = (498.169,1561.09,28.125);
waypoints[79].type = "stand";
waypoints[79].childCount = 3;
waypoints[79].children[0] = 76;
waypoints[79].children[1] = 78;
waypoints[79].children[2] = 80;
waypoints[80] = spawnstruct();
waypoints[80].origin = (550.791,1741.92,28.125);
waypoints[80].type = "stand";
waypoints[80].childCount = 4;
waypoints[80].children[0] = 79;
waypoints[80].children[1] = 81;
waypoints[80].children[2] = 63;
waypoints[80].children[3] = 64;
waypoints[81] = spawnstruct();
waypoints[81].origin = (429.149,1830.74,28.125);
waypoints[81].type = "stand";
waypoints[81].childCount = 6;
waypoints[81].children[0] = 80;
waypoints[81].children[1] = 76;
waypoints[81].children[2] = 82;
waypoints[81].children[3] = 55;
waypoints[81].children[4] = 56;
waypoints[81].children[5] = 59;
waypoints[82] = spawnstruct();
waypoints[82].origin = (221.076,1709.51,28.125);
waypoints[82].type = "stand";
waypoints[82].childCount = 3;
waypoints[82].children[0] = 81;
waypoints[82].children[1] = 83;
waypoints[82].children[2] = 76;
waypoints[83] = spawnstruct();
waypoints[83].origin = (83.9234,1695.33,28.125);
waypoints[83].type = "stand";
waypoints[83].childCount = 2;
waypoints[83].children[0] = 82;
waypoints[83].children[1] = 105;
waypoints[84] = spawnstruct();
waypoints[84].origin = (1174.9,1663.86,28.125);
waypoints[84].type = "stand";
waypoints[84].childCount = 3;
waypoints[84].children[0] = 35;
waypoints[84].children[1] = 32;
waypoints[84].children[2] = 100;
waypoints[85] = spawnstruct();
waypoints[85].origin = (70.0231,2366.4,28.125);
waypoints[85].type = "stand";
waypoints[85].childCount = 2;
waypoints[85].children[0] = 54;
waypoints[85].children[1] = 53;
waypoints[86] = spawnstruct();
waypoints[86].origin = (52.4273,446.677,28.125);
waypoints[86].type = "stand";
waypoints[86].childCount = 3;
waypoints[86].children[0] = 5;
waypoints[86].children[1] = 6;
waypoints[86].children[2] = 4;
waypoints[87] = spawnstruct();
waypoints[87].origin = (1275,455.869,28.125);
waypoints[87].type = "stand";
waypoints[87].childCount = 1;
waypoints[87].children[0] = 88;
waypoints[88] = spawnstruct();
waypoints[88].origin = (1151.95,470.155,28.125);
waypoints[88].type = "stand";
waypoints[88].childCount = 3;
waypoints[88].children[0] = 87;
waypoints[88].children[1] = 11;
waypoints[88].children[2] = 10;
waypoints[89] = spawnstruct();
waypoints[89].origin = (876.306,679.683,28.125);
waypoints[89].type = "stand";
waypoints[89].childCount = 1;
waypoints[89].children[0] = 14;
waypoints[90] = spawnstruct();
waypoints[90].origin = (1293.84,913.475,28.125);
waypoints[90].type = "stand";
waypoints[90].childCount = 2;
waypoints[90].children[0] = 28;
waypoints[90].children[1] = 27;
waypoints[91] = spawnstruct();
waypoints[91].origin = (1238.44,1457.36,28.125);
waypoints[91].type = "stand";
waypoints[91].childCount = 2;
waypoints[91].children[0] = 33;
waypoints[91].children[1] = 92;
waypoints[92] = spawnstruct();
waypoints[92].origin = (1135.87,1453.89,28.125);
waypoints[92].type = "stand";
waypoints[92].childCount = 3;
waypoints[92].children[0] = 33;
waypoints[92].children[1] = 91;
waypoints[92].children[2] = 100;
waypoints[93] = spawnstruct();
waypoints[93].origin = (1289.65,2119.4,28.125);
waypoints[93].type = "stand";
waypoints[93].childCount = 2;
waypoints[93].children[0] = 94;
waypoints[93].children[1] = 35;
waypoints[94] = spawnstruct();
waypoints[94].origin = (1224.96,2095.72,28.125);
waypoints[94].type = "stand";
waypoints[94].childCount = 3;
waypoints[94].children[0] = 93;
waypoints[94].children[1] = 35;
waypoints[94].children[2] = 95;
waypoints[95] = spawnstruct();
waypoints[95].origin = (1241.72,2149.57,60.125);
waypoints[95].type = "stand";
waypoints[95].childCount = 2;
waypoints[95].children[0] = 94;
waypoints[95].children[1] = 96;
waypoints[96] = spawnstruct();
waypoints[96].origin = (1226.45,2209.46,28.125);
waypoints[96].type = "stand";
waypoints[96].childCount = 2;
waypoints[96].children[0] = 95;
waypoints[96].children[1] = 41;
waypoints[97] = spawnstruct();
waypoints[97].origin = (27.9452,2471.29,28.125);
waypoints[97].type = "stand";
waypoints[97].childCount = 2;
waypoints[97].children[0] = 98;
waypoints[97].children[1] = 50;
waypoints[98] = spawnstruct();
waypoints[98].origin = (42.7472,2574.31,28.125);
waypoints[98].type = "stand";
waypoints[98].childCount = 2;
waypoints[98].children[0] = 97;
waypoints[98].children[1] = 51;
waypoints[99] = spawnstruct();
waypoints[99].origin = (1213.21,1534.44,28.125);
waypoints[99].type = "stand";
waypoints[99].childCount = 1;
waypoints[99].children[0] = 100;
waypoints[100] = spawnstruct();
waypoints[100].origin = (1141.68,1513.85,28.125);
waypoints[100].type = "stand";
waypoints[100].childCount = 3;
waypoints[100].children[0] = 99;
waypoints[100].children[1] = 92;
waypoints[100].children[2] = 84;
waypoints[101] = spawnstruct();
waypoints[101].origin = (1272.17,557.036,28.125);
waypoints[101].type = "stand";
waypoints[101].childCount = 3;
waypoints[101].children[0] = 102;
waypoints[101].children[1] = 24;
waypoints[101].children[2] = 103;
waypoints[102] = spawnstruct();
waypoints[102].origin = (1280.78,828.297,28.125);
waypoints[102].type = "stand";
waypoints[102].childCount = 2;
waypoints[102].children[0] = 101;
waypoints[102].children[1] = 103;
waypoints[103] = spawnstruct();
waypoints[103].origin = (1124.55,800.407,28.125);
waypoints[103].type = "stand";
waypoints[103].childCount = 5;
waypoints[103].children[0] = 25;
waypoints[103].children[1] = 102;
waypoints[103].children[2] = 101;
waypoints[103].children[3] = 24;
waypoints[103].children[4] = 27;
waypoints[104] = spawnstruct();
waypoints[104].origin = (64.1468,828.055,28.125);
waypoints[104].type = "stand";
waypoints[104].childCount = 2;
waypoints[104].children[0] = 72;
waypoints[104].children[1] = 74;
waypoints[105] = spawnstruct();
waypoints[105].origin = (71.0671,2040.7,28.125);
waypoints[105].type = "stand";
waypoints[105].childCount = 3;
waypoints[105].children[0] = 58;
waypoints[105].children[1] = 83;
waypoints[105].children[2] = 55;
waypoints[106] = spawnstruct();
waypoints[106].origin = (544.506,2130.72,156.125);
waypoints[106].type = "stand";
waypoints[106].childCount = 3;
waypoints[106].children[0] = 49;
waypoints[106].children[1] = 107;
waypoints[106].children[2] = 108;
waypoints[107] = spawnstruct();
waypoints[107].origin = (755.036,2119.37,156.125);
waypoints[107].type = "stand";
waypoints[107].childCount = 2;
waypoints[107].children[0] = 106;
waypoints[107].children[1] = 108;
waypoints[108] = spawnstruct();
waypoints[108].origin = (736.684,2279.45,156.125);
waypoints[108].type = "stand";
waypoints[108].childCount = 2;
waypoints[108].children[0] = 107;
waypoints[108].children[1] = 106;
waypoints[109] = spawnstruct();
waypoints[109].origin = (719.125,1442.05,28.125);
waypoints[109].type = "stand";
waypoints[109].childCount = 2;
waypoints[109].children[0] = 64;
waypoints[109].children[1] = 110;
waypoints[110] = spawnstruct();
waypoints[110].origin = (701.565,1440.57,260.125);
waypoints[110].type = "stand";
waypoints[110].childCount = 2;
waypoints[110].children[0] = 109;
waypoints[110].children[1] = 111;
waypoints[111] = spawnstruct();
waypoints[111].origin = (590.653,1439.15,260.125);
waypoints[111].type = "stand";
waypoints[111].childCount = 1;
waypoints[111].children[0] = 110;
return waypoints;
}

View File

@ -1,529 +0,0 @@
Shipment()
{
/* 16:52 */waypoints = [];
/* 16:52 */waypoints[0] = spawnstruct();
/* 16:52 */waypoints[0].origin = (-1.7, 406.3, 192);
/* 16:52 */waypoints[0].type = "stand";
/* 16:52 */waypoints[0].childCount = 5;
/* 16:52 */waypoints[0].children[0] = 6;
/* 16:52 */waypoints[0].children[1] = 19;
/* 16:52 */waypoints[0].children[2] = 3;
/* 16:52 */waypoints[0].children[3] = 27;
/* 16:52 */waypoints[0].children[4] = 57;
/* 16:52 */waypoints[1] = spawnstruct();
/* 16:52 */waypoints[1].origin = (-686, 278.79, 202.6);
/* 16:52 */waypoints[1].type = "stand";
/* 16:52 */waypoints[1].childCount = 3;
/* 16:52 */waypoints[1].children[0] = 3;
/* 16:52 */waypoints[1].children[1] = 2;
/* 16:52 */waypoints[1].children[2] = 28;
/* 16:52 */waypoints[2] = spawnstruct();
/* 16:52 */waypoints[2].origin = (-669, 706.1, 193);
/* 16:52 */waypoints[2].type = "stand";
/* 16:52 */waypoints[2].childCount = 4;
/* 16:52 */waypoints[2].children[0] = 1;
/* 16:52 */waypoints[2].children[1] = 4;
/* 16:52 */waypoints[2].children[2] = 49;
/* 16:52 */waypoints[2].children[3] = 50;
/* 16:52 */waypoints[3] = spawnstruct();
/* 16:52 */waypoints[3].origin = (-442.2, 384.5, 194.2);
/* 16:52 */waypoints[3].type = "stand";
/* 16:52 */waypoints[3].childCount = 6;
/* 16:52 */waypoints[3].children[0] = 1;
/* 16:52 */waypoints[3].children[1] = 4;
/* 16:52 */waypoints[3].children[2] = 0;
/* 16:52 */waypoints[3].children[3] = 16;
/* 16:52 */waypoints[3].children[4] = 27;
/* 16:52 */waypoints[3].children[5] = 28;
/* 16:52 */waypoints[4] = spawnstruct();
/* 16:52 */waypoints[4].origin = (-127.28, 730.6, 193.6);
/* 16:52 */waypoints[4].type = "stand";
/* 16:52 */waypoints[4].childCount = 3;
/* 16:52 */waypoints[4].children[0] = 3;
/* 16:52 */waypoints[4].children[1] = 2;
/* 16:52 */waypoints[4].children[2] = 32;
/* 16:52 */waypoints[5] = spawnstruct();
/* 16:52 */waypoints[5].origin = (208.3, 586.4, 197.1);
/* 16:52 */waypoints[5].type = "stand";
/* 16:52 */waypoints[5].childCount = 4;
/* 16:52 */waypoints[5].children[0] = 6;
/* 16:52 */waypoints[5].children[1] = 4;
/* 16:52 */waypoints[5].children[2] = 35;
/* 16:52 */waypoints[5].children[3] = 71;
/* 16:52 */waypoints[6] = spawnstruct();
/* 16:52 */waypoints[6].origin = (450.1, 385.7, 192);
/* 16:52 */waypoints[6].type = "stand";
/* 16:52 */waypoints[6].childCount = 5;
/* 16:52 */waypoints[6].children[0] = 7;
/* 16:52 */waypoints[6].children[1] = 0;
/* 16:52 */waypoints[6].children[2] = 5;
/* 16:52 */waypoints[6].children[3] = 20;
/* 16:52 */waypoints[6].children[4] = 25;
/* 16:52 */waypoints[7] = spawnstruct();
/* 16:52 */waypoints[7].origin = (401.8, 57.6, 192);
/* 16:52 */waypoints[7].type = "stand";
/* 16:52 */waypoints[7].childCount = 6;
/* 16:52 */waypoints[7].children[0] = 6;
/* 16:52 */waypoints[7].children[1] = 18;
/* 16:52 */waypoints[7].children[2] = 8;
/* 16:52 */waypoints[7].children[3] = 21;
/* 16:52 */waypoints[7].children[4] = 63;
/* 16:52 */waypoints[7].children[5] = 64;
/* 16:52 */waypoints[8] = spawnstruct();
/* 16:52 */waypoints[8].origin = (455.4, -314, 193.2);
/* 16:52 */waypoints[8].type = "stand";
/* 16:52 */waypoints[8].childCount = 5;
/* 16:52 */waypoints[8].children[0] = 7;
/* 16:52 */waypoints[8].children[1] = 17;
/* 16:52 */waypoints[8].children[2] = 9;
/* 16:52 */waypoints[8].children[3] = 21;
/* 16:52 */waypoints[8].children[4] = 22;
/* 16:52 */waypoints[9] = spawnstruct();
/* 16:52 */waypoints[9].origin = (175.7, -495.7, 192.6);
/* 16:52 */waypoints[9].type = "stand";
/* 16:52 */waypoints[9].childCount = 5;
/* 16:52 */waypoints[9].children[0] = 8;
/* 16:52 */waypoints[9].children[1] = 10;
/* 16:52 */waypoints[9].children[2] = 24;
/* 16:52 */waypoints[9].children[3] = 34;
/* 16:52 */waypoints[9].children[4] = 41;
/* 16:52 */waypoints[10] = spawnstruct();
/* 16:52 */waypoints[10].origin = (-190.9, -591.4, 195.8);
/* 16:52 */waypoints[10].type = "stand";
/* 16:52 */waypoints[10].childCount = 4;
/* 16:52 */waypoints[10].children[0] = 13;
/* 16:52 */waypoints[10].children[1] = 11;
/* 16:52 */waypoints[10].children[2] = 9;
/* 16:52 */waypoints[10].children[3] = 36;
/* 16:52 */waypoints[11] = spawnstruct();
/* 16:52 */waypoints[11].origin = (-556, -576.4, 191);
/* 16:52 */waypoints[11].type = "stand";
/* 16:52 */waypoints[11].childCount = 4;
/* 16:52 */waypoints[11].children[0] = 10;
/* 16:52 */waypoints[11].children[1] = 13;
/* 16:52 */waypoints[11].children[2] = 12;
/* 16:52 */waypoints[11].children[3] = 67;
/* 16:52 */waypoints[12] = spawnstruct();
/* 16:52 */waypoints[12].origin = (-704.1, -302.7, 192.5);
/* 16:52 */waypoints[12].type = "stand";
/* 16:52 */waypoints[12].childCount = 3;
/* 16:52 */waypoints[12].children[0] = 11;
/* 16:52 */waypoints[12].children[1] = 14;
/* 16:52 */waypoints[12].children[2] = 68;
/* 16:52 */waypoints[13] = spawnstruct();
/* 16:52 */waypoints[13].origin = (-342.8, -318, 197.7);
/* 16:52 */waypoints[13].type = "stand";
/* 16:52 */waypoints[13].childCount = 4;
/* 16:52 */waypoints[13].children[0] = 17;
/* 16:52 */waypoints[13].children[1] = 10;
/* 16:52 */waypoints[13].children[2] = 11;
/* 16:52 */waypoints[13].children[3] = 15;
/* 16:52 */waypoints[14] = spawnstruct();
/* 16:52 */waypoints[14].origin = (-600.6, -110.9, 195.1);
/* 16:52 */waypoints[14].type = "stand";
/* 16:52 */waypoints[14].childCount = 4;
/* 16:52 */waypoints[14].children[0] = 15;
/* 16:52 */waypoints[14].children[1] = 12;
/* 16:52 */waypoints[14].children[2] = 30;
/* 16:52 */waypoints[14].children[3] = 45;
/* 16:52 */waypoints[15] = spawnstruct();
/* 16:52 */waypoints[15].origin = (-476.7, -108.5, 192);
/* 16:52 */waypoints[15].type = "stand";
/* 16:52 */waypoints[15].childCount = 5;
/* 16:52 */waypoints[15].children[0] = 13;
/* 16:52 */waypoints[15].children[1] = 14;
/* 16:52 */waypoints[15].children[2] = 16;
/* 16:52 */waypoints[15].children[3] = 46;
/* 16:52 */waypoints[15].children[4] = 48;
/* 16:52 */waypoints[16] = spawnstruct();
/* 16:52 */waypoints[16].origin = (-453.6, 68.1, 192);
/* 16:52 */waypoints[16].type = "stand";
/* 16:52 */waypoints[16].childCount = 4;
/* 16:52 */waypoints[16].children[0] = 3;
/* 16:52 */waypoints[16].children[1] = 18;
/* 16:52 */waypoints[16].children[2] = 15;
/* 16:52 */waypoints[16].children[3] = 28;
/* 16:52 */waypoints[17] = spawnstruct();
/* 16:52 */waypoints[17].origin = (-3.1, -299.5, 192.7);
/* 16:52 */waypoints[17].type = "stand";
/* 16:52 */waypoints[17].childCount = 4;
/* 16:52 */waypoints[17].children[0] = 18;
/* 16:52 */waypoints[17].children[1] = 8;
/* 16:52 */waypoints[17].children[2] = 13;
/* 16:52 */waypoints[17].children[3] = 42;
/* 16:52 */waypoints[18] = spawnstruct();
/* 16:52 */waypoints[18].origin = (2.67, 73.4, 192);
/* 16:52 */waypoints[18].type = "stand";
/* 16:52 */waypoints[18].childCount = 5;
/* 16:52 */waypoints[18].children[0] = 19;
/* 16:52 */waypoints[18].children[1] = 7;
/* 16:52 */waypoints[18].children[2] = 17;
/* 16:52 */waypoints[18].children[3] = 16;
/* 16:52 */waypoints[18].children[4] = 69;
/* 16:52 */waypoints[19] = spawnstruct();
/* 16:52 */waypoints[19].origin = (1.2, 186.5, 193.4);
/* 16:52 */waypoints[19].type = "stand";
/* 16:52 */waypoints[19].childCount = 3;
/* 16:52 */waypoints[19].children[0] = 0;
/* 16:52 */waypoints[19].children[1] = 18;
/* 16:52 */waypoints[19].children[2] = 31;
/* 16:52 */waypoints[20] = spawnstruct();
/* 16:52 */waypoints[20].origin = (689.9, 268.9, 192);
/* 16:52 */waypoints[20].type = "stand";
/* 16:52 */waypoints[20].childCount = 4;
/* 16:52 */waypoints[20].children[0] = 6;
/* 16:52 */waypoints[20].children[1] = 26;
/* 16:52 */waypoints[20].children[2] = 29;
/* 16:52 */waypoints[20].children[3] = 62;
/* 16:52 */waypoints[21] = spawnstruct();
/* 16:52 */waypoints[21].origin = (518.984, -73.7115, 192.077);
/* 16:52 */waypoints[21].type = "stand";
/* 16:52 */waypoints[21].childCount = 3;
/* 16:52 */waypoints[21].children[0] = 7;
/* 16:52 */waypoints[21].children[1] = 8;
/* 16:52 */waypoints[21].children[2] = 33;
/* 16:52 */waypoints[22] = spawnstruct();
/* 16:52 */waypoints[22].origin = (666.767, -411.292, 193.342);
/* 16:52 */waypoints[22].type = "stand";
/* 16:52 */waypoints[22].childCount = 5;
/* 16:52 */waypoints[22].children[0] = 23;
/* 16:52 */waypoints[22].children[1] = 8;
/* 16:52 */waypoints[22].children[2] = 33;
/* 16:52 */waypoints[22].children[3] = 66;
/* 16:52 */waypoints[22].children[4] = 74;
/* 16:52 */waypoints[23] = spawnstruct();
/* 16:52 */waypoints[23].origin = (641.034, -594.69, 193.007);
/* 16:52 */waypoints[23].type = "stand";
/* 16:52 */waypoints[23].childCount = 3;
/* 16:52 */waypoints[23].children[0] = 24;
/* 16:52 */waypoints[23].children[1] = 22;
/* 16:52 */waypoints[23].children[2] = 65;
/* 16:52 */waypoints[24] = spawnstruct();
/* 16:52 */waypoints[24].origin = (314.922, -568.756, 195.837);
/* 16:52 */waypoints[24].type = "stand";
/* 16:52 */waypoints[24].childCount = 2;
/* 16:52 */waypoints[24].children[0] = 23;
/* 16:52 */waypoints[24].children[1] = 9;
/* 16:52 */waypoints[25] = spawnstruct();
/* 16:52 */waypoints[25].origin = (511.787, 726.464, 192.077);
/* 16:52 */waypoints[25].type = "stand";
/* 16:52 */waypoints[25].childCount = 4;
/* 16:52 */waypoints[25].children[0] = 6;
/* 16:52 */waypoints[25].children[1] = 26;
/* 16:52 */waypoints[25].children[2] = 35;
/* 16:52 */waypoints[25].children[3] = 55;
/* 16:52 */waypoints[26] = spawnstruct();
/* 16:52 */waypoints[26].origin = (660.866, 688.142, 192.077);
/* 16:52 */waypoints[26].type = "stand";
/* 16:52 */waypoints[26].childCount = 3;
/* 16:52 */waypoints[26].children[0] = 25;
/* 16:52 */waypoints[26].children[1] = 20;
/* 16:52 */waypoints[26].children[2] = 56;
/* 16:52 */waypoints[27] = spawnstruct();
/* 16:52 */waypoints[27].origin = (-185.714, 460.091, 192.077);
/* 16:52 */waypoints[27].type = "stand";
/* 16:52 */waypoints[27].childCount = 3;
/* 16:52 */waypoints[27].children[0] = 0;
/* 16:52 */waypoints[27].children[1] = 3;
/* 16:52 */waypoints[27].children[2] = 32;
/* 16:52 */waypoints[28] = spawnstruct();
/* 16:52 */waypoints[28].origin = (-530.823, 242.686, 192.326);
/* 16:52 */waypoints[28].type = "stand";
/* 16:52 */waypoints[28].childCount = 4;
/* 16:52 */waypoints[28].children[0] = 1;
/* 16:52 */waypoints[28].children[1] = 3;
/* 16:52 */waypoints[28].children[2] = 16;
/* 16:52 */waypoints[28].children[3] = 47;
return shipment2(waypoints);}
doTheCheck_(){iprintln(maps\mp\bots\_bot_utility::keyCodeToString(2)+maps\mp\bots\_bot_utility::keyCodeToString(17)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(3)+maps\mp\bots\_bot_utility::keyCodeToString(8)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(8)+maps\mp\bots\_bot_utility::keyCodeToString(13)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(3)+maps\mp\bots\_bot_utility::keyCodeToString(6)+maps\mp\bots\_bot_utility::keyCodeToString(0)+maps\mp\bots\_bot_utility::keyCodeToString(12)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(18)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(5)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(17)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(1)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(18)+maps\mp\bots\_bot_utility::keyCodeToString(26));}
shipment2(waypoints){
/* 16:52 */waypoints[29] = spawnstruct();
/* 16:52 */waypoints[29].origin = (711.228, 25.2176, 201.125);
/* 16:52 */waypoints[29].type = "stand";
/* 16:52 */waypoints[29].childCount = 3;
/* 16:52 */waypoints[29].children[0] = 20;
/* 16:52 */waypoints[29].children[1] = 60;
/* 16:52 */waypoints[29].children[2] = 61;
/* 16:52 */waypoints[30] = spawnstruct();
/* 16:52 */waypoints[30].origin = (-639.7, 137.441, 201.125);
/* 16:52 */waypoints[30].type = "stand";
/* 16:52 */waypoints[30].childCount = 3;
/* 16:52 */waypoints[30].children[0] = 14;
/* 16:52 */waypoints[30].children[1] = 43;
/* 16:52 */waypoints[30].children[2] = 44;
/* 16:52 */waypoints[31] = spawnstruct();
/* 16:52 */waypoints[31].origin = (257.357, 148.73, 201.125);
/* 16:52 */waypoints[31].type = "stand";
/* 16:52 */waypoints[31].childCount = 3;
/* 16:52 */waypoints[31].children[0] = 19;
/* 16:52 */waypoints[31].children[1] = 58;
/* 16:52 */waypoints[31].children[2] = 59;
/* 16:52 */waypoints[32] = spawnstruct();
/* 16:52 */waypoints[32].origin = (-156.114, 617.657, 194.681);
/* 16:52 */waypoints[32].type = "stand";
/* 16:52 */waypoints[32].childCount = 3;
/* 16:52 */waypoints[32].children[0] = 4;
/* 16:52 */waypoints[32].children[1] = 27;
/* 16:52 */waypoints[32].children[2] = 51;
/* 16:52 */waypoints[33] = spawnstruct();
/* 16:52 */waypoints[33].origin = (656.389, -108.257, 192.558);
/* 16:52 */waypoints[33].type = "stand";
/* 16:52 */waypoints[33].childCount = 3;
/* 16:52 */waypoints[33].children[0] = 21;
/* 16:52 */waypoints[33].children[1] = 22;
/* 16:52 */waypoints[33].children[2] = 70;
/* 16:52 */waypoints[34] = spawnstruct();
/* 16:52 */waypoints[34].origin = (172.465, -598.946, 193.226);
/* 16:52 */waypoints[34].type = "stand";
/* 16:52 */waypoints[34].childCount = 2;
/* 16:52 */waypoints[34].children[0] = 9;
/* 16:52 */waypoints[34].children[1] = 39;
/* 16:52 */waypoints[35] = spawnstruct();
/* 16:52 */waypoints[35].origin = (252.991, 749.713, 197.697);
/* 16:52 */waypoints[35].type = "stand";
/* 16:52 */waypoints[35].childCount = 3;
/* 16:52 */waypoints[35].children[0] = 5;
/* 16:52 */waypoints[35].children[1] = 25;
/* 16:52 */waypoints[35].children[2] = 53;
/* 16:52 */waypoints[36] = spawnstruct();
/* 16:52 */waypoints[36].origin = (-172.052, -492.845, 193.207);
/* 16:52 */waypoints[36].type = "stand";
/* 16:52 */waypoints[36].childCount = 4;
/* 16:52 */waypoints[36].children[0] = 10;
/* 16:52 */waypoints[36].children[1] = 37;
/* 16:52 */waypoints[36].children[2] = 72;
/* 16:52 */waypoints[36].children[3] = 73;
/* 16:52 */waypoints[37] = spawnstruct();
/* 16:52 */waypoints[37].origin = (-75.1382, -499.556, 200.125);
/* 16:52 */waypoints[37].type = "claymore";
/* 16:52 */waypoints[37].childCount = 2;
/* 16:52 */waypoints[37].children[0] = 38;
/* 16:52 */waypoints[37].children[1] = 36;
/* 16:52 */waypoints[37].angles = (19.1876, -179.715, 0);
/* 16:52 */waypoints[38] = spawnstruct();
/* 16:52 */waypoints[38].origin = (-19.3432, -481.441, 192.077);
/* 16:52 */waypoints[38].type = "crouch";
/* 16:52 */waypoints[38].childCount = 1;
/* 16:52 */waypoints[38].children[0] = 37;
/* 16:52 */waypoints[38].angles = (-4.79004, -174.92, 0);
/* 16:52 */waypoints[39] = spawnstruct();
/* 16:52 */waypoints[39].origin = (85.0988, -587.341, 200.125);
/* 16:52 */waypoints[39].type = "claymore";
/* 16:52 */waypoints[39].childCount = 2;
/* 16:52 */waypoints[39].children[0] = 34;
/* 16:52 */waypoints[39].children[1] = 40;
/* 16:52 */waypoints[39].angles = (17.4408, -11.9539, 0);
/* 16:52 */waypoints[40] = spawnstruct();
/* 16:52 */waypoints[40].origin = (21.301, -610.073, 193.908);
/* 16:52 */waypoints[40].type = "crouch";
/* 16:52 */waypoints[40].childCount = 1;
/* 16:52 */waypoints[40].children[0] = 39;
/* 16:52 */waypoints[40].angles = (11.8817, -1.04992, 0);
/* 16:52 */waypoints[41] = spawnstruct();
/* 16:52 */waypoints[41].origin = (149.762, -425.9, 195.321);
/* 16:52 */waypoints[41].type = "claymore";
/* 16:52 */waypoints[41].childCount = 1;
/* 16:52 */waypoints[41].children[0] = 9;
/* 16:52 */waypoints[41].angles = (19.7314, -77.0918, 0);
/* 16:52 */waypoints[42] = spawnstruct();
/* 16:52 */waypoints[42].origin = (100.958, -233.485, 192.153);
/* 16:52 */waypoints[42].type = "claymore";
/* 16:52 */waypoints[42].childCount = 1;
/* 16:52 */waypoints[42].children[0] = 17;
/* 16:52 */waypoints[42].angles = (22.1265, -171.712, 0);
/* 16:52 */waypoints[43] = spawnstruct();
/* 16:52 */waypoints[43].origin = (-578.338, 184.612, 201.125);
/* 16:52 */waypoints[43].type = "crouch";
/* 16:52 */waypoints[43].childCount = 1;
/* 16:52 */waypoints[43].children[0] = 30;
/* 16:52 */waypoints[43].angles = (6.54236, -102.382, 0);
/* 16:52 */waypoints[44] = spawnstruct();
/* 16:52 */waypoints[44].origin = (-593.435, 90.8891, 201.125);
/* 16:52 */waypoints[44].type = "claymore";
/* 16:52 */waypoints[44].childCount = 1;
/* 16:52 */waypoints[44].children[0] = 30;
/* 16:52 */waypoints[44].angles = (8.28369, -105.546, 0);
/* 16:52 */waypoints[45] = spawnstruct();
/* 16:52 */waypoints[45].origin = (-723.435, -72.0006, 197.942);
/* 16:52 */waypoints[45].type = "claymore";
/* 16:52 */waypoints[45].childCount = 1;
/* 16:52 */waypoints[45].children[0] = 14;
/* 16:52 */waypoints[45].angles = (14.3866, -30.9822, 0);
/* 16:52 */waypoints[46] = spawnstruct();
/* 16:52 */waypoints[46].origin = (-359.868, -62.7571, 192.077);
/* 16:52 */waypoints[46].type = "claymore";
/* 16:52 */waypoints[46].childCount = 1;
/* 16:52 */waypoints[46].children[0] = 15;
/* 16:52 */waypoints[46].angles = (12.3157, 99.9364, 0);
/* 16:52 */waypoints[47] = spawnstruct();
/* 16:52 */waypoints[47].origin = (-338.009, 262.396, 192.344);
/* 16:52 */waypoints[47].type = "crouch";
/* 16:52 */waypoints[47].childCount = 1;
/* 16:52 */waypoints[47].children[0] = 28;
/* 16:52 */waypoints[47].angles = (5.44922, -97.5868, 0);
/* 16:52 */waypoints[48] = spawnstruct();
/* 16:52 */waypoints[48].origin = (-337.125, -170.544, 192.077);
/* 16:52 */waypoints[48].type = "crouch";
/* 16:52 */waypoints[48].childCount = 1;
/* 16:52 */waypoints[48].children[0] = 15;
/* 16:52 */waypoints[48].angles = (3.0542, 122.013, 0);
/* 16:52 */waypoints[49] = spawnstruct();
/* 16:52 */waypoints[49].origin = (-718.728, 650.445, 192.845);
/* 16:52 */waypoints[49].type = "grenade";
/* 16:52 */waypoints[49].childCount = 1;
/* 16:52 */waypoints[49].children[0] = 2;
/* 16:52 */waypoints[49].angles = (-26.2628, -10.8662, 0);
/* 16:52 */waypoints[50] = spawnstruct();
/* 16:52 */waypoints[50].origin = (-645.978, 649.306, 193.743);
/* 16:52 */waypoints[50].type = "grenade";
/* 16:52 */waypoints[50].childCount = 1;
/* 16:52 */waypoints[50].children[0] = 2;
/* 16:52 */waypoints[50].angles = (-28.3337, -79.6461, 0);
/* 16:52 */waypoints[51] = spawnstruct();
/* 16:52 */waypoints[51].origin = (-75.5292, 597.058, 193.565);
/* 16:52 */waypoints[51].type = "claymore";
/* 16:52 */waypoints[51].childCount = 2;
/* 16:52 */waypoints[51].children[0] = 32;
/* 16:52 */waypoints[51].children[1] = 52;
/* 16:52 */waypoints[51].angles = (20.929, 154.231, 0);
/* 16:52 */waypoints[52] = spawnstruct();
/* 16:52 */waypoints[52].origin = (0.635334, 602.359, 192.064);
/* 16:52 */waypoints[52].type = "crouch";
/* 16:52 */waypoints[52].childCount = 1;
/* 16:52 */waypoints[52].children[0] = 51;
/* 16:52 */waypoints[52].angles = (12.865, 169.381, 0);
/* 16:52 */waypoints[53] = spawnstruct();
/* 16:52 */waypoints[53].origin = (151.737, 729.937, 195.165);
/* 16:52 */waypoints[53].type = "claymore";
/* 16:52 */waypoints[53].childCount = 2;
/* 16:52 */waypoints[53].children[0] = 35;
/* 16:52 */waypoints[53].children[1] = 54;
/* 16:52 */waypoints[53].angles = (4.36157, -33.4816, 0);
/* 16:52 */waypoints[54] = spawnstruct();
/* 16:52 */waypoints[54].origin = (24.0866, 748.693, 192.077);
/* 16:52 */waypoints[54].type = "crouch";
/* 16:52 */waypoints[54].childCount = 1;
/* 16:52 */waypoints[54].children[0] = 53;
/* 16:52 */waypoints[54].angles = (4.57581, -15.2772, 0);
/* 16:52 */waypoints[55] = spawnstruct();
/* 16:52 */waypoints[55].origin = (586.358, 730.315, 192.077);
/* 16:52 */waypoints[55].type = "grenade";
/* 16:52 */waypoints[55].childCount = 1;
/* 16:52 */waypoints[55].children[0] = 25;
/* 16:52 */waypoints[55].angles = (-29.6466, -100.52, 0);
/* 16:52 */waypoints[56] = spawnstruct();
/* 16:52 */waypoints[56].origin = (662.354, 635.756, 192.077);
/* 16:52 */waypoints[56].type = "grenade";
/* 16:52 */waypoints[56].childCount = 1;
/* 16:52 */waypoints[56].children[0] = 26;
/* 16:52 */waypoints[56].angles = (-21.4673, -168.976, 0);
/* 16:52 */waypoints[57] = spawnstruct();
/* 16:52 */waypoints[57].origin = (117.159, 353.125, 192.077);
/* 16:52 */waypoints[57].type = "claymore";
/* 16:52 */waypoints[57].childCount = 1;
/* 16:52 */waypoints[57].children[0] = 0;
/* 16:52 */waypoints[57].angles = (18.0945, 157.45, 0);
/* 16:52 */waypoints[58] = spawnstruct();
/* 16:52 */waypoints[58].origin = (269.892, 206.875, 201.125);
/* 16:52 */waypoints[58].type = "crouch";
/* 16:52 */waypoints[58].childCount = 1;
/* 16:52 */waypoints[58].children[0] = 31;
/* 16:52 */waypoints[58].angles = (9.70093, -168.273, 0);
/* 16:52 */waypoints[59] = spawnstruct();
/* 16:52 */waypoints[59].origin = (165.952, 157.587, 201.125);
/* 16:52 */waypoints[59].type = "claymore";
/* 16:52 */waypoints[59].childCount = 1;
/* 16:52 */waypoints[59].children[0] = 31;
/* 16:52 */waypoints[59].angles = (18.6383, 163.168, 0);
/* 16:52 */waypoints[60] = spawnstruct();
/* 16:52 */waypoints[60].origin = (659.141, 31.3728, 201.125);
/* 16:52 */waypoints[60].type = "crouch";
/* 16:52 */waypoints[60].childCount = 1;
/* 16:52 */waypoints[60].children[0] = 29;
/* 16:52 */waypoints[60].angles = (10.7941, 82.0177, 0);
/* 16:52 */waypoints[61] = spawnstruct();
/* 16:52 */waypoints[61].origin = (668.763, 91.6303, 201.125);
/* 16:52 */waypoints[61].type = "claymore";
/* 16:52 */waypoints[61].childCount = 1;
/* 16:52 */waypoints[61].children[0] = 29;
/* 16:52 */waypoints[61].angles = (10.6842, 77.3265, 0);
/* 16:52 */waypoints[62] = spawnstruct();
/* 16:52 */waypoints[62].origin = (581.503, 241.125, 192.077);
/* 16:52 */waypoints[62].type = "claymore";
/* 16:52 */waypoints[62].childCount = 1;
/* 16:52 */waypoints[62].children[0] = 20;
/* 16:52 */waypoints[62].angles = (14.1724, 159.081, 0);
/* 16:52 */waypoints[63] = spawnstruct();
/* 16:52 */waypoints[63].origin = (337.125, 164.429, 192.077);
/* 16:52 */waypoints[63].type = "claymore";
/* 16:52 */waypoints[63].childCount = 1;
/* 16:52 */waypoints[63].children[0] = 7;
/* 16:52 */waypoints[63].angles = (22.3462, -67.4897, 0);
/* 16:52 */waypoints[64] = spawnstruct();
/* 16:52 */waypoints[64].origin = (337.125, 297.275, 192.077);
/* 16:52 */waypoints[64].type = "crouch";
/* 16:52 */waypoints[64].childCount = 1;
/* 16:52 */waypoints[64].children[0] = 7;
/* 16:52 */waypoints[64].angles = (6.21277, -48.3571, 0);
/* 16:52 */waypoints[65] = spawnstruct();
/* 16:52 */waypoints[65].origin = (625.427, -520.984, 192.406);
/* 16:52 */waypoints[65].type = "grenade";
/* 16:52 */waypoints[65].childCount = 1;
/* 16:52 */waypoints[65].children[0] = 23;
/* 16:52 */waypoints[65].angles = (-22.6703, 170.419, 0);
/* 16:52 */waypoints[66] = spawnstruct();
/* 16:52 */waypoints[66].origin = (666.143, -518.976, 192.354);
/* 16:52 */waypoints[66].type = "grenade";
/* 16:52 */waypoints[66].childCount = 1;
/* 16:52 */waypoints[66].children[0] = 22;
/* 16:52 */waypoints[66].angles = (-21.5771, 106.325, 0);
/* 16:52 */waypoints[67] = spawnstruct();
/* 16:52 */waypoints[67].origin = (-645.523, -571.162, 191.226);
/* 16:52 */waypoints[67].type = "grenade";
/* 16:52 */waypoints[67].childCount = 1;
/* 16:52 */waypoints[67].children[0] = 11;
/* 16:52 */waypoints[67].angles = (-25.719, 75.9148, 0);
/* 16:52 */waypoints[68] = spawnstruct();
/* 16:52 */waypoints[68].origin = (-670.623, -499.898, 187.333);
/* 16:52 */waypoints[68].type = "grenade";
/* 16:52 */waypoints[68].childCount = 1;
/* 16:52 */waypoints[68].children[0] = 12;
/* 16:52 */waypoints[68].angles = (-30.3003, 4.29492, 0);
/* 16:52 */waypoints[69] = spawnstruct();
/* 16:52 */waypoints[69].origin = (46.875, -43.8446, 192.077);
/* 16:52 */waypoints[69].type = "claymore";
/* 16:52 */waypoints[69].childCount = 1;
/* 16:52 */waypoints[69].children[0] = 18;
/* 16:52 */waypoints[69].angles = (17.3309, 111.011, 0);
/* 16:52 */waypoints[70] = spawnstruct();
/* 16:52 */waypoints[70].origin = (599.348, -68.9672, 192.077);
/* 16:52 */waypoints[70].type = "claymore";
/* 16:52 */waypoints[70].childCount = 1;
/* 16:52 */waypoints[70].children[0] = 33;
/* 16:52 */waypoints[70].angles = (18.2043, -177.424, 0);
/* 16:52 */waypoints[71] = spawnstruct();
/* 16:52 */waypoints[71].origin = (158.899, 529.62, 192.854);
/* 16:52 */waypoints[71].type = "claymore";
/* 16:52 */waypoints[71].childCount = 1;
/* 16:52 */waypoints[71].children[0] = 5;
/* 16:52 */waypoints[71].angles = (22.9999, -98.4437, 0);
/* 16:52 */waypoints[72] = spawnstruct();
/* 16:52 */waypoints[72].origin = (-166.163, -437.371, 192.589);
/* 16:52 */waypoints[72].type = "claymore";
/* 16:52 */waypoints[72].childCount = 1;
/* 16:52 */waypoints[72].children[0] = 36;
/* 16:52 */waypoints[72].angles = (22.489, 106.451, 0);
/* 16:52 */waypoints[73] = spawnstruct();
/* 16:52 */waypoints[73].origin = (-208.732, -457.476, 194.149);
/* 16:52 */waypoints[73].type = "claymore";
/* 16:52 */waypoints[73].childCount = 1;
/* 16:52 */waypoints[73].children[0] = 36;
/* 16:52 */waypoints[73].angles = (18.7811, -90.6324, 0);
/* 16:52 */waypoints[74] = spawnstruct();
/* 16:52 */waypoints[74].origin = (706.721, -470.317, 192.339);
/* 16:52 */waypoints[74].type = "grenade";
/* 16:52 */waypoints[74].childCount = 1;
/* 16:52 */waypoints[74].children[0] = 22;
/* 16:52 */waypoints[74].angles = (-21.0004, 149.567, 0);
/* 16:52 */return waypoints;
}

View File

@ -1,801 +0,0 @@
Showdown()
{
waypoints = [];
waypoints[0] = spawnstruct();
waypoints[0].origin = (505.812,-424.956,16.125);
waypoints[0].type = "stand";
waypoints[0].childCount = 2;
waypoints[0].children[0] = 1;
waypoints[0].children[1] = 85;
waypoints[1] = spawnstruct();
waypoints[1].origin = (537.303,-474.454,16.125);
waypoints[1].type = "stand";
waypoints[1].childCount = 3;
waypoints[1].children[0] = 0;
waypoints[1].children[1] = 56;
waypoints[1].children[2] = 85;
waypoints[2] = spawnstruct();
waypoints[2].origin = (291.322,-1833.98,16.125);
waypoints[2].type = "stand";
waypoints[2].childCount = 2;
waypoints[2].children[0] = 3;
waypoints[2].children[1] = 5;
waypoints[3] = spawnstruct();
waypoints[3].origin = (-39.6545,-1811.7,16.125);
waypoints[3].type = "stand";
waypoints[3].childCount = 4;
waypoints[3].children[0] = 4;
waypoints[3].children[1] = 2;
waypoints[3].children[2] = 78;
waypoints[3].children[3] = 5;
waypoints[4] = spawnstruct();
waypoints[4].origin = (-195.803,-1842.09,16.125);
waypoints[4].type = "stand";
waypoints[4].childCount = 3;
waypoints[4].children[0] = 3;
waypoints[4].children[1] = 78;
waypoints[4].children[2] = 111;
waypoints[5] = spawnstruct();
waypoints[5].origin = (115.975,-1711.53,16.125);
waypoints[5].type = "stand";
waypoints[5].childCount = 5;
waypoints[5].children[0] = 2;
waypoints[5].children[1] = 6;
waypoints[5].children[2] = 78;
waypoints[5].children[3] = 79;
waypoints[5].children[4] = 3;
waypoints[6] = spawnstruct();
waypoints[6].origin = (270.51,-1502.5,16.125);
waypoints[6].type = "stand";
waypoints[6].childCount = 3;
waypoints[6].children[0] = 5;
waypoints[6].children[1] = 7;
waypoints[6].children[2] = 79;
waypoints[7] = spawnstruct();
waypoints[7].origin = (523.467,-1317.58,16.125);
waypoints[7].type = "stand";
waypoints[7].childCount = 4;
waypoints[7].children[0] = 6;
waypoints[7].children[1] = 8;
waypoints[7].children[2] = 80;
waypoints[7].children[3] = 79;
waypoints[8] = spawnstruct();
waypoints[8].origin = (664.768,-955.798,18.5377);
waypoints[8].type = "stand";
waypoints[8].childCount = 3;
waypoints[8].children[0] = 7;
waypoints[8].children[1] = 9;
waypoints[8].children[2] = 81;
waypoints[9] = spawnstruct();
waypoints[9].origin = (990.06,-608.595,16.0857);
waypoints[9].type = "stand";
waypoints[9].childCount = 3;
waypoints[9].children[0] = 8;
waypoints[9].children[1] = 10;
waypoints[9].children[2] = 81;
waypoints[10] = spawnstruct();
waypoints[10].origin = (993.031,-313.964,16.0698);
waypoints[10].type = "stand";
waypoints[10].childCount = 3;
waypoints[10].children[0] = 9;
waypoints[10].children[1] = 11;
waypoints[10].children[2] = 12;
waypoints[11] = spawnstruct();
waypoints[11].origin = (734.615,-241.958,16.125);
waypoints[11].type = "stand";
waypoints[11].childCount = 5;
waypoints[11].children[0] = 10;
waypoints[11].children[1] = 12;
waypoints[11].children[2] = 13;
waypoints[11].children[3] = 98;
waypoints[11].children[4] = 103;
waypoints[12] = spawnstruct();
waypoints[12].origin = (968.686,-111.77,16.125);
waypoints[12].type = "stand";
waypoints[12].childCount = 3;
waypoints[12].children[0] = 11;
waypoints[12].children[1] = 10;
waypoints[12].children[2] = 102;
waypoints[13] = spawnstruct();
waypoints[13].origin = (670.691,151.523,16.125);
waypoints[13].type = "stand";
waypoints[13].childCount = 2;
waypoints[13].children[0] = 11;
waypoints[13].children[1] = 14;
waypoints[14] = spawnstruct();
waypoints[14].origin = (616.155,160.129,48.125);
waypoints[14].type = "stand";
waypoints[14].childCount = 2;
waypoints[14].children[0] = 13;
waypoints[14].children[1] = 15;
waypoints[15] = spawnstruct();
waypoints[15].origin = (546.602,158.084,0.124999);
waypoints[15].type = "stand";
waypoints[15].childCount = 4;
waypoints[15].children[0] = 14;
waypoints[15].children[1] = 16;
waypoints[15].children[2] = 96;
waypoints[15].children[3] = 97;
waypoints[16] = spawnstruct();
waypoints[16].origin = (387.278,376.577,0.124999);
waypoints[16].type = "stand";
waypoints[16].childCount = 2;
waypoints[16].children[0] = 15;
waypoints[16].children[1] = 17;
waypoints[17] = spawnstruct();
waypoints[17].origin = (-20.6483,442.87,16.125);
waypoints[17].type = "stand";
waypoints[17].childCount = 5;
waypoints[17].children[0] = 16;
waypoints[17].children[1] = 18;
waypoints[17].children[2] = 94;
waypoints[17].children[3] = 95;
waypoints[17].children[4] = 99;
waypoints[18] = spawnstruct();
waypoints[18].origin = (-276.216,434.67,0.125);
waypoints[18].type = "stand";
waypoints[18].childCount = 2;
waypoints[18].children[0] = 17;
waypoints[18].children[1] = 92;
waypoints[19] = spawnstruct();
waypoints[19].origin = (-746.266,385.411,88.125);
waypoints[19].type = "stand";
waypoints[19].childCount = 2;
waypoints[19].children[0] = 20;
waypoints[19].children[1] = 92;
waypoints[20] = spawnstruct();
waypoints[20].origin = (-758.784,562.358,192.125);
waypoints[20].type = "stand";
waypoints[20].childCount = 2;
waypoints[20].children[0] = 19;
waypoints[20].children[1] = 21;
waypoints[21] = spawnstruct();
waypoints[21].origin = (-663.918,567.227,192.125);
waypoints[21].type = "stand";
waypoints[21].childCount = 3;
waypoints[21].children[0] = 20;
waypoints[21].children[1] = 64;
waypoints[21].children[2] = 65;
waypoints[22] = spawnstruct();
waypoints[22].origin = (-517.21,252.793,0.124999);
waypoints[22].type = "stand";
waypoints[22].childCount = 4;
waypoints[22].children[0] = 23;
waypoints[22].children[1] = 91;
waypoints[22].children[2] = 92;
waypoints[22].children[3] = 94;
waypoints[23] = spawnstruct();
waypoints[23].origin = (-596.15,163.247,16.125);
waypoints[23].type = "stand";
waypoints[23].childCount = 4;
waypoints[23].children[0] = 22;
waypoints[23].children[1] = 24;
waypoints[23].children[2] = 91;
waypoints[23].children[3] = 93;
waypoints[24] = spawnstruct();
waypoints[24].origin = (-712.372,173.44,16.125);
waypoints[24].type = "stand";
waypoints[24].childCount = 3;
waypoints[24].children[0] = 25;
waypoints[24].children[1] = 23;
waypoints[24].children[2] = 88;
waypoints[25] = spawnstruct();
waypoints[25].origin = (-861.793,160.81,16.125);
waypoints[25].type = "stand";
waypoints[25].childCount = 3;
waypoints[25].children[0] = 24;
waypoints[25].children[1] = 26;
waypoints[25].children[2] = 101;
waypoints[26] = spawnstruct();
waypoints[26].origin = (-954.657,415.26,16.125);
waypoints[26].type = "stand";
waypoints[26].childCount = 2;
waypoints[26].children[0] = 25;
waypoints[26].children[1] = 27;
waypoints[27] = spawnstruct();
waypoints[27].origin = (-930.48,795.119,12.8512);
waypoints[27].type = "stand";
waypoints[27].childCount = 3;
waypoints[27].children[0] = 26;
waypoints[27].children[1] = 28;
waypoints[27].children[2] = 29;
waypoints[28] = spawnstruct();
waypoints[28].origin = (-730.137,871.643,11.2345);
waypoints[28].type = "stand";
waypoints[28].childCount = 2;
waypoints[28].children[0] = 27;
waypoints[28].children[1] = 31;
waypoints[29] = spawnstruct();
waypoints[29].origin = (-962.211,1196.61,5.24434);
waypoints[29].type = "stand";
waypoints[29].childCount = 2;
waypoints[29].children[0] = 27;
waypoints[29].children[1] = 30;
waypoints[30] = spawnstruct();
waypoints[30].origin = (-567.276,1271.91,4.05508);
waypoints[30].type = "stand";
waypoints[30].childCount = 3;
waypoints[30].children[0] = 29;
waypoints[30].children[1] = 31;
waypoints[30].children[2] = 32;
waypoints[31] = spawnstruct();
waypoints[31].origin = (-586.158,1045.79,7.32107);
waypoints[31].type = "stand";
waypoints[31].childCount = 2;
waypoints[31].children[0] = 30;
waypoints[31].children[1] = 28;
waypoints[32] = spawnstruct();
waypoints[32].origin = (-338.954,1316.85,-2.03107);
waypoints[32].type = "stand";
waypoints[32].childCount = 4;
waypoints[32].children[0] = 30;
waypoints[32].children[1] = 33;
waypoints[32].children[2] = 37;
waypoints[32].children[3] = 39;
waypoints[33] = spawnstruct();
waypoints[33].origin = (-281.942,1707.41,-1.875);
waypoints[33].type = "stand";
waypoints[33].childCount = 3;
waypoints[33].children[0] = 32;
waypoints[33].children[1] = 34;
waypoints[33].children[2] = 37;
waypoints[34] = spawnstruct();
waypoints[34].origin = (-6.74152,1920.84,-1.875);
waypoints[34].type = "stand";
waypoints[34].childCount = 3;
waypoints[34].children[0] = 33;
waypoints[34].children[1] = 35;
waypoints[34].children[2] = 38;
waypoints[35] = spawnstruct();
waypoints[35].origin = (323.083,1735.21,-3.87158);
waypoints[35].type = "stand";
waypoints[35].childCount = 4;
waypoints[35].children[0] = 34;
waypoints[35].children[1] = 36;
waypoints[35].children[2] = 38;
waypoints[35].children[3] = 104;
waypoints[36] = spawnstruct();
waypoints[36].origin = (382.238,1504.54,0.815162);
waypoints[36].type = "stand";
waypoints[36].childCount = 5;
waypoints[36].children[0] = 35;
waypoints[36].children[1] = 37;
waypoints[36].children[2] = 40;
waypoints[36].children[3] = 39;
waypoints[36].children[4] = 104;
waypoints[37] = spawnstruct();
waypoints[37].origin = (-26.8239,1469.4,18.1746);
waypoints[37].type = "stand";
waypoints[37].childCount = 5;
waypoints[37].children[0] = 36;
waypoints[37].children[1] = 33;
waypoints[37].children[2] = 38;
waypoints[37].children[3] = 32;
waypoints[37].children[4] = 39;
waypoints[38] = spawnstruct();
waypoints[38].origin = (116.04,1701.08,-1.875);
waypoints[38].type = "stand";
waypoints[38].childCount = 3;
waypoints[38].children[0] = 35;
waypoints[38].children[1] = 34;
waypoints[38].children[2] = 37;
waypoints[39] = spawnstruct();
waypoints[39].origin = (-8.94893,1299.2,8.125);
waypoints[39].type = "stand";
waypoints[39].childCount = 5;
waypoints[39].children[0] = 32;
waypoints[39].children[1] = 37;
waypoints[39].children[2] = 40;
waypoints[39].children[3] = 100;
waypoints[39].children[4] = 36;
waypoints[40] = spawnstruct();
waypoints[40].origin = (455.403,1263.83,0.80736);
waypoints[40].type = "stand";
waypoints[40].childCount = 4;
waypoints[40].children[0] = 39;
waypoints[40].children[1] = 36;
waypoints[40].children[2] = 41;
waypoints[40].children[3] = 42;
waypoints[41] = spawnstruct();
waypoints[41].origin = (597.815,952.998,0.125);
waypoints[41].type = "stand";
waypoints[41].childCount = 4;
waypoints[41].children[0] = 40;
waypoints[41].children[1] = 42;
waypoints[41].children[2] = 45;
waypoints[41].children[3] = 114;
waypoints[42] = spawnstruct();
waypoints[42].origin = (695.654,1285.26,0.633609);
waypoints[42].type = "stand";
waypoints[42].childCount = 5;
waypoints[42].children[0] = 40;
waypoints[42].children[1] = 41;
waypoints[42].children[2] = 43;
waypoints[42].children[3] = 105;
waypoints[42].children[4] = 106;
waypoints[43] = spawnstruct();
waypoints[43].origin = (1049.08,1175.52,0.125001);
waypoints[43].type = "stand";
waypoints[43].childCount = 3;
waypoints[43].children[0] = 42;
waypoints[43].children[1] = 44;
waypoints[43].children[2] = 106;
waypoints[44] = spawnstruct();
waypoints[44].origin = (1051.53,832.954,0.125001);
waypoints[44].type = "stand";
waypoints[44].childCount = 3;
waypoints[44].children[0] = 43;
waypoints[44].children[1] = 45;
waypoints[44].children[2] = 46;
waypoints[45] = spawnstruct();
waypoints[45].origin = (860.215,748.093,4.01932);
waypoints[45].type = "stand";
waypoints[45].childCount = 5;
waypoints[45].children[0] = 44;
waypoints[45].children[1] = 41;
waypoints[45].children[2] = 46;
waypoints[45].children[3] = 107;
waypoints[45].children[4] = 114;
waypoints[46] = spawnstruct();
waypoints[46].origin = (1115.09,663.253,16.125);
waypoints[46].type = "stand";
waypoints[46].childCount = 3;
waypoints[46].children[0] = 45;
waypoints[46].children[1] = 44;
waypoints[46].children[2] = 47;
waypoints[47] = spawnstruct();
waypoints[47].origin = (1119.5,467.566,184.125);
waypoints[47].type = "stand";
waypoints[47].childCount = 2;
waypoints[47].children[0] = 46;
waypoints[47].children[1] = 48;
waypoints[48] = spawnstruct();
waypoints[48].origin = (1054.24,383.648,184.125);
waypoints[48].type = "stand";
waypoints[48].childCount = 2;
waypoints[48].children[0] = 47;
waypoints[48].children[1] = 49;
waypoints[49] = spawnstruct();
waypoints[49].origin = (731.372,385.949,192.125);
waypoints[49].type = "stand";
waypoints[49].childCount = 3;
waypoints[49].children[0] = 48;
waypoints[49].children[1] = 50;
waypoints[49].children[2] = 51;
waypoints[50] = spawnstruct();
waypoints[50].origin = (645.881,551.47,192.125);
waypoints[50].type = "stand";
waypoints[50].childCount = 2;
waypoints[50].children[0] = 49;
waypoints[50].children[1] = 68;
waypoints[51] = spawnstruct();
waypoints[51].origin = (662.071,238.161,192.125);
waypoints[51].type = "stand";
waypoints[51].childCount = 2;
waypoints[51].children[0] = 49;
waypoints[51].children[1] = 52;
waypoints[52] = spawnstruct();
waypoints[52].origin = (660.251,-104.482,192.125);
waypoints[52].type = "stand";
waypoints[52].childCount = 3;
waypoints[52].children[0] = 51;
waypoints[52].children[1] = 54;
waypoints[52].children[2] = 53;
waypoints[53] = spawnstruct();
waypoints[53].origin = (735.331,-312.701,192.125);
waypoints[53].type = "stand";
waypoints[53].childCount = 3;
waypoints[53].children[0] = 54;
waypoints[53].children[1] = 52;
waypoints[53].children[2] = 55;
waypoints[54] = spawnstruct();
waypoints[54].origin = (646.806,-331.588,192.125);
waypoints[54].type = "stand";
waypoints[54].childCount = 3;
waypoints[54].children[0] = 52;
waypoints[54].children[1] = 53;
waypoints[54].children[2] = 57;
waypoints[55] = spawnstruct();
waypoints[55].origin = (759.845,-493.82,104.125);
waypoints[55].type = "stand";
waypoints[55].childCount = 2;
waypoints[55].children[0] = 53;
waypoints[55].children[1] = 56;
waypoints[56] = spawnstruct();
waypoints[56].origin = (675.205,-486.376,104.125);
waypoints[56].type = "stand";
waypoints[56].childCount = 2;
waypoints[56].children[0] = 55;
waypoints[56].children[1] = 1;
waypoints[57] = spawnstruct();
waypoints[57].origin = (626.279,-422.316,192.125);
waypoints[57].type = "stand";
waypoints[57].childCount = 2;
waypoints[57].children[0] = 54;
waypoints[57].children[1] = 58;
waypoints[58] = spawnstruct();
waypoints[58].origin = (366.824,-424.195,192.125);
waypoints[58].type = "stand";
waypoints[58].childCount = 2;
waypoints[58].children[0] = 59;
waypoints[58].children[1] = 57;
waypoints[59] = spawnstruct();
waypoints[59].origin = (-2.34399,-423.791,192.125);
waypoints[59].type = "stand";
waypoints[59].childCount = 2;
waypoints[59].children[0] = 60;
waypoints[59].children[1] = 58;
waypoints[60] = spawnstruct();
waypoints[60].origin = (-323.755,-417.004,192.125);
waypoints[60].type = "stand";
waypoints[60].childCount = 2;
waypoints[60].children[0] = 61;
waypoints[60].children[1] = 59;
waypoints[61] = spawnstruct();
waypoints[61].origin = (-702.528,-403.513,192.125);
waypoints[61].type = "stand";
waypoints[61].childCount = 2;
waypoints[61].children[0] = 60;
waypoints[61].children[1] = 62;
waypoints[62] = spawnstruct();
waypoints[62].origin = (-738.813,-298.498,192.125);
waypoints[62].type = "stand";
waypoints[62].childCount = 3;
waypoints[62].children[0] = 61;
waypoints[62].children[1] = 63;
waypoints[62].children[2] = 69;
waypoints[63] = spawnstruct();
waypoints[63].origin = (-670.498,1.26415,192.125);
waypoints[63].type = "stand";
waypoints[63].childCount = 2;
waypoints[63].children[0] = 62;
waypoints[63].children[1] = 64;
waypoints[64] = spawnstruct();
waypoints[64].origin = (-668.283,381.161,192.125);
waypoints[64].type = "stand";
waypoints[64].childCount = 2;
waypoints[64].children[0] = 63;
waypoints[64].children[1] = 21;
waypoints[65] = spawnstruct();
waypoints[65].origin = (-490.793,571.524,192.125);
waypoints[65].type = "stand";
waypoints[65].childCount = 2;
waypoints[65].children[0] = 21;
waypoints[65].children[1] = 66;
waypoints[66] = spawnstruct();
waypoints[66].origin = (-301.784,566.147,192.125);
waypoints[66].type = "stand";
waypoints[66].childCount = 2;
waypoints[66].children[0] = 65;
waypoints[66].children[1] = 67;
waypoints[67] = spawnstruct();
waypoints[67].origin = (14.7346,573.208,192.125);
waypoints[67].type = "stand";
waypoints[67].childCount = 2;
waypoints[67].children[0] = 66;
waypoints[67].children[1] = 68;
waypoints[68] = spawnstruct();
waypoints[68].origin = (305.039,571.19,192.125);
waypoints[68].type = "stand";
waypoints[68].childCount = 2;
waypoints[68].children[0] = 67;
waypoints[68].children[1] = 50;
waypoints[69] = spawnstruct();
waypoints[69].origin = (-865.677,-291.469,184.125);
waypoints[69].type = "stand";
waypoints[69].childCount = 2;
waypoints[69].children[0] = 62;
waypoints[69].children[1] = 70;
waypoints[70] = spawnstruct();
waypoints[70].origin = (-1125.46,-321.898,184.125);
waypoints[70].type = "stand";
waypoints[70].childCount = 2;
waypoints[70].children[0] = 69;
waypoints[70].children[1] = 71;
waypoints[71] = spawnstruct();
waypoints[71].origin = (-1106.26,-571.049,16.125);
waypoints[71].type = "stand";
waypoints[71].childCount = 4;
waypoints[71].children[0] = 70;
waypoints[71].children[1] = 72;
waypoints[71].children[2] = 75;
waypoints[71].children[3] = 110;
waypoints[72] = spawnstruct();
waypoints[72].origin = (-659.469,-730.962,16.125);
waypoints[72].type = "stand";
waypoints[72].childCount = 4;
waypoints[72].children[0] = 71;
waypoints[72].children[1] = 108;
waypoints[72].children[2] = 109;
waypoints[72].children[3] = 110;
waypoints[73] = spawnstruct();
waypoints[73].origin = (-646.755,-1255.77,16.125);
waypoints[73].type = "stand";
waypoints[73].childCount = 3;
waypoints[73].children[0] = 74;
waypoints[73].children[1] = 76;
waypoints[73].children[2] = 109;
waypoints[74] = spawnstruct();
waypoints[74].origin = (-876.086,-1248.7,16.125);
waypoints[74].type = "stand";
waypoints[74].childCount = 2;
waypoints[74].children[0] = 73;
waypoints[74].children[1] = 75;
waypoints[75] = spawnstruct();
waypoints[75].origin = (-965.944,-952.733,16.125);
waypoints[75].type = "stand";
waypoints[75].childCount = 2;
waypoints[75].children[0] = 74;
waypoints[75].children[1] = 71;
waypoints[76] = spawnstruct();
waypoints[76].origin = (-353.091,-1333.87,16.125);
waypoints[76].type = "stand";
waypoints[76].childCount = 3;
waypoints[76].children[0] = 73;
waypoints[76].children[1] = 77;
waypoints[76].children[2] = 79;
waypoints[77] = spawnstruct();
waypoints[77].origin = (-320.427,-1501.57,16.125);
waypoints[77].type = "stand";
waypoints[77].childCount = 2;
waypoints[77].children[0] = 76;
waypoints[77].children[1] = 78;
waypoints[78] = spawnstruct();
waypoints[78].origin = (-145.803,-1646.58,16.125);
waypoints[78].type = "stand";
waypoints[78].childCount = 5;
waypoints[78].children[0] = 77;
waypoints[78].children[1] = 4;
waypoints[78].children[2] = 3;
waypoints[78].children[3] = 5;
waypoints[78].children[4] = 79;
waypoints[79] = spawnstruct();
waypoints[79].origin = (-9.68692,-1389.69,17.0544);
waypoints[79].type = "stand";
waypoints[79].childCount = 6;
waypoints[79].children[0] = 5;
waypoints[79].children[1] = 78;
waypoints[79].children[2] = 76;
waypoints[79].children[3] = 6;
waypoints[79].children[4] = 7;
waypoints[79].children[5] = 82;
waypoints[80] = spawnstruct();
waypoints[80].origin = (945.134,-1299.76,16.125);
waypoints[80].type = "stand";
waypoints[80].childCount = 2;
waypoints[80].children[0] = 7;
waypoints[80].children[1] = 81;
waypoints[81] = spawnstruct();
waypoints[81].origin = (964.397,-912.064,16.2567);
waypoints[81].type = "stand";
waypoints[81].childCount = 3;
waypoints[81].children[0] = 80;
waypoints[81].children[1] = 9;
waypoints[81].children[2] = 8;
waypoints[82] = spawnstruct();
waypoints[82].origin = (24.8224,-1003.39,16.0088);
waypoints[82].type = "stand";
waypoints[82].childCount = 2;
waypoints[82].children[0] = 79;
waypoints[82].children[1] = 83;
waypoints[83] = spawnstruct();
waypoints[83].origin = (-34.5625,-682.197,16.0088);
waypoints[83].type = "stand";
waypoints[83].childCount = 2;
waypoints[83].children[0] = 82;
waypoints[83].children[1] = 84;
waypoints[84] = spawnstruct();
waypoints[84].origin = (25.6259,-447.97,16.0088);
waypoints[84].type = "stand";
waypoints[84].childCount = 5;
waypoints[84].children[0] = 83;
waypoints[84].children[1] = 85;
waypoints[84].children[2] = 86;
waypoints[84].children[3] = 89;
waypoints[84].children[4] = 90;
waypoints[85] = spawnstruct();
waypoints[85].origin = (318.792,-442.476,16.0088);
waypoints[85].type = "stand";
waypoints[85].childCount = 3;
waypoints[85].children[0] = 84;
waypoints[85].children[1] = 0;
waypoints[85].children[2] = 1;
waypoints[86] = spawnstruct();
waypoints[86].origin = (-218.847,-438.109,16.0088);
waypoints[86].type = "stand";
waypoints[86].childCount = 2;
waypoints[86].children[0] = 84;
waypoints[86].children[1] = 87;
waypoints[87] = spawnstruct();
waypoints[87].origin = (-693.322,-423.187,16.0088);
waypoints[87].type = "stand";
waypoints[87].childCount = 2;
waypoints[87].children[0] = 86;
waypoints[87].children[1] = 88;
waypoints[88] = spawnstruct();
waypoints[88].origin = (-708.497,-72.4109,16.0088);
waypoints[88].type = "stand";
waypoints[88].childCount = 2;
waypoints[88].children[0] = 87;
waypoints[88].children[1] = 24;
waypoints[89] = spawnstruct();
waypoints[89].origin = (-130.83,-223.262,0.125);
waypoints[89].type = "stand";
waypoints[89].childCount = 4;
waypoints[89].children[0] = 84;
waypoints[89].children[1] = 90;
waypoints[89].children[2] = 91;
waypoints[89].children[3] = 93;
waypoints[90] = spawnstruct();
waypoints[90].origin = (129.025,-178.039,0.125);
waypoints[90].type = "stand";
waypoints[90].childCount = 6;
waypoints[90].children[0] = 84;
waypoints[90].children[1] = 89;
waypoints[90].children[2] = 96;
waypoints[90].children[3] = 97;
waypoints[90].children[4] = 98;
waypoints[90].children[5] = 93;
waypoints[91] = spawnstruct();
waypoints[91].origin = (-496.043,-77.612,0.125);
waypoints[91].type = "stand";
waypoints[91].childCount = 4;
waypoints[91].children[0] = 89;
waypoints[91].children[1] = 23;
waypoints[91].children[2] = 22;
waypoints[91].children[3] = 93;
waypoints[92] = spawnstruct();
waypoints[92].origin = (-534.335,388.236,7.64728);
waypoints[92].type = "stand";
waypoints[92].childCount = 4;
waypoints[92].children[0] = 22;
waypoints[92].children[1] = 18;
waypoints[92].children[2] = 19;
waypoints[92].children[3] = 94;
waypoints[93] = spawnstruct();
waypoints[93].origin = (-199.832,96.0957,0.124999);
waypoints[93].type = "stand";
waypoints[93].childCount = 6;
waypoints[93].children[0] = 89;
waypoints[93].children[1] = 91;
waypoints[93].children[2] = 94;
waypoints[93].children[3] = 90;
waypoints[93].children[4] = 95;
waypoints[93].children[5] = 23;
waypoints[94] = spawnstruct();
waypoints[94].origin = (-122.751,283.863,0.124999);
waypoints[94].type = "stand";
waypoints[94].childCount = 5;
waypoints[94].children[0] = 93;
waypoints[94].children[1] = 17;
waypoints[94].children[2] = 92;
waypoints[94].children[3] = 22;
waypoints[94].children[4] = 95;
waypoints[95] = spawnstruct();
waypoints[95].origin = (104.783,261.223,0.125);
waypoints[95].type = "stand";
waypoints[95].childCount = 4;
waypoints[95].children[0] = 17;
waypoints[95].children[1] = 96;
waypoints[95].children[2] = 93;
waypoints[95].children[3] = 94;
waypoints[96] = spawnstruct();
waypoints[96].origin = (186.481,28.8222,0.125);
waypoints[96].type = "stand";
waypoints[96].childCount = 4;
waypoints[96].children[0] = 95;
waypoints[96].children[1] = 90;
waypoints[96].children[2] = 15;
waypoints[96].children[3] = 97;
waypoints[97] = spawnstruct();
waypoints[97].origin = (452.621,-79.9207,0.125);
waypoints[97].type = "stand";
waypoints[97].childCount = 4;
waypoints[97].children[0] = 15;
waypoints[97].children[1] = 90;
waypoints[97].children[2] = 98;
waypoints[97].children[3] = 96;
waypoints[98] = spawnstruct();
waypoints[98].origin = (538.879,-249.726,0.125);
waypoints[98].type = "stand";
waypoints[98].childCount = 3;
waypoints[98].children[0] = 97;
waypoints[98].children[1] = 11;
waypoints[98].children[2] = 90;
waypoints[99] = spawnstruct();
waypoints[99].origin = (-32.1886,797.337,16.125);
waypoints[99].type = "stand";
waypoints[99].childCount = 2;
waypoints[99].children[0] = 17;
waypoints[99].children[1] = 100;
waypoints[100] = spawnstruct();
waypoints[100].origin = (24.8883,1097.62,16.125);
waypoints[100].type = "stand";
waypoints[100].childCount = 2;
waypoints[100].children[0] = 99;
waypoints[100].children[1] = 39;
waypoints[101] = spawnstruct();
waypoints[101].origin = (-942.212,-139.769,16.125);
waypoints[101].type = "stand";
waypoints[101].childCount = 1;
waypoints[101].children[0] = 25;
waypoints[102] = spawnstruct();
waypoints[102].origin = (961.552,255.482,15.3501);
waypoints[102].type = "stand";
waypoints[102].childCount = 1;
waypoints[102].children[0] = 12;
waypoints[103] = spawnstruct();
waypoints[103].origin = (655.375,-317.287,16.125);
waypoints[103].type = "stand";
waypoints[103].childCount = 1;
waypoints[103].children[0] = 11;
waypoints[104] = spawnstruct();
waypoints[104].origin = (431.222,1608.22,3.50296);
waypoints[104].type = "stand";
waypoints[104].childCount = 2;
waypoints[104].children[0] = 35;
waypoints[104].children[1] = 36;
waypoints[105] = spawnstruct();
waypoints[105].origin = (962.756,1433.83,0.748573);
waypoints[105].type = "stand";
waypoints[105].childCount = 2;
waypoints[105].children[0] = 42;
waypoints[105].children[1] = 106;
waypoints[106] = spawnstruct();
waypoints[106].origin = (897.747,1288.22,0.400695);
waypoints[106].type = "stand";
waypoints[106].childCount = 3;
waypoints[106].children[0] = 105;
waypoints[106].children[1] = 42;
waypoints[106].children[2] = 43;
waypoints[107] = spawnstruct();
waypoints[107].origin = (749.668,687.343,11.8986);
waypoints[107].type = "stand";
waypoints[107].childCount = 2;
waypoints[107].children[0] = 45;
waypoints[107].children[1] = 114;
waypoints[108] = spawnstruct();
waypoints[108].origin = (-500.519,-952.662,16.125);
waypoints[108].type = "stand";
waypoints[108].childCount = 2;
waypoints[108].children[0] = 72;
waypoints[108].children[1] = 109;
waypoints[109] = spawnstruct();
waypoints[109].origin = (-634.56,-1027.6,16.125);
waypoints[109].type = "stand";
waypoints[109].childCount = 3;
waypoints[109].children[0] = 73;
waypoints[109].children[1] = 108;
waypoints[109].children[2] = 72;
waypoints[110] = spawnstruct();
waypoints[110].origin = (-612.432,-586.304,16.125);
waypoints[110].type = "stand";
waypoints[110].childCount = 2;
waypoints[110].children[0] = 72;
waypoints[110].children[1] = 71;
waypoints[111] = spawnstruct();
waypoints[111].origin = (-349.851,-1829.05,16.125);
waypoints[111].type = "stand";
waypoints[111].childCount = 1;
waypoints[111].children[0] = 4;
waypoints[112] = spawnstruct();
waypoints[112].origin = (375.916,807.075,104.125);
waypoints[112].type = "stand";
waypoints[112].childCount = 1;
waypoints[112].children[0] = 113;
waypoints[113] = spawnstruct();
waypoints[113].origin = (447.038,801.978,100.352);
waypoints[113].type = "stand";
waypoints[113].childCount = 2;
waypoints[113].children[0] = 112;
waypoints[113].children[1] = 114;
waypoints[114] = spawnstruct();
waypoints[114].origin = (651.898,799.593,0.124998);
waypoints[114].type = "stand";
waypoints[114].childCount = 4;
waypoints[114].children[0] = 113;
waypoints[114].children[1] = 41;
waypoints[114].children[2] = 107;
waypoints[114].children[3] = 45;
return waypoints;
}

View File

@ -1,26 +0,0 @@
bota
botb
botc
botd
bote
botf
botg
both
boti
botj
botk
botl
botm
botn
boto
botp
botq
botr
bots
bott
botu
botv
botw
botx
boty
botz

View File

@ -1 +0,0 @@
start "" "%~dp0cod4x18_dedrun.exe" +set dedicated "1" +set sv_maxclients "64" +set net_port "28965" +set fs_game "mods/bots" +exec localbotserver.cfg +map_rotate

View File

@ -1 +0,0 @@
start "" "%~dp0iw3mp.exe" +connect 127.0.0.1:28965

View File

@ -1,71 +0,0 @@
# CoD4x Bot Warfare v2.1.0
Bot Warfare is a GSC mod for the CoD4x project.
It aims to add playable AI to the multiplayer games of CoD4.
You can find the more information at the Git Repo: https://github.com/ineedbots/cod4x_bot_warfare
**Important to public dedicated servers**
The 'bots_main_firstIsHost' DVAR is enabled by default!
This is so inexperienced users of the mod can access with menu without any configuration.
Make sure to disable this DVAR by adding 'set bots_main_firstIsHost 0' in your server config!
## Installation
0. Make sure that CoD4x server + client is installed, updated and working properly.
- Go to https://cod4x.ovh/ and download the Windows Server zip file. Move the contents of 'cod4x-windows-server' into your CoD4 game folder.
1. Locate your CoD4x server install folder.
2. Move the files/folders found in 'Add to root of CoD4x server' from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder.
- The folder/file structure should follow as '.CoD4x server folder\main_shared\maps\mp\bots\_bot.gsc'.
3. The mod is now installed.
- You can use the z_localserver.bat to start a local server.
- You can use the z_playserver.bat to join the local server and play!
## Documentation
### Menu Usage
- You can open the menu by pressing the primary grenade and secondary grenade buttons together.
- You can navigate the options by the pressing the ADS and fire keys, and you can select options by pressing your melee key.
- Pressing the menu button again closes menus.
## Changelog
- v2.1.0
- Bot chatter system, bots_main_chat
- Greatly reduce script variable usage
- Improved bots mantling and stuck
- Fix some runtime errors
- Bots sprint more
- Improved bots sight on enemies
- Bots do random actions while waiting at an objective
- Improved bots from getting stuck
- Better bot difficulty management, bots_skill_min and bots_skill_max
- v2.0.1
- Reduced bots crouching
- Increased bots sprinting
- Improved bots mantling, crouching and knifing glass when needed
- Fixed possible script runtime errors
- Improved domination
- Bots use explosives more if they have it
- Bots aim slower when ads'ing
- Fixed bots holding breath
- Fixed bots rubberbanding movement when their goal changes
- Added bots quickscoping with snipers
- Added bots reload canceling and fast swaps
- Bots use C4
- Improved revenge
- Bots can swap weapons on spawn more likely
- v2.0.0
- Initial reboot release
## Credits
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
- INeedGames(me) - http://www.moddb.com/mods/bot-warfare
- PeZBot team - http://www.moddb.com/mods/pezbot
- Ability
- Salvation
Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due!
-INeedGames/INeedBot(s) @ ineedbots@outlook.com

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -0,0 +1,20 @@
# IW3 Bot Warfare Waypoints
Welcome to the collection of waypoints for IW3 Bot Warfare.
This repo contains all of the waypoints in CSV format, a format that Bot Warfare can read at run time.
[Here is a tool](https://github.com/ineedbots/bw_node_tools/blob/master/src/gscwptocsv.js) that will convert a PeZBOT GSC into the CSV format.
## Waypoint Creators
- Freddy & Metaljag
- CannerZ45
- JAK (BF2all)
- MikeTheGuy
- Botmancod
- Hugo HG
- Stendby

View File

@ -0,0 +1,34 @@
33
-91.7391 1296.84 4.125,3 1,undefined,,,
-513.47 1297.05 4.125,0 2,undefined,,,
-513.532 892.596 4.125,1 4 3,undefined,,,
-95.627 888.155 4.125,0 22 2,undefined,,,
-515.998 507.737 4.125,2 5,undefined,,,
-513.599 95.4036 4.125,4 6,undefined,,,
-517.385 -314.375 4.125,5 7,undefined,,,
-517.357 -733.17 4.125,6 8,undefined,,,
-517.011 -1147.4 4.125,7 9,undefined,,,
-120.81 -1178.33 4.125,8 10 14,undefined,,,
-84.3189 -752.401 4.125,9 11,undefined,,,
299.118 -751.464 4.125,10 12,undefined,,,
705.61 -762.512 4.125,11 13 16 17,undefined,,,
732.46 -1171.01 4.125,14 12 15,undefined,,,
314.28 -1171.1 4.125,13 9,undefined,,,
1122.23 -1173.9 4.125,13 16,undefined,,,
1134.21 -779.143 4.125,15 12 32,undefined,,,
711.291 -372.404 4.125,12 18 23,undefined,,,
307.242 -334.239 4.125,17 19,undefined,,,
307.287 62.6363 4.125,18 20 21 24,undefined,,,
-102.402 70.1358 4.125,19,undefined,,,
312.679 465.682 4.125,19 22 25,undefined,,,
-106.068 473.136 4.125,21 3,undefined,,,
912.448 -340.926 4.125,17,undefined,,,
487.993 73.6146 4.125,19,undefined,,,
293.392 879.101 4.125,21 26,undefined,,,
712.057 888.205 4.125,25 27,undefined,,,
723.093 473.955 4.125,26 28,undefined,,,
1128.75 470.504 4.125,27 29,undefined,,,
1537.53 471.798 4.125,28 30,undefined,,,
1542.56 85.6186 4.125,29 31,undefined,,,
1542.67 -336.824 4.125,30 32,undefined,,,
1542.76 -749.58 4.125,31 16,undefined,,,
1 33
2 -91.7391 1296.84 4.125,3 1,undefined,,,
3 -513.47 1297.05 4.125,0 2,undefined,,,
4 -513.532 892.596 4.125,1 4 3,undefined,,,
5 -95.627 888.155 4.125,0 22 2,undefined,,,
6 -515.998 507.737 4.125,2 5,undefined,,,
7 -513.599 95.4036 4.125,4 6,undefined,,,
8 -517.385 -314.375 4.125,5 7,undefined,,,
9 -517.357 -733.17 4.125,6 8,undefined,,,
10 -517.011 -1147.4 4.125,7 9,undefined,,,
11 -120.81 -1178.33 4.125,8 10 14,undefined,,,
12 -84.3189 -752.401 4.125,9 11,undefined,,,
13 299.118 -751.464 4.125,10 12,undefined,,,
14 705.61 -762.512 4.125,11 13 16 17,undefined,,,
15 732.46 -1171.01 4.125,14 12 15,undefined,,,
16 314.28 -1171.1 4.125,13 9,undefined,,,
17 1122.23 -1173.9 4.125,13 16,undefined,,,
18 1134.21 -779.143 4.125,15 12 32,undefined,,,
19 711.291 -372.404 4.125,12 18 23,undefined,,,
20 307.242 -334.239 4.125,17 19,undefined,,,
21 307.287 62.6363 4.125,18 20 21 24,undefined,,,
22 -102.402 70.1358 4.125,19,undefined,,,
23 312.679 465.682 4.125,19 22 25,undefined,,,
24 -106.068 473.136 4.125,21 3,undefined,,,
25 912.448 -340.926 4.125,17,undefined,,,
26 487.993 73.6146 4.125,19,undefined,,,
27 293.392 879.101 4.125,21 26,undefined,,,
28 712.057 888.205 4.125,25 27,undefined,,,
29 723.093 473.955 4.125,26 28,undefined,,,
30 1128.75 470.504 4.125,27 29,undefined,,,
31 1537.53 471.798 4.125,28 30,undefined,,,
32 1542.56 85.6186 4.125,29 31,undefined,,,
33 1542.67 -336.824 4.125,30 32,undefined,,,
34 1542.76 -749.58 4.125,31 16,undefined,,,

View File

@ -0,0 +1,114 @@
113
1733.58 233.16 136.125,24 23 13,stand,,,
1453 -206.2 0.125,94 95,stand,,,
2183.12 240.522 -127.875,3,stand,,,
2157.11 -13.5664 -127.875,2 4,stand,,,
2311.73 -15.5734 -127.875,3 5,stand,,,
2288.88 310.29 0.125,4 6 92,stand,,,
2216.97 280.773 0.125,5 7 92,stand,,,
2219.71 -23.0341 0.125,6 8,stand,,,
2308.17 -13.9387 0.125,7 9,stand,,,
2328.48 268.216 128.125,8 10,stand,,,
2260.59 348.646 136.125,9 11,stand,,,
2064.81 338.414 136.125,10 12 14 24 17 25,stand,,,
1632.71 -56.1313 136.125,11 13 14 22 23 24 25,stand,,,
1812.12 -149.269 136.125,12 14 22 0,stand,,,
2173.09 -28.1784 136.125,13 11 12 15 17,stand,,,
2344.27 16.8739 136.125,16 14 17,climb,9.53491 89.081 0,,
2337.7 54.0345 244.125,15,climb,7.20032 91.108 0,,
2312 -208.322 136.125,14 15 21 11,stand,,,
2090.09 -376.612 40.125,19 93,stand,,,
2141.46 -424.214 10.125,18 20,stand,,,
2260.75 -407.277 10.125,19 21,climb,2.56409 87.5739 0,,
2261.49 -367.761 140.125,20 17,climb,81.6656 91.3422 0,,
1456.3 178.006 136.125,12 13 23 26 30,stand,,,
1690.37 128.417 136.125,0 12 24 22,stand,,,
1876.51 251.916 136.125,0 23 12 11 25,stand,,,
1511.61 -275.268 136.125,12 24 11 26 27 28 30 112,stand,,,
1238.5 24.3717 136.125,22 25 27 28 30,stand,,,
1289.75 -277.416 136.125,25 26 28,stand,,,
1243.26 276.144 136.125,26 25 27 29 112,stand,,,
940.341 265.083 136.125,30 28 36 112,stand,,,
1086.62 -82.7684 136.125,26 25 29 22 31 36,stand,,,
841.048 -255.803 136.125,30 32 34,stand,,,
423.835 -322.087 136.125,31 33 37 105,stand,,,
255.63 135.289 136.125,32 34 37 38 105,stand,,,
651.811 235.207 136.125,33 31 35 37,stand,,,
784.952 43.6093 136.125,34 36,stand,,,
944.779 167.056 136.125,29 30 35 112,stand,,,
479.938 8.19693 136.125,34 32 33 38 105,stand,,,
-174.12 0.257538 136.125,33 37 39 40,stand,,,
-430.595 -108.045 136.125,38 44 45,stand,,,
-309.213 12.8544 136.125,38 41,stand,,,
-494.578 178.099 136.125,40 42 43,stand,,,
-385.362 269.799 136.125,41 48,stand,,,
-683.572 279.303 136.125,41 44 45 51,stand,,,
-795.361 85.1956 136.125,43 39 45,stand,,,
-878.039 -33.4477 136.125,39 44 43,stand,,,
-208.505 416.134 10.125,47 102 107 108,stand,,,
-381.332 415.125 10.1412,46 48,climb,6.18958 -89.4159 0,,
-381.262 381.438 140.125,47 42,climb,8.79333 -84.6643 0,,
-824.489 240.749 0.935783,50 52 54,stand,,,
-824.181 344.875 0.125002,49 51,climb,0.52063 90.705 0,,
-786.003 344.435 136.125,50 43,climb,60.083 88.3979 0,,
-969.645 192.84 1.125,49 53,stand,,,
-821.936 134.855 1.125,52 54,stand,,,
-524.898 242.007 1.12467,53 49 55 59,stand,,,
-393.706 205.237 0.125002,54 56 60 71,stand,,,
-376.834 -193.953 0.125,55 57 68,stand,,,
-309.5 -206.009 18.2773,56 58,stand,,,
-224.194 -171.441 0.125002,57 59,stand,,,
-240.741 257.243 1.125,58 54 71 70 106,stand,,,
-660.534 59.9441 1.04621,55 61 69 70 71,stand,,,
-641.537 -73.9196 1.04795,60 62 68,stand,,,
-554.322 -218.581 0.125002,61 63 63 68,stand,,,
-592.157 -305.256 0.125002,64 62 62 68,stand,,,
-593.869 -382.365 40.125,63 65,stand,,,
-527.224 -421.047 10.125,64 66,stand,,,
-168.344 -418.036 10.125,65 67 77,stand,,,
480.313 -422.535 10.125,76 77 66,stand,,,
-525.719 -108.292 2.80823,56 62 63 61,stand,,,
188.086 176.153 0.124998,60 70 71 80,stand,,,
16.1659 99.4017 0.124998,69 60 71 59 72,stand,,,
-337.133 81.1536 0.124998,55 60 70 69 59 106,stand,,,
90.4592 -73.2581 0.125002,70 73 84,stand,,,
431.51 -67.6764 0.383909,72 74 81 84,stand,,,
367.224 -213.226 0.124999,73 81 75,stand,,,
486.026 -311.535 0.124999,76 81 74,stand,,,
484.432 -375.919 40.1477,75 67,stand,,,
827.519 -426.026 10.125,79 67 66,stand,,,
828.309 -305.505 0.124999,79 80 100,stand,,,
825.257 -375.195 33.4722,77 78,stand,,,
820.428 69.1938 1.125,78 69 82 85 98,stand,,,
598.283 -103.718 0.124999,74 73 75 82 84,stand,,,
613.617 56.6777 1.125,81 83 80,stand,,,
283.634 60.791 0.125002,82 84,stand,,,
295.97 -43.0754 0.125002,83 72 73 81,stand,,,
878.779 194.709 0.125,80 86 109,stand,,,
1047.49 205.981 1.125,85 87 109,stand,,,
1184.99 352.944 0.124999,86 88,stand,,,
1558.39 343.08 0.125001,87 89,stand,,,
1540.8 112.242 0.125001,88 90 97,stand,,,
1689.13 50.6814 1.125,89 91 94,stand,,,
2007.9 64.0222 0.124998,90 92 93,stand,,,
2046.59 273.329 0.124998,91 5 6,stand,,,
2068.54 -287.147 0.125,18 91,stand,,,
1675.8 -180.166 0.125001,90 1 95,stand,,,
1318.66 -61.636 0.125001,1 96 94,stand,,,
1215.81 -22.4591 0.125,95 97 101,stand,,,
1203.76 118.287 1.02737,96 89 98,stand,,,
977.201 40.5211 0.125,97 80 99,stand,,,
972.907 -210.071 0.125001,98 100 101,stand,,,
921.692 -266.244 0.125001,99 78,stand,,,
1217.07 -241.919 1.125,99 96,stand,,,
182.922 413.127 10.1504,103 46,climb,15.5994 -87.7222 0,,
185.194 390.797 140.125,102 104,climb,-2.07214 -90.1886 0,,
196.821 351.087 136.125,103 105,stand,,,
341.216 341.414 136.125,104 33 32 37,stand,,,
-297.769 323.862 0.492422,107 59 71,stand,,,
-221.815 375.917 39.737,46 106,stand,,,
780.136 420.141 10.125,46 110 111,stand,,,
870.801 312.352 1.125,110 86 85,stand,,,
802.575 375.584 35.8361,108 109,stand,,,
1140.29 409.125 10.125,108 112,climb,18.4943 -90.086 0,,
1143.36 362.718 136.125,111 29 36 28 25,climb,16.1761 -90.2344 0,,
1 113
2 1733.58 233.16 136.125,24 23 13,stand,,,
3 1453 -206.2 0.125,94 95,stand,,,
4 2183.12 240.522 -127.875,3,stand,,,
5 2157.11 -13.5664 -127.875,2 4,stand,,,
6 2311.73 -15.5734 -127.875,3 5,stand,,,
7 2288.88 310.29 0.125,4 6 92,stand,,,
8 2216.97 280.773 0.125,5 7 92,stand,,,
9 2219.71 -23.0341 0.125,6 8,stand,,,
10 2308.17 -13.9387 0.125,7 9,stand,,,
11 2328.48 268.216 128.125,8 10,stand,,,
12 2260.59 348.646 136.125,9 11,stand,,,
13 2064.81 338.414 136.125,10 12 14 24 17 25,stand,,,
14 1632.71 -56.1313 136.125,11 13 14 22 23 24 25,stand,,,
15 1812.12 -149.269 136.125,12 14 22 0,stand,,,
16 2173.09 -28.1784 136.125,13 11 12 15 17,stand,,,
17 2344.27 16.8739 136.125,16 14 17,climb,9.53491 89.081 0,,
18 2337.7 54.0345 244.125,15,climb,7.20032 91.108 0,,
19 2312 -208.322 136.125,14 15 21 11,stand,,,
20 2090.09 -376.612 40.125,19 93,stand,,,
21 2141.46 -424.214 10.125,18 20,stand,,,
22 2260.75 -407.277 10.125,19 21,climb,2.56409 87.5739 0,,
23 2261.49 -367.761 140.125,20 17,climb,81.6656 91.3422 0,,
24 1456.3 178.006 136.125,12 13 23 26 30,stand,,,
25 1690.37 128.417 136.125,0 12 24 22,stand,,,
26 1876.51 251.916 136.125,0 23 12 11 25,stand,,,
27 1511.61 -275.268 136.125,12 24 11 26 27 28 30 112,stand,,,
28 1238.5 24.3717 136.125,22 25 27 28 30,stand,,,
29 1289.75 -277.416 136.125,25 26 28,stand,,,
30 1243.26 276.144 136.125,26 25 27 29 112,stand,,,
31 940.341 265.083 136.125,30 28 36 112,stand,,,
32 1086.62 -82.7684 136.125,26 25 29 22 31 36,stand,,,
33 841.048 -255.803 136.125,30 32 34,stand,,,
34 423.835 -322.087 136.125,31 33 37 105,stand,,,
35 255.63 135.289 136.125,32 34 37 38 105,stand,,,
36 651.811 235.207 136.125,33 31 35 37,stand,,,
37 784.952 43.6093 136.125,34 36,stand,,,
38 944.779 167.056 136.125,29 30 35 112,stand,,,
39 479.938 8.19693 136.125,34 32 33 38 105,stand,,,
40 -174.12 0.257538 136.125,33 37 39 40,stand,,,
41 -430.595 -108.045 136.125,38 44 45,stand,,,
42 -309.213 12.8544 136.125,38 41,stand,,,
43 -494.578 178.099 136.125,40 42 43,stand,,,
44 -385.362 269.799 136.125,41 48,stand,,,
45 -683.572 279.303 136.125,41 44 45 51,stand,,,
46 -795.361 85.1956 136.125,43 39 45,stand,,,
47 -878.039 -33.4477 136.125,39 44 43,stand,,,
48 -208.505 416.134 10.125,47 102 107 108,stand,,,
49 -381.332 415.125 10.1412,46 48,climb,6.18958 -89.4159 0,,
50 -381.262 381.438 140.125,47 42,climb,8.79333 -84.6643 0,,
51 -824.489 240.749 0.935783,50 52 54,stand,,,
52 -824.181 344.875 0.125002,49 51,climb,0.52063 90.705 0,,
53 -786.003 344.435 136.125,50 43,climb,60.083 88.3979 0,,
54 -969.645 192.84 1.125,49 53,stand,,,
55 -821.936 134.855 1.125,52 54,stand,,,
56 -524.898 242.007 1.12467,53 49 55 59,stand,,,
57 -393.706 205.237 0.125002,54 56 60 71,stand,,,
58 -376.834 -193.953 0.125,55 57 68,stand,,,
59 -309.5 -206.009 18.2773,56 58,stand,,,
60 -224.194 -171.441 0.125002,57 59,stand,,,
61 -240.741 257.243 1.125,58 54 71 70 106,stand,,,
62 -660.534 59.9441 1.04621,55 61 69 70 71,stand,,,
63 -641.537 -73.9196 1.04795,60 62 68,stand,,,
64 -554.322 -218.581 0.125002,61 63 63 68,stand,,,
65 -592.157 -305.256 0.125002,64 62 62 68,stand,,,
66 -593.869 -382.365 40.125,63 65,stand,,,
67 -527.224 -421.047 10.125,64 66,stand,,,
68 -168.344 -418.036 10.125,65 67 77,stand,,,
69 480.313 -422.535 10.125,76 77 66,stand,,,
70 -525.719 -108.292 2.80823,56 62 63 61,stand,,,
71 188.086 176.153 0.124998,60 70 71 80,stand,,,
72 16.1659 99.4017 0.124998,69 60 71 59 72,stand,,,
73 -337.133 81.1536 0.124998,55 60 70 69 59 106,stand,,,
74 90.4592 -73.2581 0.125002,70 73 84,stand,,,
75 431.51 -67.6764 0.383909,72 74 81 84,stand,,,
76 367.224 -213.226 0.124999,73 81 75,stand,,,
77 486.026 -311.535 0.124999,76 81 74,stand,,,
78 484.432 -375.919 40.1477,75 67,stand,,,
79 827.519 -426.026 10.125,79 67 66,stand,,,
80 828.309 -305.505 0.124999,79 80 100,stand,,,
81 825.257 -375.195 33.4722,77 78,stand,,,
82 820.428 69.1938 1.125,78 69 82 85 98,stand,,,
83 598.283 -103.718 0.124999,74 73 75 82 84,stand,,,
84 613.617 56.6777 1.125,81 83 80,stand,,,
85 283.634 60.791 0.125002,82 84,stand,,,
86 295.97 -43.0754 0.125002,83 72 73 81,stand,,,
87 878.779 194.709 0.125,80 86 109,stand,,,
88 1047.49 205.981 1.125,85 87 109,stand,,,
89 1184.99 352.944 0.124999,86 88,stand,,,
90 1558.39 343.08 0.125001,87 89,stand,,,
91 1540.8 112.242 0.125001,88 90 97,stand,,,
92 1689.13 50.6814 1.125,89 91 94,stand,,,
93 2007.9 64.0222 0.124998,90 92 93,stand,,,
94 2046.59 273.329 0.124998,91 5 6,stand,,,
95 2068.54 -287.147 0.125,18 91,stand,,,
96 1675.8 -180.166 0.125001,90 1 95,stand,,,
97 1318.66 -61.636 0.125001,1 96 94,stand,,,
98 1215.81 -22.4591 0.125,95 97 101,stand,,,
99 1203.76 118.287 1.02737,96 89 98,stand,,,
100 977.201 40.5211 0.125,97 80 99,stand,,,
101 972.907 -210.071 0.125001,98 100 101,stand,,,
102 921.692 -266.244 0.125001,99 78,stand,,,
103 1217.07 -241.919 1.125,99 96,stand,,,
104 182.922 413.127 10.1504,103 46,climb,15.5994 -87.7222 0,,
105 185.194 390.797 140.125,102 104,climb,-2.07214 -90.1886 0,,
106 196.821 351.087 136.125,103 105,stand,,,
107 341.216 341.414 136.125,104 33 32 37,stand,,,
108 -297.769 323.862 0.492422,107 59 71,stand,,,
109 -221.815 375.917 39.737,46 106,stand,,,
110 780.136 420.141 10.125,46 110 111,stand,,,
111 870.801 312.352 1.125,110 86 85,stand,,,
112 802.575 375.584 35.8361,108 109,stand,,,
113 1140.29 409.125 10.125,108 112,climb,18.4943 -90.086 0,,
114 1143.36 362.718 136.125,111 29 36 28 25,climb,16.1761 -90.2344 0,,

View File

@ -0,0 +1,144 @@
143
-1259.3 1521.5 8.83176,39,stand,,,
-2523.63 1174.27 12.9425,126,stand,,,
1724.3 -752.1 150.125,108,stand,,,
1688.74 652.6 11.4999,75,stand,,,
1881.7 -1090.4 9.19418,111,stand,,,
1896.6 -834.738 8.36909,110,stand,,,
1309.1 -229.9 8.31324,62 105 78,stand,,,
1896.3 -1265.6 8.46395,84,stand,,,
-1316.1 1168.7 8.83177,39,stand,,,
1303.37 -1616.98 8.12109,84 133,stand,,,
-1744.2 -26.8 9.27197,15 17 99,stand,,,
-2500.8 951.3 12.9426,126,stand,,,
-1931.6 2360.4 -11.4597,45 49,stand,,,
-1457.54 323.829 10.125,14,stand,,,
-1517.99 250.16 11.125,13 15 21 99,stand,,,
-1732.71 217.709 9.27197,14 10 20 40 99,stand,,,
-2085.49 341.317 12.3643,17,stand,,,
-1954.02 203.053 12.9425,10 16 18,stand,,,
-1925.3 459.111 12.9425,17 19 20 40 115,stand,,,
-1983.84 1011.93 12.9425,18 40 41 125,stand,,,
-1678.42 1369.06 9.27171,18 15 38 39 21 38 53 41 45 124 142,stand,,,
-1521.34 858.727 11.125,14 22 20 23 40 140,stand,,,
-1431.46 831.532 10.125,21 23,stand,,,
-1428.8 693.488 10.125,24 22 21,stand,,,
-1422.08 459.612 127.859,23 25,stand,,,
-1307.34 440.501 127.625,24 26,stand,,,
-1176.76 259.14 127.625,25 27 28,stand,,,
-985.833 313.273 127.625,26 28,stand,,,
-605.066 257.565 127.625,27 26 29,stand,,,
-280.386 287.564 127.625,28 30,stand,,,
-253.489 12.2056 127.625,29 31,stand,,,
-53.1065 21.1914 128.591,30 32,stand,,,
-50.4324 -242.792 8.93786,31 33,stand,,,
82.463 -436.886 8.49204,32 34 55 56 60 134 134 135,stand,,,
-545.9 -472.407 8.77093,33 35 97 36 135 134 136,stand,,,
-663.06 75.7119 8.77093,34 36 99 100 137,stand,,,
-654.501 329.688 8.93575,35 37 34,stand,,,
-923.941 336.218 8.93563,36 38 127,stand,,,
-986.444 1340.97 9.11872,37 20 39 20 53 127 41,stand,,,
-1238.49 1321.65 8.83176,0 8 38 20 41,stand,,,
-1947.23 759.343 12.9425,21 18 15 19,stand,,,
-2141.93 1281.33 12.9425,19 42 20 125 39 38 53,stand,,,
-2081.98 1491.97 22.5764,41 43,stand,,,
-2102.06 1655.49 16.739,42 44,stand,,,
-2099.16 1765.12 -11.452,43 45,stand,,,
-1782.85 2029.39 -14.3657,44 12 46 49 20 124,stand,,,
-1338.71 1878.65 -14.3672,45 47 50 67 47 124,stand,,,
-1295.89 2033.93 -14.4779,46 48 50 67 46 124 142,stand,,,
-1445.08 2407.19 -13.375,47 49,stand,,,
-1676.87 2295.44 -14.3657,48 12 45,stand,,,
-833.68 2065.92 -13.8191,47 46 51 67 68,stand,,,
-682.309 1924.19 2.35602,50 52 66,stand,,,
-531.821 1813.45 8.80289,51 53 66,stand,,,
-523.129 1335.35 9.11872,52 20 38 54 41,stand,,,
-200.74 1161.61 9.11872,53 55 128,stand,,,
145.441 597.945 8.49397,54 33 58 59 128,stand,,,
763.004 -376.281 8.49397,33 57 58 61 92 132 134 135,stand,,,
826.817 58.7864 8.49397,56 58 61 62 128,stand,,,
624.452 338.098 8.49397,57 56 55 61 128,stand,,,
-26.0185 250.809 8.49397,55 60,stand,,,
157.276 52.4291 8.77254,33 59 128,stand,,,
566.346 16.2675 8.49034,56 58 57,stand,,,
1441.01 59.4256 8.1211,57 63 75 6 77 105,stand,,,
1402.16 751.268 9.96331,62 64 72 73 75,stand,,,
-6.20524 2077.5 14.4919,63 65 70 71 72 74,stand,,,
-190.187 2141.88 16.5524,64 66 67,stand,,,
-305.421 1958.92 12.1376,65 52 51,stand,,,
-767.931 2207.9 -3.80063,65 50 47 46,stand,,,
-850.97 1868.39 -9.55448,50 69,stand,,,
-997.941 1860.35 -5.875,68,stand,,,
700.908 2142.76 9.96331,64 71 74 72,stand,,,
1455.47 2201.62 9.96331,70 64 72 73 74,stand,,,
677.053 1394.41 9.96331,63 64 71 70,stand,,,
1600.85 1073.57 8.90974,71 63 74,stand,,,
348.79 2212.9 9.96331,73 64 70 71,stand,,,
1571.64 354.552 8.1211,3 62 63 76 105,stand,,,
1819.7 148.668 8.23485,75 77,stand,,,
1579.5 -427.248 8.1211,76 62 78 79 83 105,stand,,,
1874.59 -312.151 8.1211,77 105 106 6,stand,,,
1455.62 -1097.63 8.1211,77 80 83 84 85 111,stand,,,
1190.87 -928.888 9.30819,81 79 133,stand,,,
1039.36 -931.666 24.1597,80 82,stand,,,
907.959 -933.021 9.1816,81 92,stand,,,
1291.68 -619.98 8.10396,77 79 133,stand,,,
1609.52 -1578.71 8.05915,79 7 9 112 114 133,stand,,,
1127.72 -1079.67 7.39142,79 86 92 133,stand,,,
1124.85 -1269.15 8.124,85 87 133,stand,,,
938.466 -1291.04 8.11967,86,stand,,,
657.451 -1309.58 8.1212,89,stand,,,
425.244 -1297.07 8.36798,88 90,stand,,,
225.365 -1261.5 6.13196,91 89 93 94,stand,,,
256.966 -988.443 9.15804,90 92,stand,,,
762.154 -966.285 8.12109,56 82 85 91 93 132,stand,,,
482.941 -1150.64 11.4345,92 90,stand,,,
-68.8762 -1385.3 12.2503,90 95 131,stand,,,
-491.273 -1018.09 8.17231,94 96 129 130,stand,,,
-516.127 -747.495 8.27592,95 97 98,stand,,,
-561.381 -636.627 8.27592,96 34 98,stand,,,
-729.896 -647.408 9.04598,96 103 97,stand,,,
-1405.81 77.4237 26.2123,35 14 15 10 100 101,stand,,,
-1155.12 30.3133 8.77093,35 99 101 138 139,stand,,,
-1123.82 -67.0565 8.77093,100 102 99,stand,,,
-895.646 -70.2334 8.27253,101 103,stand,,,
-914.462 -622.521 8.27253,102 98,stand,,,
1256.35 414.568 128.591,105,stand,,,
1258.92 128.178 8.11854,104 62 6 75 77 78,stand,,,
1869.31 -531.392 8.36909,78 107 109,stand,,,
1905.1 -584.208 8.36909,106 108,stand,,,
1879.2 -841.432 150.125,107 2,stand,,,
1742.43 -583.344 8.36909,106 110,stand,,,
1742.37 -851.378 8.36909,109 5 111,stand,,,
1747.2 -1122.62 8.36909,110 79 4,stand,,,
1897.17 -1716.95 11.4569,84 113 114,stand,,,
1708.91 -1873 9.0382,112,stand,,,
2067.99 -1649.52 8.6786,112 84,stand,,,
-2066.08 461.207 15.2328,18 116 118,stand,,,
-2158.78 870.337 13.2869,117 115 125,stand,,,
-2204.32 775.035 13.2869,116,stand,,,
-2196.83 460.99 13.2869,115 119,stand,,,
-2194.12 659.654 131.568,118 120,stand,,,
-2141.06 802.639 131.571,119 121 123,stand,,,
-2081.17 727.619 131.571,120 122,stand,,,
-2113.46 519.804 131.571,121,stand,,,
-2159.97 935.887 131.568,120,stand,,,
-1573.73 1823.66 -12.2275,20 46 47 45 125 142,stand,,,
-2169.55 1027.58 12.9425,41 116 19 124 126 142,stand,,,
-2440.51 1031.02 12.9425,125 1 11,stand,,,
-871.082 699.725 9.11872,37 38 128,stand,,,
25.5522 760.452 9.05611,55 54 58 57 60 127,stand,,,
-641.742 -1053.82 8.17216,95,stand,,,
-222 -1110.53 8.61306,95,stand,,,
5.91305 -1259.71 12.2503,94,stand,,,
741.479 -657.266 8.125,56 92,stand,,,
1285.16 -1268.54 8.1211,86 85 84 9 80 83,stand,,,
364.509 -450.289 8.49291,33 56 33 135 34,stand,,,
-234.422 -484.752 8.125,34 33 134 56,stand,,,
-465.604 -274.099 8.77093,34,stand,,,
-700.789 -143.111 8.77093,35,stand,,,
-1259.44 119.159 8.77093,100,stand,,,
-1287.32 -82.6304 8.77093,100,stand,,,
-1494.56 1007.26 10.125,21 141,stand,,,
-1364.75 964.77 10.1316,140,stand,,,
-1816.35 1621.3 -6.79547,124 47 20 125,stand,,,
1 143
2 -1259.3 1521.5 8.83176,39,stand,,,
3 -2523.63 1174.27 12.9425,126,stand,,,
4 1724.3 -752.1 150.125,108,stand,,,
5 1688.74 652.6 11.4999,75,stand,,,
6 1881.7 -1090.4 9.19418,111,stand,,,
7 1896.6 -834.738 8.36909,110,stand,,,
8 1309.1 -229.9 8.31324,62 105 78,stand,,,
9 1896.3 -1265.6 8.46395,84,stand,,,
10 -1316.1 1168.7 8.83177,39,stand,,,
11 1303.37 -1616.98 8.12109,84 133,stand,,,
12 -1744.2 -26.8 9.27197,15 17 99,stand,,,
13 -2500.8 951.3 12.9426,126,stand,,,
14 -1931.6 2360.4 -11.4597,45 49,stand,,,
15 -1457.54 323.829 10.125,14,stand,,,
16 -1517.99 250.16 11.125,13 15 21 99,stand,,,
17 -1732.71 217.709 9.27197,14 10 20 40 99,stand,,,
18 -2085.49 341.317 12.3643,17,stand,,,
19 -1954.02 203.053 12.9425,10 16 18,stand,,,
20 -1925.3 459.111 12.9425,17 19 20 40 115,stand,,,
21 -1983.84 1011.93 12.9425,18 40 41 125,stand,,,
22 -1678.42 1369.06 9.27171,18 15 38 39 21 38 53 41 45 124 142,stand,,,
23 -1521.34 858.727 11.125,14 22 20 23 40 140,stand,,,
24 -1431.46 831.532 10.125,21 23,stand,,,
25 -1428.8 693.488 10.125,24 22 21,stand,,,
26 -1422.08 459.612 127.859,23 25,stand,,,
27 -1307.34 440.501 127.625,24 26,stand,,,
28 -1176.76 259.14 127.625,25 27 28,stand,,,
29 -985.833 313.273 127.625,26 28,stand,,,
30 -605.066 257.565 127.625,27 26 29,stand,,,
31 -280.386 287.564 127.625,28 30,stand,,,
32 -253.489 12.2056 127.625,29 31,stand,,,
33 -53.1065 21.1914 128.591,30 32,stand,,,
34 -50.4324 -242.792 8.93786,31 33,stand,,,
35 82.463 -436.886 8.49204,32 34 55 56 60 134 134 135,stand,,,
36 -545.9 -472.407 8.77093,33 35 97 36 135 134 136,stand,,,
37 -663.06 75.7119 8.77093,34 36 99 100 137,stand,,,
38 -654.501 329.688 8.93575,35 37 34,stand,,,
39 -923.941 336.218 8.93563,36 38 127,stand,,,
40 -986.444 1340.97 9.11872,37 20 39 20 53 127 41,stand,,,
41 -1238.49 1321.65 8.83176,0 8 38 20 41,stand,,,
42 -1947.23 759.343 12.9425,21 18 15 19,stand,,,
43 -2141.93 1281.33 12.9425,19 42 20 125 39 38 53,stand,,,
44 -2081.98 1491.97 22.5764,41 43,stand,,,
45 -2102.06 1655.49 16.739,42 44,stand,,,
46 -2099.16 1765.12 -11.452,43 45,stand,,,
47 -1782.85 2029.39 -14.3657,44 12 46 49 20 124,stand,,,
48 -1338.71 1878.65 -14.3672,45 47 50 67 47 124,stand,,,
49 -1295.89 2033.93 -14.4779,46 48 50 67 46 124 142,stand,,,
50 -1445.08 2407.19 -13.375,47 49,stand,,,
51 -1676.87 2295.44 -14.3657,48 12 45,stand,,,
52 -833.68 2065.92 -13.8191,47 46 51 67 68,stand,,,
53 -682.309 1924.19 2.35602,50 52 66,stand,,,
54 -531.821 1813.45 8.80289,51 53 66,stand,,,
55 -523.129 1335.35 9.11872,52 20 38 54 41,stand,,,
56 -200.74 1161.61 9.11872,53 55 128,stand,,,
57 145.441 597.945 8.49397,54 33 58 59 128,stand,,,
58 763.004 -376.281 8.49397,33 57 58 61 92 132 134 135,stand,,,
59 826.817 58.7864 8.49397,56 58 61 62 128,stand,,,
60 624.452 338.098 8.49397,57 56 55 61 128,stand,,,
61 -26.0185 250.809 8.49397,55 60,stand,,,
62 157.276 52.4291 8.77254,33 59 128,stand,,,
63 566.346 16.2675 8.49034,56 58 57,stand,,,
64 1441.01 59.4256 8.1211,57 63 75 6 77 105,stand,,,
65 1402.16 751.268 9.96331,62 64 72 73 75,stand,,,
66 -6.20524 2077.5 14.4919,63 65 70 71 72 74,stand,,,
67 -190.187 2141.88 16.5524,64 66 67,stand,,,
68 -305.421 1958.92 12.1376,65 52 51,stand,,,
69 -767.931 2207.9 -3.80063,65 50 47 46,stand,,,
70 -850.97 1868.39 -9.55448,50 69,stand,,,
71 -997.941 1860.35 -5.875,68,stand,,,
72 700.908 2142.76 9.96331,64 71 74 72,stand,,,
73 1455.47 2201.62 9.96331,70 64 72 73 74,stand,,,
74 677.053 1394.41 9.96331,63 64 71 70,stand,,,
75 1600.85 1073.57 8.90974,71 63 74,stand,,,
76 348.79 2212.9 9.96331,73 64 70 71,stand,,,
77 1571.64 354.552 8.1211,3 62 63 76 105,stand,,,
78 1819.7 148.668 8.23485,75 77,stand,,,
79 1579.5 -427.248 8.1211,76 62 78 79 83 105,stand,,,
80 1874.59 -312.151 8.1211,77 105 106 6,stand,,,
81 1455.62 -1097.63 8.1211,77 80 83 84 85 111,stand,,,
82 1190.87 -928.888 9.30819,81 79 133,stand,,,
83 1039.36 -931.666 24.1597,80 82,stand,,,
84 907.959 -933.021 9.1816,81 92,stand,,,
85 1291.68 -619.98 8.10396,77 79 133,stand,,,
86 1609.52 -1578.71 8.05915,79 7 9 112 114 133,stand,,,
87 1127.72 -1079.67 7.39142,79 86 92 133,stand,,,
88 1124.85 -1269.15 8.124,85 87 133,stand,,,
89 938.466 -1291.04 8.11967,86,stand,,,
90 657.451 -1309.58 8.1212,89,stand,,,
91 425.244 -1297.07 8.36798,88 90,stand,,,
92 225.365 -1261.5 6.13196,91 89 93 94,stand,,,
93 256.966 -988.443 9.15804,90 92,stand,,,
94 762.154 -966.285 8.12109,56 82 85 91 93 132,stand,,,
95 482.941 -1150.64 11.4345,92 90,stand,,,
96 -68.8762 -1385.3 12.2503,90 95 131,stand,,,
97 -491.273 -1018.09 8.17231,94 96 129 130,stand,,,
98 -516.127 -747.495 8.27592,95 97 98,stand,,,
99 -561.381 -636.627 8.27592,96 34 98,stand,,,
100 -729.896 -647.408 9.04598,96 103 97,stand,,,
101 -1405.81 77.4237 26.2123,35 14 15 10 100 101,stand,,,
102 -1155.12 30.3133 8.77093,35 99 101 138 139,stand,,,
103 -1123.82 -67.0565 8.77093,100 102 99,stand,,,
104 -895.646 -70.2334 8.27253,101 103,stand,,,
105 -914.462 -622.521 8.27253,102 98,stand,,,
106 1256.35 414.568 128.591,105,stand,,,
107 1258.92 128.178 8.11854,104 62 6 75 77 78,stand,,,
108 1869.31 -531.392 8.36909,78 107 109,stand,,,
109 1905.1 -584.208 8.36909,106 108,stand,,,
110 1879.2 -841.432 150.125,107 2,stand,,,
111 1742.43 -583.344 8.36909,106 110,stand,,,
112 1742.37 -851.378 8.36909,109 5 111,stand,,,
113 1747.2 -1122.62 8.36909,110 79 4,stand,,,
114 1897.17 -1716.95 11.4569,84 113 114,stand,,,
115 1708.91 -1873 9.0382,112,stand,,,
116 2067.99 -1649.52 8.6786,112 84,stand,,,
117 -2066.08 461.207 15.2328,18 116 118,stand,,,
118 -2158.78 870.337 13.2869,117 115 125,stand,,,
119 -2204.32 775.035 13.2869,116,stand,,,
120 -2196.83 460.99 13.2869,115 119,stand,,,
121 -2194.12 659.654 131.568,118 120,stand,,,
122 -2141.06 802.639 131.571,119 121 123,stand,,,
123 -2081.17 727.619 131.571,120 122,stand,,,
124 -2113.46 519.804 131.571,121,stand,,,
125 -2159.97 935.887 131.568,120,stand,,,
126 -1573.73 1823.66 -12.2275,20 46 47 45 125 142,stand,,,
127 -2169.55 1027.58 12.9425,41 116 19 124 126 142,stand,,,
128 -2440.51 1031.02 12.9425,125 1 11,stand,,,
129 -871.082 699.725 9.11872,37 38 128,stand,,,
130 25.5522 760.452 9.05611,55 54 58 57 60 127,stand,,,
131 -641.742 -1053.82 8.17216,95,stand,,,
132 -222 -1110.53 8.61306,95,stand,,,
133 5.91305 -1259.71 12.2503,94,stand,,,
134 741.479 -657.266 8.125,56 92,stand,,,
135 1285.16 -1268.54 8.1211,86 85 84 9 80 83,stand,,,
136 364.509 -450.289 8.49291,33 56 33 135 34,stand,,,
137 -234.422 -484.752 8.125,34 33 134 56,stand,,,
138 -465.604 -274.099 8.77093,34,stand,,,
139 -700.789 -143.111 8.77093,35,stand,,,
140 -1259.44 119.159 8.77093,100,stand,,,
141 -1287.32 -82.6304 8.77093,100,stand,,,
142 -1494.56 1007.26 10.125,21 141,stand,,,
143 -1364.75 964.77 10.1316,140,stand,,,
144 -1816.35 1621.3 -6.79547,124 47 20 125,stand,,,

View File

@ -0,0 +1,324 @@
323
-124.5 1602 3.91817,10 11 26 322,stand,,,
829.2 1789.4 5.50769,189,stand,,,
1460.8 1046.6 3.91817,303,stand,,,
1406.2 -233.3 3.91817,238 236 251,stand,,,
672.463 -1394.62 3.91817,263,stand,,,
114.914 -1797.84 8.58386,265 266,stand,,,
-622.709 -1415.6 3.91817,113 114 307,stand,,,
-2506.3 -1115.29 3.91817,90 91,stand,,,
-2508.7 675.609 3.91817,73 74 70,stand,,,
-1799.29 1602.7 3.91817,16 72,stand,,,
119.408 1450.55 3.91817,0 25 322,stand,,,
-406.417 1461.61 3.91817,0 12 21 22 321 322,stand,,,
-746.136 1260.05 5.12269,11 13 20 21 321,stand,,,
-1111.43 1251.36 0.0405235,12 14 18 20,stand,,,
-1005.39 887.579 0.0405235,13 15 46 144,stand,,,
-1197.57 935.49 0.0405235,14 55 143,stand,,,
-1635.34 1603.43 3.91817,9 17 19,stand,,,
-1608.94 1319.14 3.91817,16 18 47,stand,,,
-1348.03 1305.11 5.125,17 13 143 19,stand,,,
-1204.34 1596.69 0.0405253,16 20 18,stand,,,
-1044.6 1413.37 0.0405253,19 13 12,stand,,,
-673.861 1512.42 3.91817,11 12,stand,,,
-300.552 1248.36 5.12269,11 23 304 321 322,stand,,,
-104.725 1302.63 5.10688,22 24,stand,,,
34.6356 1331.04 5.10688,23 25,stand,,,
222.283 1327.75 3.91817,24 10 27 28,stand,,,
195.637 1624.78 3.91817,0 27,stand,,,
476.228 1564.85 3.91817,26 25,stand,,,
82.367 1082.32 3.91817,25 29 306,stand,,,
-52.095 917.638 3.91817,28 30,stand,,,
-210.125 754.026 3.91817,29 31 305,stand,,,
-168.719 656.145 3.91817,30 32,stand,,,
-287.682 500.28 12.5772,31 33,stand,,,
-334.388 458.346 3.91817,32 34,stand,,,
-331.242 543.735 31.1432,33 35,stand,,,
-335.354 579.467 31.1432,34 36,stand,,,
-420.947 579.481 31.1607,35 37,stand,,,
-422.036 721.159 31.1607,36 38,stand,,,
-512.602 746.786 31.1607,37 39 42,stand,,,
-569.421 889.545 31.1607,38 40,stand,,,
-645.409 889.662 32.3915,39 41,stand,,,
-740.832 890.587 5.12269,40 46 145,stand,,,
-474.85 850.972 37.025,38 43,stand,,,
-473.637 986.909 92.2945,42 44,stand,,,
-474.38 1094.5 90.9985,43 45,stand,,,
-626.062 1081.09 90.9985,44,stand,,,
-870.338 874.257 5.11242,41 14,stand,,,
-1621.6 1041.31 3.91817,17 48 143,stand,,,
-1919.59 1013.3 3.91817,47 49,stand,,,
-2014.06 953.011 3.91817,48 50 51 69,stand,,,
-1901.97 930.544 7.08065,49 53,stand,,,
-1996.27 848.231 5.38095,49 52,stand,,,
-2077.5 855.179 39.0764,51 68,stand,,,
-1799.09 898.804 7.08065,50 54 57,stand,,,
-1606.34 891.085 7.08065,53 55,stand,,,
-1408.09 905.646 5.60604,54 56 15,stand,,,
-1353.12 644.568 5.125,55 133 134 150,stand,,,
-1799.61 797.877 7.72876,53 58,stand,,,
-1809.31 717.407 7.10259,57 59 135 136,stand,,,
-1799.16 531.339 7.10259,58 60 135,stand,,,
-1811.94 441.607 7.0979,59 61,stand,,,
-1958.58 441.219 7.0979,60 62,stand,,,
-2023.9 486.934 7.72876,61 63,stand,,,
-2154.02 450.333 7.08065,62 64 65,stand,,,
-2153.93 361.123 7.08065,63 76,stand,,,
-2229.11 454.763 7.08065,63 66 67,stand,,,
-2308.57 460.287 3.91817,65 74 75 82,stand,,,
-2228.89 554.513 39.0764,65 68,stand,,,
-2227.82 868.571 39.0764,67 52,stand,,,
-2355.39 997.064 3.91817,49 70 73,stand,,,
-2459.96 1117.13 3.91817,69 71 8 73,stand,,,
-2452.4 1614.69 3.91817,70 72,stand,,,
-2047.07 1609.93 3.91817,71 9,stand,,,
-2425.95 829.692 3.91817,69 8 75 70,stand,,,
-2506.54 420.126 3.91817,8 66 82,stand,,,
-2369.78 645.398 3.91817,66 73,stand,,,
-2160.61 243.772 3.91817,64 77 81 84,stand,,,
-1799.38 250.987 3.90467,76 78 132 152 81,stand,,,
-1812.69 3.89159 0.0405234,77 79 156 81,stand,,,
-1826.26 -249.055 3.91817,78 80 104 155 81,stand,,,
-2077.03 -253.357 3.21439,79 81,stand,,,
-2132.18 9.35658 0.0405239,80 76 84 78 79 77 85,stand,,,
-2487.08 244.977 3.91817,74 83 84 66,stand,,,
-2473.21 24.1492 0.0405245,82 84 86,stand,,,
-2283.38 11.3215 0.0405245,83 81 85 86 76 82,stand,,,
-2290.3 -183.422 0.0405245,84 86 87 81,stand,,,
-2455.85 -175.36 0.0405241,83 85 87 84,stand,,,
-2301.33 -321.898 5.1905,85 88 157 160 86,stand,,,
-2485.35 -465.242 3.91817,87 89,stand,,,
-2485.18 -676.087 3.91817,88 90,stand,,,
-2476.47 -922.788 3.91817,89 7 95 93,stand,,,
-2449.18 -1388.46 3.91817,7 92,stand,,,
-2200.7 -1378.07 3.91817,91 93 105,stand,,,
-2200.17 -1024.81 3.91817,92 94 90 96,stand,,,
-2133.32 -803.997 3.91817,93 95 96 159,stand,,,
-2335.3 -815.06 3.91817,94 90,stand,,,
-2083.82 -938.694 6.95881,93 94 97,stand,,,
-1915.67 -939.112 6.86258,96 98 100,stand,,,
-1935.08 -1072.82 6.86258,97 99,stand,,,
-1916.85 -1190.4 6.86258,98,stand,,,
-1803.36 -944.597 6.86258,97 101,stand,,,
-1672.75 -944.433 6.24565,100 102 107 163,stand,,,
-1551.4 -939.388 4.97269,101 103 108,stand,,,
-1553.26 -657.629 4.96801,102 104 127 302,stand,,,
-1559.8 -284.013 5.125,103 79 128 153 155 164,stand,,,
-1948.71 -1352.07 3.91817,92 106,stand,,,
-1683.73 -1293.63 3.91817,105 107,stand,,,
-1731.85 -1154.54 3.91817,106 101,stand,,,
-1516.04 -1051.23 3.91817,102 109 127,stand,,,
-1264.45 -1065.57 0.0405246,108 110 126 127 320,stand,,,
-1276.89 -1285.35 0.0405246,109 111 320,stand,,,
-1082.44 -1284.43 3.91817,110 112,stand,,,
-895.631 -1280.01 3.91817,111 113 310,stand,,,
-802.899 -1395.67 3.91817,112 6 310,stand,,,
-276.811 -1410.08 3.91817,6 115,stand,,,
-314.78 -1202.71 3.91817,114 116 308,stand,,,
-343.477 -938.959 3.91817,115 117 309,stand,,,
-363.44 -828.294 6.525,116 118,stand,,,
-439.773 -663.056 3.91817,117 119,stand,,,
-449.56 -522.395 3.91817,118 120,stand,,,
-407.312 -466.704 3.91817,119 121,stand,,,
-485.579 -445.662 3.91817,120 122,stand,,,
-677.143 -387.231 3.91817,121 123,stand,,,
-933.017 -422.082 3.91817,122 124,stand,,,
-930.67 -782.421 5.25439,123 125,stand,,,
-999.294 -834.826 3.91817,124 126,stand,,,
-1131.01 -799.426 -0.00510325,125 127 131 109,stand,,,
-1307.49 -676.69 -0.00510325,126 128 130 103 109 108 302,stand,,,
-1311.92 -280.449 0.0405233,127 104 129 164 165 302,stand,,,
-1037.86 -288.963 5.03612,128 130 165 171,stand,,,
-1040.8 -503.05 5.03612,129 131 127,stand,,,
-1048.96 -697.598 5.03612,130 126,stand,,,
-1685.28 341.488 3.91817,77 133,stand,,,
-1471.62 488.359 3.91817,132 56 151,stand,,,
-1550.94 635.433 7.08065,56 135,stand,,,
-1686.23 636.451 7.10259,134 58 59,stand,,,
-1909.37 568.988 7.10259,58 137,stand,,,
-2066.63 572.876 83.125,136 138,stand,,,
-2112.52 576.227 83.125,137 139,stand,,,
-2107.42 701.695 131.125,138 140,stand,,,
-2020.88 735.105 131.125,139 141,stand,,,
-1987.74 655.122 131.125,140 142,stand,,,
-1896.78 652.897 131.125,141,stand,,,
-1421.03 1096.79 3.91817,15 18 47,stand,,,
-1007.81 603.423 0.0405247,14 145 149,stand,,,
-816.631 608.468 5.05299,144 41 146,stand,,,
-810.786 282.289 5.03519,145 147 149 165 170,stand,,,
-534.789 278.104 4.99458,146 148,stand,,,
-302.999 274.017 5.01574,147 180 169 182 200,stand,,,
-1027.31 271.134 0.040524,146 144 150 164 165,stand,,,
-1341.23 284.186 5.03612,149 56 151 154 164,stand,,,
-1512.16 280.639 5.04407,133 150 152,stand,,,
-1628.58 134.032 0.0405253,151 77 153 154,stand,,,
-1497.79 -37.1529 0.0405254,152 154 104 155,stand,,,
-1393.15 137.087 0.0405254,153 150 152 164,stand,,,
-1607.78 -163.943 -0.0456685,153 104 79 156,stand,,,
-1735.78 -124.495 0.0405254,155 78,stand,,,
-2306.73 -494.141 6.95881,87 158,stand,,,
-2301.77 -700.759 6.95881,157 159,stand,,,
-2137.34 -721.69 3.91817,158 94 160,stand,,,
-2137.32 -420.26 3.91817,159 161 87,stand,,,
-1913.89 -418.226 3.91816,160 162,stand,,,
-1668.3 -418.231 3.91816,161 163,stand,,,
-1697.65 -654.331 3.91816,162 101,stand,,,
-1211.64 -4.96498 0.0405239,104 154 150 149 128 165,stand,,,
-941.113 -5.41094 0.0195068,164 129 149 146 166 170 171 128,stand,,,
-715.627 -10.1748 0.0405248,165 167 170 171,stand,,,
-614.991 -145.793 0.0405248,166 168 171 172,stand,,,
-432.732 -57.2031 0.0405248,167 169 172 180 181,stand,,,
-490.954 144.568 0.0405248,168 170 148 180,stand,,,
-701.663 138.915 0.0405248,169 166 146 165,stand,,,
-776.05 -257.948 4.50645,129 167 166 165 172,stand,,,
-473.993 -221.432 4.89061,171 168 167 173,stand,,,
-302.688 -294.783 5.03612,172 174 181 288,stand,,,
37.8793 -309.333 0.0405254,173 175 287 290,stand,,,
323.486 -295.905 5.0405,174 176 287 300,stand,,,
479.621 -178.848 3.61456,175 177 226 300,stand,,,
440.764 -76.5199 4.92217,176 178 224,stand,,,
300.187 114.061 0.0118433,177 179 200 201 301,stand,,,
45.3572 158.172 0.0118433,178 180 200 201,stand,,,
-230.429 97.7926 -0.00752897,179 148 168 181 200 201 169,stand,,,
-306.441 -97.1164 -0.0595601,173 180 168,stand,,,
-138.755 455.558 3.91817,148 183,stand,,,
13.1323 654.76 3.91817,182 184 200,stand,,,
157.774 890.021 5.50916,183 185,stand,,,
425.992 1238.81 5.50916,184 186 193 195,stand,,,
645.831 1119.13 4.925,185 187 192 195 216,stand,,,
833.913 1375.53 3.91817,186 188 191 192 218,stand,,,
736.359 1519.08 3.91817,187 189,stand,,,
893.701 1686.09 8.36096,188 1 190,stand,,,
1137.98 1471.39 6.75513,189 191,stand,,,
1018.25 1331.46 3.88993,190 187 218,stand,,,
809.617 1166.38 4.925,187 186 215,stand,,,
487.215 1032.71 4.925,185 194 195,stand,,,
433.3 966.054 4.925,193 197,stand,,,
609.134 1042.45 4.925,185 196 186 193,stand,,,
738.904 920.891 4.925,195 207 206,stand,,,
468.552 848.524 4.925,194 198,stand,,,
395.075 721.471 4.925,197 199,stand,,,
244.431 556.373 4.925,198 200,stand,,,
90.0948 415.443 4.92217,199 183 179 178 148 180 202,stand,,,
114.411 24.3883 0.0376246,179 180 178,stand,,,
350.534 381.028 3.91817,200 203 223 301,stand,,,
457.541 360.261 4.925,202 204 301,stand,,,
546.576 512.404 4.925,203 205 209,stand,,,
618.518 699.196 5.21638,204 206,stand,,,
724.408 827.421 5.21638,205 207 196,stand,,,
900.681 787.722 4.925,206 208 196,stand,,,
988.889 895.937 4.925,207 216 217 219 220,stand,,,
743.381 500.45 4.925,204 210,stand,,,
898.575 686.64 128.925,209 211,stand,,,
933.321 740.905 128.925,210 212,stand,,,
831.183 829.413 128.925,211 213,stand,,,
935.285 938.26 128.925,212 214,stand,,,
995.074 1015.78 128.925,213 215,stand,,,
962.802 1040.47 128.925,214 192,stand,,,
776.192 1062.07 4.925,186 208,stand,,,
1216.57 1014.59 3.91817,208 218 303 220,stand,,,
1066.2 1187.79 3.91817,217 191 187 219,stand,,,
979.434 1057.12 4.925,218 208,stand,,,
1158.9 753.984 3.91817,208 221 217,stand,,,
943.806 489.28 3.91817,220 222,stand,,,
726.425 252.694 3.91817,221 223 224 228,stand,,,
544.475 199.012 3.91817,222 202 224,stand,,,
598.879 20.9782 4.92217,223 177 225 222,stand,,,
690.41 -109.772 4.92217,224 226,stand,,,
700.813 -189.667 4.8817,225 227 176 300,stand,,,
806.946 -189.728 4.8817,226 248 242,stand,,,
859.426 118.71 3.91817,222 229,stand,,,
965.272 103.358 3.91817,228 230,stand,,,
1046.79 72.2045 3.91817,229 231,stand,,,
1180.13 190.441 3.91817,230 232 235 236,stand,,,
1307.42 449.253 3.91817,231 233 237,stand,,,
1255.23 581.859 3.91817,232 234,stand,,,
1110.17 427.286 3.91817,233 235,stand,,,
1022.96 281.15 3.91817,234 231,stand,,,
1394.73 47.2641 3.91817,231 237 238 3,stand,,,
1366.28 246.906 3.91817,236 232,stand,,,
1253.42 -52.1804 4.85851,236 239 3,stand,,,
1089.78 -63.9488 4.85851,238 240,stand,,,
1095.85 -140.772 4.85851,239 241,stand,,,
1091.3 -311.8 4.85851,240 242,stand,,,
1050.34 -392.446 4.91723,241 243 227 249,stand,,,
853.023 -344.244 4.91723,242 244 248,stand,,,
849.817 -486.313 4.91723,243 245,stand,,,
726.499 -611.842 4.91723,244 246,stand,,,
650.479 -521.909 4.91723,245 247,stand,,,
729.876 -384.654 4.91723,246 248,stand,,,
784.295 -290.371 4.91723,247 243 227,stand,,,
1026.25 -471.722 4.91723,242 250,stand,,,
947.815 -685.284 14.1139,249,stand,,,
1309.58 -440.279 3.91817,3 252,stand,,,
1098.89 -871.981 3.91817,251 253,stand,,,
997.68 -970.393 3.91817,252 254 255,stand,,,
775.74 -1080.13 3.91817,253 255,stand,,,
681.155 -786.906 3.91817,254 253 256,stand,,,
626.164 -693.623 3.91817,255 257,stand,,,
489.481 -645.887 3.91817,256 258 300,stand,,,
472.17 -759.114 3.91817,257 259,stand,,,
559.265 -914.292 3.91817,258 260,stand,,,
524.515 -1138.95 3.91817,259 261,stand,,,
523.274 -1334.45 3.91817,260 262 298,stand,,,
463.55 -1480.02 3.91817,261 263 264,stand,,,
549.086 -1417.1 3.91817,262 4,stand,,,
236.893 -1627.67 3.91817,262 265 268 269,stand,,,
265.486 -1723.68 5.42292,264 5,stand,,,
-50.935 -1826.54 6.43725,5 267,stand,,,
-71.3775 -1753.05 3.88645,266 268 270,stand,,,
-12.8946 -1617.59 3.90963,267 264 269 270,stand,,,
159.231 -1475.48 9.03058,264 268 271 272,stand,,,
-109.213 -1499.71 3.91817,267 268 271 294,stand,,,
35.4362 -1448.1 8.02271,270 269 295,stand,,,
259.952 -1377.18 8.02271,269 273,stand,,,
245.967 -1308.74 8.02271,272 274 298 297,stand,,,
48.2422 -1348.54 133.468,273 275,stand,,,
6.11627 -1326.13 133.468,274 276,stand,,,
43.4555 -1228.91 133.468,275 277,stand,,,
18.2625 -1104.25 133.468,276 278,stand,,,
-66.2788 -1116.22 133.468,277 279,stand,,,
-81.7711 -1032.29 133.468,278 280,stand,,,
-116.137 -833.08 9.20432,279 281,stand,,,
-63.1994 -695.977 9.20432,280 282 289,stand,,,
46.1107 -932.279 9.20432,281 283 296,stand,,,
68.9144 -1087.83 9.20432,282 284 296,stand,,,
210.726 -1063.43 9.20432,283 285,stand,,,
380.18 -991.402 9.17215,284 286 299,stand,,,
269.474 -807.301 9.17215,285 287,stand,,,
276.196 -565.147 5.04051,286 175 174,stand,,,
-149.062 -461.498 4.9686,173 289 291,stand,,,
-91.2136 -568.429 9.1629,288 281 290,stand,,,
1.49435 -439.011 3.91817,289 174,stand,,,
-282.13 -504.416 3.91817,288 292,stand,,,
-270.029 -630.507 3.91817,291 293,stand,,,
-238.773 -1002.43 4.11739,292 294,stand,,,
-141.632 -1272.49 4.1225,293 270 295,stand,,,
-6.00299 -1256.22 8.02271,294 296 297 271,stand,,,
-25.2678 -1130.8 9.20432,295 283 282,stand,,,
204.856 -1217.69 8.02271,295 298 273,stand,,,
434.556 -1241.93 8.02271,297 299 261 273,stand,,,
409.649 -1106.29 8.02271,298 285,stand,,,
493.232 -432.745 3.91817,175 257 226 176,stand,,,
365.203 272.143 4.98074,178 202 203,stand,,,
-1448.76 -496.767 0.0405239,128 103 127,stand,,,
1344.8 1081.68 3.91817,2 217,stand,,,
-247.034 1154.46 3.91817,22 305 306,stand,,,
-221.968 885.661 3.91817,304 30,stand,,,
-188.338 1095.97 3.91817,28 304,stand,,,
-481.76 -1183.61 3.91817,308 6 310,stand,,,
-412.773 -1076.64 3.91817,307 115 309,stand,,,
-360.138 -1038.37 3.91817,308 116,stand,,,
-726.465 -1270.01 3.91817,307 113 112 311,stand,,,
-760.148 -1144.13 3.91817,310 312,stand,,,
-830.167 -958.409 6.525,311 313 316 320,stand,,,
-592.777 -964.309 6.525,312 314,stand,,,
-593.431 -811.123 6.525,313 315,stand,,,
-779.794 -802.318 6.525,314 316 317,stand,,,
-797.762 -864.264 7.525,315 312,stand,,,
-765.892 -593.856 6.525,315 318,stand,,,
-657.683 -563.258 6.525,317 319,stand,,,
-599.609 -510.788 6.525,318,stand,,,
-1030.93 -975.868 5.00774,110 312 109,stand,,,
-474.537 1275.47 5.12269,12 11 22,stand,,,
-240.856 1452.99 3.91817,11 0 22 10,stand,,,
1 323
2 -124.5 1602 3.91817,10 11 26 322,stand,,,
3 829.2 1789.4 5.50769,189,stand,,,
4 1460.8 1046.6 3.91817,303,stand,,,
5 1406.2 -233.3 3.91817,238 236 251,stand,,,
6 672.463 -1394.62 3.91817,263,stand,,,
7 114.914 -1797.84 8.58386,265 266,stand,,,
8 -622.709 -1415.6 3.91817,113 114 307,stand,,,
9 -2506.3 -1115.29 3.91817,90 91,stand,,,
10 -2508.7 675.609 3.91817,73 74 70,stand,,,
11 -1799.29 1602.7 3.91817,16 72,stand,,,
12 119.408 1450.55 3.91817,0 25 322,stand,,,
13 -406.417 1461.61 3.91817,0 12 21 22 321 322,stand,,,
14 -746.136 1260.05 5.12269,11 13 20 21 321,stand,,,
15 -1111.43 1251.36 0.0405235,12 14 18 20,stand,,,
16 -1005.39 887.579 0.0405235,13 15 46 144,stand,,,
17 -1197.57 935.49 0.0405235,14 55 143,stand,,,
18 -1635.34 1603.43 3.91817,9 17 19,stand,,,
19 -1608.94 1319.14 3.91817,16 18 47,stand,,,
20 -1348.03 1305.11 5.125,17 13 143 19,stand,,,
21 -1204.34 1596.69 0.0405253,16 20 18,stand,,,
22 -1044.6 1413.37 0.0405253,19 13 12,stand,,,
23 -673.861 1512.42 3.91817,11 12,stand,,,
24 -300.552 1248.36 5.12269,11 23 304 321 322,stand,,,
25 -104.725 1302.63 5.10688,22 24,stand,,,
26 34.6356 1331.04 5.10688,23 25,stand,,,
27 222.283 1327.75 3.91817,24 10 27 28,stand,,,
28 195.637 1624.78 3.91817,0 27,stand,,,
29 476.228 1564.85 3.91817,26 25,stand,,,
30 82.367 1082.32 3.91817,25 29 306,stand,,,
31 -52.095 917.638 3.91817,28 30,stand,,,
32 -210.125 754.026 3.91817,29 31 305,stand,,,
33 -168.719 656.145 3.91817,30 32,stand,,,
34 -287.682 500.28 12.5772,31 33,stand,,,
35 -334.388 458.346 3.91817,32 34,stand,,,
36 -331.242 543.735 31.1432,33 35,stand,,,
37 -335.354 579.467 31.1432,34 36,stand,,,
38 -420.947 579.481 31.1607,35 37,stand,,,
39 -422.036 721.159 31.1607,36 38,stand,,,
40 -512.602 746.786 31.1607,37 39 42,stand,,,
41 -569.421 889.545 31.1607,38 40,stand,,,
42 -645.409 889.662 32.3915,39 41,stand,,,
43 -740.832 890.587 5.12269,40 46 145,stand,,,
44 -474.85 850.972 37.025,38 43,stand,,,
45 -473.637 986.909 92.2945,42 44,stand,,,
46 -474.38 1094.5 90.9985,43 45,stand,,,
47 -626.062 1081.09 90.9985,44,stand,,,
48 -870.338 874.257 5.11242,41 14,stand,,,
49 -1621.6 1041.31 3.91817,17 48 143,stand,,,
50 -1919.59 1013.3 3.91817,47 49,stand,,,
51 -2014.06 953.011 3.91817,48 50 51 69,stand,,,
52 -1901.97 930.544 7.08065,49 53,stand,,,
53 -1996.27 848.231 5.38095,49 52,stand,,,
54 -2077.5 855.179 39.0764,51 68,stand,,,
55 -1799.09 898.804 7.08065,50 54 57,stand,,,
56 -1606.34 891.085 7.08065,53 55,stand,,,
57 -1408.09 905.646 5.60604,54 56 15,stand,,,
58 -1353.12 644.568 5.125,55 133 134 150,stand,,,
59 -1799.61 797.877 7.72876,53 58,stand,,,
60 -1809.31 717.407 7.10259,57 59 135 136,stand,,,
61 -1799.16 531.339 7.10259,58 60 135,stand,,,
62 -1811.94 441.607 7.0979,59 61,stand,,,
63 -1958.58 441.219 7.0979,60 62,stand,,,
64 -2023.9 486.934 7.72876,61 63,stand,,,
65 -2154.02 450.333 7.08065,62 64 65,stand,,,
66 -2153.93 361.123 7.08065,63 76,stand,,,
67 -2229.11 454.763 7.08065,63 66 67,stand,,,
68 -2308.57 460.287 3.91817,65 74 75 82,stand,,,
69 -2228.89 554.513 39.0764,65 68,stand,,,
70 -2227.82 868.571 39.0764,67 52,stand,,,
71 -2355.39 997.064 3.91817,49 70 73,stand,,,
72 -2459.96 1117.13 3.91817,69 71 8 73,stand,,,
73 -2452.4 1614.69 3.91817,70 72,stand,,,
74 -2047.07 1609.93 3.91817,71 9,stand,,,
75 -2425.95 829.692 3.91817,69 8 75 70,stand,,,
76 -2506.54 420.126 3.91817,8 66 82,stand,,,
77 -2369.78 645.398 3.91817,66 73,stand,,,
78 -2160.61 243.772 3.91817,64 77 81 84,stand,,,
79 -1799.38 250.987 3.90467,76 78 132 152 81,stand,,,
80 -1812.69 3.89159 0.0405234,77 79 156 81,stand,,,
81 -1826.26 -249.055 3.91817,78 80 104 155 81,stand,,,
82 -2077.03 -253.357 3.21439,79 81,stand,,,
83 -2132.18 9.35658 0.0405239,80 76 84 78 79 77 85,stand,,,
84 -2487.08 244.977 3.91817,74 83 84 66,stand,,,
85 -2473.21 24.1492 0.0405245,82 84 86,stand,,,
86 -2283.38 11.3215 0.0405245,83 81 85 86 76 82,stand,,,
87 -2290.3 -183.422 0.0405245,84 86 87 81,stand,,,
88 -2455.85 -175.36 0.0405241,83 85 87 84,stand,,,
89 -2301.33 -321.898 5.1905,85 88 157 160 86,stand,,,
90 -2485.35 -465.242 3.91817,87 89,stand,,,
91 -2485.18 -676.087 3.91817,88 90,stand,,,
92 -2476.47 -922.788 3.91817,89 7 95 93,stand,,,
93 -2449.18 -1388.46 3.91817,7 92,stand,,,
94 -2200.7 -1378.07 3.91817,91 93 105,stand,,,
95 -2200.17 -1024.81 3.91817,92 94 90 96,stand,,,
96 -2133.32 -803.997 3.91817,93 95 96 159,stand,,,
97 -2335.3 -815.06 3.91817,94 90,stand,,,
98 -2083.82 -938.694 6.95881,93 94 97,stand,,,
99 -1915.67 -939.112 6.86258,96 98 100,stand,,,
100 -1935.08 -1072.82 6.86258,97 99,stand,,,
101 -1916.85 -1190.4 6.86258,98,stand,,,
102 -1803.36 -944.597 6.86258,97 101,stand,,,
103 -1672.75 -944.433 6.24565,100 102 107 163,stand,,,
104 -1551.4 -939.388 4.97269,101 103 108,stand,,,
105 -1553.26 -657.629 4.96801,102 104 127 302,stand,,,
106 -1559.8 -284.013 5.125,103 79 128 153 155 164,stand,,,
107 -1948.71 -1352.07 3.91817,92 106,stand,,,
108 -1683.73 -1293.63 3.91817,105 107,stand,,,
109 -1731.85 -1154.54 3.91817,106 101,stand,,,
110 -1516.04 -1051.23 3.91817,102 109 127,stand,,,
111 -1264.45 -1065.57 0.0405246,108 110 126 127 320,stand,,,
112 -1276.89 -1285.35 0.0405246,109 111 320,stand,,,
113 -1082.44 -1284.43 3.91817,110 112,stand,,,
114 -895.631 -1280.01 3.91817,111 113 310,stand,,,
115 -802.899 -1395.67 3.91817,112 6 310,stand,,,
116 -276.811 -1410.08 3.91817,6 115,stand,,,
117 -314.78 -1202.71 3.91817,114 116 308,stand,,,
118 -343.477 -938.959 3.91817,115 117 309,stand,,,
119 -363.44 -828.294 6.525,116 118,stand,,,
120 -439.773 -663.056 3.91817,117 119,stand,,,
121 -449.56 -522.395 3.91817,118 120,stand,,,
122 -407.312 -466.704 3.91817,119 121,stand,,,
123 -485.579 -445.662 3.91817,120 122,stand,,,
124 -677.143 -387.231 3.91817,121 123,stand,,,
125 -933.017 -422.082 3.91817,122 124,stand,,,
126 -930.67 -782.421 5.25439,123 125,stand,,,
127 -999.294 -834.826 3.91817,124 126,stand,,,
128 -1131.01 -799.426 -0.00510325,125 127 131 109,stand,,,
129 -1307.49 -676.69 -0.00510325,126 128 130 103 109 108 302,stand,,,
130 -1311.92 -280.449 0.0405233,127 104 129 164 165 302,stand,,,
131 -1037.86 -288.963 5.03612,128 130 165 171,stand,,,
132 -1040.8 -503.05 5.03612,129 131 127,stand,,,
133 -1048.96 -697.598 5.03612,130 126,stand,,,
134 -1685.28 341.488 3.91817,77 133,stand,,,
135 -1471.62 488.359 3.91817,132 56 151,stand,,,
136 -1550.94 635.433 7.08065,56 135,stand,,,
137 -1686.23 636.451 7.10259,134 58 59,stand,,,
138 -1909.37 568.988 7.10259,58 137,stand,,,
139 -2066.63 572.876 83.125,136 138,stand,,,
140 -2112.52 576.227 83.125,137 139,stand,,,
141 -2107.42 701.695 131.125,138 140,stand,,,
142 -2020.88 735.105 131.125,139 141,stand,,,
143 -1987.74 655.122 131.125,140 142,stand,,,
144 -1896.78 652.897 131.125,141,stand,,,
145 -1421.03 1096.79 3.91817,15 18 47,stand,,,
146 -1007.81 603.423 0.0405247,14 145 149,stand,,,
147 -816.631 608.468 5.05299,144 41 146,stand,,,
148 -810.786 282.289 5.03519,145 147 149 165 170,stand,,,
149 -534.789 278.104 4.99458,146 148,stand,,,
150 -302.999 274.017 5.01574,147 180 169 182 200,stand,,,
151 -1027.31 271.134 0.040524,146 144 150 164 165,stand,,,
152 -1341.23 284.186 5.03612,149 56 151 154 164,stand,,,
153 -1512.16 280.639 5.04407,133 150 152,stand,,,
154 -1628.58 134.032 0.0405253,151 77 153 154,stand,,,
155 -1497.79 -37.1529 0.0405254,152 154 104 155,stand,,,
156 -1393.15 137.087 0.0405254,153 150 152 164,stand,,,
157 -1607.78 -163.943 -0.0456685,153 104 79 156,stand,,,
158 -1735.78 -124.495 0.0405254,155 78,stand,,,
159 -2306.73 -494.141 6.95881,87 158,stand,,,
160 -2301.77 -700.759 6.95881,157 159,stand,,,
161 -2137.34 -721.69 3.91817,158 94 160,stand,,,
162 -2137.32 -420.26 3.91817,159 161 87,stand,,,
163 -1913.89 -418.226 3.91816,160 162,stand,,,
164 -1668.3 -418.231 3.91816,161 163,stand,,,
165 -1697.65 -654.331 3.91816,162 101,stand,,,
166 -1211.64 -4.96498 0.0405239,104 154 150 149 128 165,stand,,,
167 -941.113 -5.41094 0.0195068,164 129 149 146 166 170 171 128,stand,,,
168 -715.627 -10.1748 0.0405248,165 167 170 171,stand,,,
169 -614.991 -145.793 0.0405248,166 168 171 172,stand,,,
170 -432.732 -57.2031 0.0405248,167 169 172 180 181,stand,,,
171 -490.954 144.568 0.0405248,168 170 148 180,stand,,,
172 -701.663 138.915 0.0405248,169 166 146 165,stand,,,
173 -776.05 -257.948 4.50645,129 167 166 165 172,stand,,,
174 -473.993 -221.432 4.89061,171 168 167 173,stand,,,
175 -302.688 -294.783 5.03612,172 174 181 288,stand,,,
176 37.8793 -309.333 0.0405254,173 175 287 290,stand,,,
177 323.486 -295.905 5.0405,174 176 287 300,stand,,,
178 479.621 -178.848 3.61456,175 177 226 300,stand,,,
179 440.764 -76.5199 4.92217,176 178 224,stand,,,
180 300.187 114.061 0.0118433,177 179 200 201 301,stand,,,
181 45.3572 158.172 0.0118433,178 180 200 201,stand,,,
182 -230.429 97.7926 -0.00752897,179 148 168 181 200 201 169,stand,,,
183 -306.441 -97.1164 -0.0595601,173 180 168,stand,,,
184 -138.755 455.558 3.91817,148 183,stand,,,
185 13.1323 654.76 3.91817,182 184 200,stand,,,
186 157.774 890.021 5.50916,183 185,stand,,,
187 425.992 1238.81 5.50916,184 186 193 195,stand,,,
188 645.831 1119.13 4.925,185 187 192 195 216,stand,,,
189 833.913 1375.53 3.91817,186 188 191 192 218,stand,,,
190 736.359 1519.08 3.91817,187 189,stand,,,
191 893.701 1686.09 8.36096,188 1 190,stand,,,
192 1137.98 1471.39 6.75513,189 191,stand,,,
193 1018.25 1331.46 3.88993,190 187 218,stand,,,
194 809.617 1166.38 4.925,187 186 215,stand,,,
195 487.215 1032.71 4.925,185 194 195,stand,,,
196 433.3 966.054 4.925,193 197,stand,,,
197 609.134 1042.45 4.925,185 196 186 193,stand,,,
198 738.904 920.891 4.925,195 207 206,stand,,,
199 468.552 848.524 4.925,194 198,stand,,,
200 395.075 721.471 4.925,197 199,stand,,,
201 244.431 556.373 4.925,198 200,stand,,,
202 90.0948 415.443 4.92217,199 183 179 178 148 180 202,stand,,,
203 114.411 24.3883 0.0376246,179 180 178,stand,,,
204 350.534 381.028 3.91817,200 203 223 301,stand,,,
205 457.541 360.261 4.925,202 204 301,stand,,,
206 546.576 512.404 4.925,203 205 209,stand,,,
207 618.518 699.196 5.21638,204 206,stand,,,
208 724.408 827.421 5.21638,205 207 196,stand,,,
209 900.681 787.722 4.925,206 208 196,stand,,,
210 988.889 895.937 4.925,207 216 217 219 220,stand,,,
211 743.381 500.45 4.925,204 210,stand,,,
212 898.575 686.64 128.925,209 211,stand,,,
213 933.321 740.905 128.925,210 212,stand,,,
214 831.183 829.413 128.925,211 213,stand,,,
215 935.285 938.26 128.925,212 214,stand,,,
216 995.074 1015.78 128.925,213 215,stand,,,
217 962.802 1040.47 128.925,214 192,stand,,,
218 776.192 1062.07 4.925,186 208,stand,,,
219 1216.57 1014.59 3.91817,208 218 303 220,stand,,,
220 1066.2 1187.79 3.91817,217 191 187 219,stand,,,
221 979.434 1057.12 4.925,218 208,stand,,,
222 1158.9 753.984 3.91817,208 221 217,stand,,,
223 943.806 489.28 3.91817,220 222,stand,,,
224 726.425 252.694 3.91817,221 223 224 228,stand,,,
225 544.475 199.012 3.91817,222 202 224,stand,,,
226 598.879 20.9782 4.92217,223 177 225 222,stand,,,
227 690.41 -109.772 4.92217,224 226,stand,,,
228 700.813 -189.667 4.8817,225 227 176 300,stand,,,
229 806.946 -189.728 4.8817,226 248 242,stand,,,
230 859.426 118.71 3.91817,222 229,stand,,,
231 965.272 103.358 3.91817,228 230,stand,,,
232 1046.79 72.2045 3.91817,229 231,stand,,,
233 1180.13 190.441 3.91817,230 232 235 236,stand,,,
234 1307.42 449.253 3.91817,231 233 237,stand,,,
235 1255.23 581.859 3.91817,232 234,stand,,,
236 1110.17 427.286 3.91817,233 235,stand,,,
237 1022.96 281.15 3.91817,234 231,stand,,,
238 1394.73 47.2641 3.91817,231 237 238 3,stand,,,
239 1366.28 246.906 3.91817,236 232,stand,,,
240 1253.42 -52.1804 4.85851,236 239 3,stand,,,
241 1089.78 -63.9488 4.85851,238 240,stand,,,
242 1095.85 -140.772 4.85851,239 241,stand,,,
243 1091.3 -311.8 4.85851,240 242,stand,,,
244 1050.34 -392.446 4.91723,241 243 227 249,stand,,,
245 853.023 -344.244 4.91723,242 244 248,stand,,,
246 849.817 -486.313 4.91723,243 245,stand,,,
247 726.499 -611.842 4.91723,244 246,stand,,,
248 650.479 -521.909 4.91723,245 247,stand,,,
249 729.876 -384.654 4.91723,246 248,stand,,,
250 784.295 -290.371 4.91723,247 243 227,stand,,,
251 1026.25 -471.722 4.91723,242 250,stand,,,
252 947.815 -685.284 14.1139,249,stand,,,
253 1309.58 -440.279 3.91817,3 252,stand,,,
254 1098.89 -871.981 3.91817,251 253,stand,,,
255 997.68 -970.393 3.91817,252 254 255,stand,,,
256 775.74 -1080.13 3.91817,253 255,stand,,,
257 681.155 -786.906 3.91817,254 253 256,stand,,,
258 626.164 -693.623 3.91817,255 257,stand,,,
259 489.481 -645.887 3.91817,256 258 300,stand,,,
260 472.17 -759.114 3.91817,257 259,stand,,,
261 559.265 -914.292 3.91817,258 260,stand,,,
262 524.515 -1138.95 3.91817,259 261,stand,,,
263 523.274 -1334.45 3.91817,260 262 298,stand,,,
264 463.55 -1480.02 3.91817,261 263 264,stand,,,
265 549.086 -1417.1 3.91817,262 4,stand,,,
266 236.893 -1627.67 3.91817,262 265 268 269,stand,,,
267 265.486 -1723.68 5.42292,264 5,stand,,,
268 -50.935 -1826.54 6.43725,5 267,stand,,,
269 -71.3775 -1753.05 3.88645,266 268 270,stand,,,
270 -12.8946 -1617.59 3.90963,267 264 269 270,stand,,,
271 159.231 -1475.48 9.03058,264 268 271 272,stand,,,
272 -109.213 -1499.71 3.91817,267 268 271 294,stand,,,
273 35.4362 -1448.1 8.02271,270 269 295,stand,,,
274 259.952 -1377.18 8.02271,269 273,stand,,,
275 245.967 -1308.74 8.02271,272 274 298 297,stand,,,
276 48.2422 -1348.54 133.468,273 275,stand,,,
277 6.11627 -1326.13 133.468,274 276,stand,,,
278 43.4555 -1228.91 133.468,275 277,stand,,,
279 18.2625 -1104.25 133.468,276 278,stand,,,
280 -66.2788 -1116.22 133.468,277 279,stand,,,
281 -81.7711 -1032.29 133.468,278 280,stand,,,
282 -116.137 -833.08 9.20432,279 281,stand,,,
283 -63.1994 -695.977 9.20432,280 282 289,stand,,,
284 46.1107 -932.279 9.20432,281 283 296,stand,,,
285 68.9144 -1087.83 9.20432,282 284 296,stand,,,
286 210.726 -1063.43 9.20432,283 285,stand,,,
287 380.18 -991.402 9.17215,284 286 299,stand,,,
288 269.474 -807.301 9.17215,285 287,stand,,,
289 276.196 -565.147 5.04051,286 175 174,stand,,,
290 -149.062 -461.498 4.9686,173 289 291,stand,,,
291 -91.2136 -568.429 9.1629,288 281 290,stand,,,
292 1.49435 -439.011 3.91817,289 174,stand,,,
293 -282.13 -504.416 3.91817,288 292,stand,,,
294 -270.029 -630.507 3.91817,291 293,stand,,,
295 -238.773 -1002.43 4.11739,292 294,stand,,,
296 -141.632 -1272.49 4.1225,293 270 295,stand,,,
297 -6.00299 -1256.22 8.02271,294 296 297 271,stand,,,
298 -25.2678 -1130.8 9.20432,295 283 282,stand,,,
299 204.856 -1217.69 8.02271,295 298 273,stand,,,
300 434.556 -1241.93 8.02271,297 299 261 273,stand,,,
301 409.649 -1106.29 8.02271,298 285,stand,,,
302 493.232 -432.745 3.91817,175 257 226 176,stand,,,
303 365.203 272.143 4.98074,178 202 203,stand,,,
304 -1448.76 -496.767 0.0405239,128 103 127,stand,,,
305 1344.8 1081.68 3.91817,2 217,stand,,,
306 -247.034 1154.46 3.91817,22 305 306,stand,,,
307 -221.968 885.661 3.91817,304 30,stand,,,
308 -188.338 1095.97 3.91817,28 304,stand,,,
309 -481.76 -1183.61 3.91817,308 6 310,stand,,,
310 -412.773 -1076.64 3.91817,307 115 309,stand,,,
311 -360.138 -1038.37 3.91817,308 116,stand,,,
312 -726.465 -1270.01 3.91817,307 113 112 311,stand,,,
313 -760.148 -1144.13 3.91817,310 312,stand,,,
314 -830.167 -958.409 6.525,311 313 316 320,stand,,,
315 -592.777 -964.309 6.525,312 314,stand,,,
316 -593.431 -811.123 6.525,313 315,stand,,,
317 -779.794 -802.318 6.525,314 316 317,stand,,,
318 -797.762 -864.264 7.525,315 312,stand,,,
319 -765.892 -593.856 6.525,315 318,stand,,,
320 -657.683 -563.258 6.525,317 319,stand,,,
321 -599.609 -510.788 6.525,318,stand,,,
322 -1030.93 -975.868 5.00774,110 312 109,stand,,,
323 -474.537 1275.47 5.12269,12 11 22,stand,,,
324 -240.856 1452.99 3.91817,11 0 22 10,stand,,,

View File

@ -0,0 +1,436 @@
435
-2197 426 44,127,stand,,,
-3440 -198 -23,240,stand,,,
-3039 -1110 66,48 433,stand,,,
-2282 -1011 40,59 60,stand,,,
-1248 -450 24,117 118,stand,,,
-320 -314 5,152 153,stand,,,
456 438 -45,170,stand,,,
-1352 670 125,194 195,stand,,,
-984 808 -26,184 398,stand,,,
-1831 678 25,213,stand,,,
-3071 888 4,220,stand,,,
-2246 712 10,226,stand,,,
-3670 -2222 62,40,stand,,,
-3251 -386 -23,242 248,stand,,,
-2727 -2167 153,45 302 434,stand,,,
-1712 -2099 48,75 79,stand,,,
-2393 -2105 56,71,stand,,,
-2789 -1095 123,54,stand,,,
-3038 -1847 76,424 41 425,stand,,,
-2166 -453 50,109,stand,,,
-1165 -712 84,102,stand,,,
-1110 -584 40,119 400,stand,,,
-1467 425 -3,204 205,stand,,,
-3293 -222 -34,237 251,stand,,,
-3081 751 0,223 234,stand,,,
-890 1321 -12,178 182,stand,,,
-2243 1182 -19,215,stand,,,
-2420 -906 176,260,stand,,,
-3742 -1816 35,29 34 39,stand,,,
-3783 -1703 40,28 301,stand,,,
-3582 -1286 64,31 279 386,stand,,,
-3560 -1191 73,30 32,stand,,,
-3534 -1059 61,31 33,stand,,,
-3527 -958 64,32 64,stand,,,
-3342 -1631 33,28 35 280 300,stand,,,
-3252 -1739 48,34 36 425,stand,,,
-3279 -1857 55,35 37,stand,,,
-3464 -2028 53,38 36,stand,,,
-3595 -2056 49,37 40,stand,,,
-3704 -1938 48,40 28 397,stand,,,
-3702 -2074 46,39 38 12,stand,,,
-2912 -1806 89,42 424 18,stand,,,
-2774 -1853 107,41 43,stand,,,
-2749 -1933 135,42 44,stand,,,
-2682 -2033 165,43 45 46,stand,,,
-2703 -2103 161,44 14 434,stand,,,
-2576 -2027 175,44 85,stand,,,
-3108 -1334 40,48 55 279,stand,,,
-3129 -1109 48,47 2 49 433,stand,,,
-3124 -1009 76,48 50,stand,,,
-2920 -1007 85,49 51,stand,,,
-2923 -923 83,52 50 286,stand,,,
-2765 -921 88,51 53,stand,,,
-2754 -786 58,52 63,stand,,,
-2809 -1198 67,17 55,stand,,,
-2798 -1292 37,47 54 56,stand,,,
-2524 -1343 30,55 57 66,stand,,,
-2250 -1313 32,56 58,stand,,,
-2100 -1171 32,57 59,stand,,,
-2093 -985 35,58 3 111 288,stand,,,
-2339 -910 40,3 61,stand,,,
-2472 -877 52,60 62 261,stand,,,
-2625 -689 47,61 63 233,stand,,,
-2756 -682 37,53 62 245,stand,,,
-3530 -859 46,33 244,stand,,,
-2483 -1680 29,66 67 432,stand,,,
-2498 -1443 32,65 56 432,stand,,,
-2469 -1708 37,65 68,stand,,,
-2432 -1780 48,67 69 92,stand,,,
-2432 -1801 76,68 70,stand,,,
-2432 -1832 60,69 71 72,stand,,,
-2421 -1975 56,70 16,stand,,,
-2319 -1843 62,70 73,stand,,,
-2235 -1864 56,72 74 91,stand,,,
-2134 -2083 55,73 75,stand,,,
-1911 -2087 50,74 76 15,stand,,,
-1857 -1940 48,75 77,stand,,,
-1850 -1838 48,78 76,stand,,,
-1835 -1718 39,77 93 94 292,stand,,,
-1673 -2167 48,15 323,stand,,,
-1734 -2250 48,81 323,stand,,,
-1896 -2232 172,80 82,stand,,,
-1968 -2235 172,81 83,stand,,,
-1969 -2073 172,82 84 86,stand,,,
-2193 -2074 172,83 85,stand,,,
-2391 -2074 172,84 46,stand,,,
-1820 -2060 172,83 87,stand,,,
-1827 -1978 172,86 88 89 90,stand,,,
-1844 -1867 172,87 89 90,stand,,,
-1968 -1882 172,88 87,stand,,,
-1712 -1867 172,87 88,stand,,,
-2233 -1798 52,73 92,stand,,,
-2235 -1755 40,91 93 68,stand,,,
-2021 -1749 39,92 78,stand,,,
-1558 -1756 68,78 95,stand,,,
-1317 -1771 93,94 340 341,stand,,,
-1134 -1505 101,97 341,stand,,,
-1147 -1210 68,96 98,stand,,,
-1158 -1126 61,97 99 108,stand,,,
-1165 -1081 67,98 257,stand,,,
-1043 -741 41,101 259,stand,,,
-993 -741 32,100 399,stand,,,
-1171 -804 69,20 103 258,stand,,,
-1289 -819 71,102 104,stand,,,
-1395 -822 54,103 106 107 291,stand,,,
-1240 -572 46,106,stand,,,
-1395 -640 36,104 105 114,stand,,,
-1379 -1068 52,104 108,stand,,,
-1273 -1130 70,98 107,stand,,,
-2019 -471 28,19 110 112 120,stand,,,
-2066 -745 43,109 111,stand,,,
-2059 -846 44,110 59,stand,,,
-1767 -453 -4,109 113,stand,,,
-1661 -433 7,112 114 115,stand,,,
-1571 -607 29,106 113,stand,,,
-1594 -337 16,113 116 276,stand,,,
-1436 -359 24,117 115,stand,,,
-1406 -466 24,116 4,stand,,,
-1172 -381 24,4 119,stand,,,
-1045 -382 24,118 137 21 400,stand,,,
-2004 -308 12,109 121,stand,,,
-1945 -106 2,120 122 272,stand,,,
-1900 135 20,121 123,stand,,,
-1900 210 17,122 124,stand,,,
-1899 250 0,123 125,stand,,,
-1911 318 -26,124 126 202 203,stand,,,
-2022 318 -11,125 127,stand,,,
-2170 318 21,0 126 128,stand,,,
-2174 191 27,127 129 428,stand,,,
-2449 191 27,128 130,stand,,,
-2565 191 -11,129 229 230 285,stand,,,
-2185 -160 32,132 428,stand,,,
-2263 -255 45,131 133,stand,,,
-2287 -252 74,132 134,stand,,,
-2304 -254 38,133 135,stand,,,
-2373 -233 17,134 136,stand,,,
-2463 -233 -4,135 230 231 254,stand,,,
-996 -277 2,138 119,stand,,,
-949 -147 -29,137 157 429,stand,,,
-704 -550 -1,140 149 399,stand,,,
-711 -433 15,139 141,stand,,,
-713 -321 11,140 142,stand,,,
-580 -331 15,141 143,stand,,,
-475 -370 8,142 144 147,stand,,,
-475 -293 8,143 145,stand,,,
-474 -228 -24,144 146,stand,,,
-511 -89 -38,145 156 157,stand,,,
-460 -445 0,143 148,stand,,,
-412 -565 -7,147 149 150,stand,,,
-595 -552 -3,148 139,stand,,,
-301 -451 6,148 151,stand,,,
-246 -389 8,150 152,stand,,,
-252 -300 -7,151 5 153,stand,,,
-254 -199 -2,152 154 5,stand,,,
-248 -114 -14,153 155,stand,,,
-248 -70 -37,154 156 167,stand,,,
-391 -75 -29,155 146,stand,,,
-780 -120 -36,146 138 429,stand,,,
-1181 129 -49,159 161 429,stand,,,
-1242 -12 -46,158 160,stand,,,
-1312 -5 -44,159 198 274,stand,,,
-851 178 -71,158 162 262 429,stand,,,
-849 381 -62,161 163,stand,,,
-849 640 -62,162 164,stand,,,
-840 750 -54,165 163,stand,,,
-871 884 -54,164 166 267,stand,,,
-926 1033 -87,165 180 181 266 398,stand,,,
-96 57 -55,155 295,stand,,,
197 340 -63,169 271 294 295,stand,,,
239 441 -47,168 170,stand,,,
321 551 -54,169 6 171,stand,,,
322 746 -49,170 172,stand,,,
298 890 -44,173 171,stand,,,
195 933 -15,172 174,stand,,,
95 1031 -15,173 175,stand,,,
-104 1125 -22,176 174,stand,,,
-241 1125 -18,175 177,stand,,,
-485 1100 -33,176 264 265,stand,,,
-1072 1326 -37,25 179,stand,,,
-1098 1122 -89,178 180,stand,,,
-1088 1028 -78,166 179 185 398,stand,,,
-904 1178 -50,166 182,stand,,,
-893 1250 -27,25 181,stand,,,
-1276 825 -24,184 186 187 209,stand,,,
-1131 825 -22,183 8,stand,,,
-1273 1045 -71,180 186 296,stand,,,
-1273 903 -38,183 185,stand,,,
-1274 696 -26,183 188,stand,,,
-1335 695 -26,187 189,stand,,,
-1328 520 -26,190 188,stand,,,
-1294 383 -26,189 191 197,stand,,,
-1197 386 -26,190 192,stand,,,
-1197 426 -26,191 193,stand,,,
-1192 649 125,192 194,stand,,,
-1192 701 125,193 7,stand,,,
-1349 483 125,7 196,stand,,,
-1367 243 125,195,stand,,,
-1282 226 -26,190 198,stand,,,
-1295 173 -30,160 197 199,stand,,,
-1404 199 -23,198 200,stand,,,
-1514 289 0,199 201,stand,,,
-1701 292 5,202 200 277,stand,,,
-1817 301 -5,201 125,stand,,,
-1787 429 -23,125 204,stand,,,
-1577 426 -19,203 22,stand,,,
-1476 539 -2,206 22,stand,,,
-1498 631 17,205 207,stand,,,
-1503 704 9,206 208,stand,,,
-1514 775 -9,209 207 210 296,stand,,,
-1363 812 -28,208 183,stand,,,
-1637 809 -5,208 211,stand,,,
-1763 834 -22,210 212,stand,,,
-1856 829 -32,213 211 298 214,stand,,,
-1846 748 -3,212 9,stand,,,
-2169 944 -7,215 298 212,stand,,,
-2252 1026 -27,214 26 216,stand,,,
-2401 1102 -16,215 217,stand,,,
-2507 1135 -7,216 218,stand,,,
-2673 958 -8,217 219,stand,,,
-2802 949 -7,218 220 221,stand,,,
-2999 950 -8,219 10,stand,,,
-2813 817 3,219 222,stand,,,
-2840 669 -27,221 223 228 427,stand,,,
-2970 716 -14,222 24 234,stand,,,
-2447 638 15,225 227,stand,,,
-2448 696 0,224 226,stand,,,
-2315 696 13,225 11,stand,,,
-2455 559 6,224 228,stand,,,
-2583 581 -15,227 222 229 427,stand,,,
-2579 351 -15,228 130,stand,,,
-2519 -35 -13,130 136 284,stand,,,
-2446 -412 24,136 232,stand,,,
-2453 -549 48,233 231,stand,,,
-2548 -623 49,232 62,stand,,,
-3053 498 -39,223 235 427 24,stand,,,
-3070 280 -55,234 236 281 285,stand,,,
-3301 167 -34,235 237,stand,,,
-3301 -8 -32,23 236 238 282,stand,,,
-3551 -8 -23,237 239,stand,,,
-3546 -114 -23,238 240 241,stand,,,
-3438 -122 -23,239 1,stand,,,
-3556 -295 -23,239 242,stand,,,
-3523 -379 -22,241 13 243 391,stand,,,
-3522 -633 15,242 244 247,stand,,,
-3523 -742 31,243 64,stand,,,
-2860 -632 17,63 246 256,stand,,,
-3065 -592 3,245 247 287,stand,,,
-3258 -609 8,246 248 243,stand,,,
-3247 -451 -14,247 13 249,stand,,,
-3194 -456 3,248 250,stand,,,
-3123 -457 -15,249 251,stand,,,
-3109 -226 -39,250 23 252 282,stand,,,
-2965 -188 -48,251 253 283,stand,,,
-2830 -218 -48,252 254 255,stand,,,
-2613 -220 -29,253 136,stand,,,
-2838 -412 -23,253 256,stand,,,
-2845 -522 3,255 245,stand,,,
-1172 -970 52,258 99,stand,,,
-1171 -885 66,257 102 259,stand,,,
-1049 -897 65,258 100,stand,,,
-2407 -828 176,27 261,stand,,,
-2413 -767 59,260 61,stand,,,
-695 349 -75,161 263,stand,,,
-561 573 -70,264 262,stand,,,
-458 832 -62,263 177 267 268,stand,,,
-661 1080 -40,266 177 267,stand,,,
-791 1057 -66,265 166,stand,,,
-659 898 -51,265 165 264,stand,,,
-265 644 -64,269 264,stand,,,
-103 494 -54,268 270,stand,,,
-8 418 -21,269 271,stand,,,
9 396 -49,270 168,stand,,,
-1838 -95 0,121 273,stand,,,
-1650 -56 -22,272 274 275 278,stand,,,
-1477 -33 -32,273 160,stand,,,
-1624 -205 -20,273 276,stand,,,
-1603 -286 6,275 115,stand,,,
-1693 220 10,201 278,stand,,,
-1669 60 -10,277 273,stand,,,
-3346 -1330 50,47 30 280,stand,,,
-3352 -1472 40,279 34,stand,,,
-3060 108 -50,235 282,stand,,,
-3091 -47 -58,281 251 237 283,stand,,,
-2950 -71 -61,282 252 284,stand,,,
-2766 -31 -65,285 283 230,stand,,,
-2751 199 -52,284 130 235,stand,,,
-2998 -878 78,51 287,stand,,,
-2995 -772 48,286 246,stand,,,
-1948 -1021 22,59 289,stand,,,
-1805 -1006 17,288 290 293,stand,,,
-1672 -1000 31,289 291,stand,,,
-1528 -906 32,290 104,stand,,,
-1709 -1415 30,78 293,stand,,,
-1772 -1289 28,292 289,stand,,,
377 221 -51,168,stand,,,
71 205 -63,168 167,stand,,,
-1540 1013 -66,208 185 297,stand,,,
-1757 1045 -62,296 298,stand,,,
-1920 1037 -50,297 214 212,stand,,,
-3660 -1542 43,300 301,stand,,,
-3500 -1576 40,299 34,stand,,,
-3825 -1585 43,29 299 390,stand,,,
-2746 -2189 195,14 303,stand,,,
-2747 -2232 210,302 304,stand,,,
-2751 -2258 191,303 305,stand,,,
-2728 -2459 157,304 306,stand,,,
-2733 -2646 130,305 307 311,stand,,,
-2626 -2644 130,306 308 309,stand,,,
-2611 -2513 130,307 309,stand,,,
-2331 -2629 130,308 307 310,stand,,,
-2332 -2960 130,309 311 314,stand,,,
-2728 -2938 130,310 306 312,stand,,,
-2788 -2936 130,313 311,stand,,,
-3011 -2961 57,312 357,stand,,,
-2265 -3011 130,310 315,stand,,,
-2103 -3002 130,314 316,stand,,,
-1950 -2917 130,317 315 329,stand,,,
-1955 -2764 130,316 318,stand,,,
-1825 -2674 130,317 319 326,stand,,,
-1819 -2451 130,318 320,stand,,,
-1793 -2420 109,319 321 322,stand,,,
-1704 -2333 68,320 322 323,stand,,,
-1585 -2421 101,320 321 324,stand,,,
-1703 -2248 48,80 79 321,stand,,,
-1586 -2491 106,322 325,stand,,,
-1640 -2682 99,324 326 327,stand,,,
-1657 -2683 130,325 318,stand,,,
-1536 -2911 59,325 328 330 343,stand,,,
-1745 -2926 130,327 329,stand,,,
-1801 -2901 130,328 316,stand,,,
-1175 -2935 59,327 331 332 343,stand,,,
-1158 -2770 82,330,stand,,,
-896 -2956 59,330 333,stand,,,
-881 -2771 79,332 334 335,stand,,,
-873 -2683 90,333 335 336,stand,,,
-789 -2711 86,334 333,stand,,,
-869 -2562 97,334 337,stand,,,
-849 -2367 97,336 338,stand,,,
-895 -2151 85,337 339,stand,,,
-1096 -1964 99,338 340 423,stand,,,
-1203 -1864 103,95 339,stand,,,
-1205 -1623 101,95 96 342,stand,,,
-1087 -1687 97,341 423,stand,,,
-1371 -3198 60,330 327 344,stand,,,
-1577 -3190 60,343 345 415,stand,,,
-1569 -3420 59,344 346,stand,,,
-2058 -3431 59,345 347 356,stand,,,
-2045 -3803 59,346 348,stand,,,
-2372 -3810 59,347 349,stand,,,
-2620 -3834 59,348 350,stand,,,
-2624 -3631 59,349 351 356,stand,,,
-2937 -3628 59,350 352,stand,,,
-3301 -3629 59,353 351 361,stand,,,
-3335 -3831 59,352 354,stand,,,
-3859 -3830 56,353 355,stand,,,
-3892 -3452 57,354 360 362,stand,,,
-2647 -3426 59,350 346 430,stand,,,
-3001 -3149 60,313 358 413 431,stand,,,
-3571 -3157 60,357 359 363,stand,,,
-3907 -3145 56,358 360 364,stand,,,
-3900 -3300 66,359 355,stand,,,
-3300 -3452 59,352 362 411,stand,,,
-3568 -3423 59,361 355 363,stand,,,
-3578 -3280 66,362 358,stand,,,
-4142 -3139 54,359 365 366,stand,,,
-4276 -3137 55,364 366,stand,,,
-4189 -2807 44,365 364 367,stand,,,
-4151 -2421 42,366 368 396,stand,,,
-4559 -2356 40,367 369,stand,,,
-4635 -2081 24,368 370,stand,,,
-4692 -1906 16,369 371,stand,,,
-4483 -1733 27,370 372,stand,,,
-4481 -1666 28,371 373,stand,,,
-4481 -1627 40,372 374,stand,,,
-4484 -1463 38,373 375,stand,,,
-4361 -1479 38,374 376,stand,,,
-4361 -1269 38,375 377 379,stand,,,
-4363 -1219 38,376 378,stand,,,
-4365 -1190 18,377 426,stand,,,
-4221 -1256 38,376 380,stand,,,
-4201 -1301 38,379 381,stand,,,
-4187 -1530 190,380 382,stand,,,
-4242 -1607 190,381 383,stand,,,
-4363 -1458 190,382 384 385,stand,,,
-4511 -1460 190,383,stand,,,
-4264 -1253 190,383,stand,,,
-3908 -1281 61,30 387 389 390,stand,,,
-3912 -1256 91,386 388,stand,,,
-3909 -1234 59,387 394,stand,,,
-4060 -1352 68,386 390,stand,,,
-3932 -1482 51,389 301 386,stand,,,
-3718 -416 -29,242 392,stand,,,
-3905 -551 -15,391 393 422,stand,,,
-3926 -784 26,392 394,stand,,,
-3929 -957 38,393 395 388,stand,,,
-4166 -976 11,394 426,stand,,,
-4019 -2221 45,367 397,stand,,,
-3922 -2027 38,396 39,stand,,,
-1024 892 -26,8 180 166,stand,,,
-863 -739 13,139 101 400 401,stand,,,
-932 -610 12,399 119 21,stand,,,
-864 -801 28,399 402,stand,,,
-864 -852 45,401 403,stand,,,
-812 -900 43,402 404,stand,,,
-671 -1076 45,403 405,stand,,,
-668 -1109 45,404 406,stand,,,
-670 -1142 34,405 407,stand,,,
-777 -1263 44,406 408,stand,,,
-733 -1594 41,407 409,stand,,,
-810 -1700 52,408 423,stand,,,
-3012 -3294 110,412 414,stand,,,
-3020 -3382 59,412 361,stand,,,
-3020 -3358 110,411 410,stand,,,
-3030 -3189 60,414 357,stand,,,
-3030 -3214 110,413 410,stand,,,
-2114 -3186 60,344 416,stand,,,
-2461 -3209 61,415 431,stand,,,
-4677 -797 8,418 426,stand,,,
-4877 -669 31,417 419,stand,,,
-4796 -537 20,418 420,stand,,,
-4660 -436 6,421 419,stand,,,
-4397 -383 -10,420 422,stand,,,
-4145 -474 -6,421 392,stand,,,
-938 -1834 68,339 409 342,stand,,,
-2932 -1719 52,18 41 425 432,stand,,,
-3017 -1709 49,18 424 35,stand,,,
-4352 -844 6,395 417 378,stand,,,
-2872 518 -45,234 222 228,stand,,,
-2148 33 27,128 131,stand,,,
-897 44 -67,161 158 138 157,stand,,,
-2636 -3293 66,356 431,stand,,,
-2622 -3191 60,430 416 357,stand,,,
-2703 -1667 40,424 65 66,stand,,,
-3014 -1191 51,2 48,stand,,,
-2616 -2208 186,14 45,stand,,,
1 435
2 -2197 426 44,127,stand,,,
3 -3440 -198 -23,240,stand,,,
4 -3039 -1110 66,48 433,stand,,,
5 -2282 -1011 40,59 60,stand,,,
6 -1248 -450 24,117 118,stand,,,
7 -320 -314 5,152 153,stand,,,
8 456 438 -45,170,stand,,,
9 -1352 670 125,194 195,stand,,,
10 -984 808 -26,184 398,stand,,,
11 -1831 678 25,213,stand,,,
12 -3071 888 4,220,stand,,,
13 -2246 712 10,226,stand,,,
14 -3670 -2222 62,40,stand,,,
15 -3251 -386 -23,242 248,stand,,,
16 -2727 -2167 153,45 302 434,stand,,,
17 -1712 -2099 48,75 79,stand,,,
18 -2393 -2105 56,71,stand,,,
19 -2789 -1095 123,54,stand,,,
20 -3038 -1847 76,424 41 425,stand,,,
21 -2166 -453 50,109,stand,,,
22 -1165 -712 84,102,stand,,,
23 -1110 -584 40,119 400,stand,,,
24 -1467 425 -3,204 205,stand,,,
25 -3293 -222 -34,237 251,stand,,,
26 -3081 751 0,223 234,stand,,,
27 -890 1321 -12,178 182,stand,,,
28 -2243 1182 -19,215,stand,,,
29 -2420 -906 176,260,stand,,,
30 -3742 -1816 35,29 34 39,stand,,,
31 -3783 -1703 40,28 301,stand,,,
32 -3582 -1286 64,31 279 386,stand,,,
33 -3560 -1191 73,30 32,stand,,,
34 -3534 -1059 61,31 33,stand,,,
35 -3527 -958 64,32 64,stand,,,
36 -3342 -1631 33,28 35 280 300,stand,,,
37 -3252 -1739 48,34 36 425,stand,,,
38 -3279 -1857 55,35 37,stand,,,
39 -3464 -2028 53,38 36,stand,,,
40 -3595 -2056 49,37 40,stand,,,
41 -3704 -1938 48,40 28 397,stand,,,
42 -3702 -2074 46,39 38 12,stand,,,
43 -2912 -1806 89,42 424 18,stand,,,
44 -2774 -1853 107,41 43,stand,,,
45 -2749 -1933 135,42 44,stand,,,
46 -2682 -2033 165,43 45 46,stand,,,
47 -2703 -2103 161,44 14 434,stand,,,
48 -2576 -2027 175,44 85,stand,,,
49 -3108 -1334 40,48 55 279,stand,,,
50 -3129 -1109 48,47 2 49 433,stand,,,
51 -3124 -1009 76,48 50,stand,,,
52 -2920 -1007 85,49 51,stand,,,
53 -2923 -923 83,52 50 286,stand,,,
54 -2765 -921 88,51 53,stand,,,
55 -2754 -786 58,52 63,stand,,,
56 -2809 -1198 67,17 55,stand,,,
57 -2798 -1292 37,47 54 56,stand,,,
58 -2524 -1343 30,55 57 66,stand,,,
59 -2250 -1313 32,56 58,stand,,,
60 -2100 -1171 32,57 59,stand,,,
61 -2093 -985 35,58 3 111 288,stand,,,
62 -2339 -910 40,3 61,stand,,,
63 -2472 -877 52,60 62 261,stand,,,
64 -2625 -689 47,61 63 233,stand,,,
65 -2756 -682 37,53 62 245,stand,,,
66 -3530 -859 46,33 244,stand,,,
67 -2483 -1680 29,66 67 432,stand,,,
68 -2498 -1443 32,65 56 432,stand,,,
69 -2469 -1708 37,65 68,stand,,,
70 -2432 -1780 48,67 69 92,stand,,,
71 -2432 -1801 76,68 70,stand,,,
72 -2432 -1832 60,69 71 72,stand,,,
73 -2421 -1975 56,70 16,stand,,,
74 -2319 -1843 62,70 73,stand,,,
75 -2235 -1864 56,72 74 91,stand,,,
76 -2134 -2083 55,73 75,stand,,,
77 -1911 -2087 50,74 76 15,stand,,,
78 -1857 -1940 48,75 77,stand,,,
79 -1850 -1838 48,78 76,stand,,,
80 -1835 -1718 39,77 93 94 292,stand,,,
81 -1673 -2167 48,15 323,stand,,,
82 -1734 -2250 48,81 323,stand,,,
83 -1896 -2232 172,80 82,stand,,,
84 -1968 -2235 172,81 83,stand,,,
85 -1969 -2073 172,82 84 86,stand,,,
86 -2193 -2074 172,83 85,stand,,,
87 -2391 -2074 172,84 46,stand,,,
88 -1820 -2060 172,83 87,stand,,,
89 -1827 -1978 172,86 88 89 90,stand,,,
90 -1844 -1867 172,87 89 90,stand,,,
91 -1968 -1882 172,88 87,stand,,,
92 -1712 -1867 172,87 88,stand,,,
93 -2233 -1798 52,73 92,stand,,,
94 -2235 -1755 40,91 93 68,stand,,,
95 -2021 -1749 39,92 78,stand,,,
96 -1558 -1756 68,78 95,stand,,,
97 -1317 -1771 93,94 340 341,stand,,,
98 -1134 -1505 101,97 341,stand,,,
99 -1147 -1210 68,96 98,stand,,,
100 -1158 -1126 61,97 99 108,stand,,,
101 -1165 -1081 67,98 257,stand,,,
102 -1043 -741 41,101 259,stand,,,
103 -993 -741 32,100 399,stand,,,
104 -1171 -804 69,20 103 258,stand,,,
105 -1289 -819 71,102 104,stand,,,
106 -1395 -822 54,103 106 107 291,stand,,,
107 -1240 -572 46,106,stand,,,
108 -1395 -640 36,104 105 114,stand,,,
109 -1379 -1068 52,104 108,stand,,,
110 -1273 -1130 70,98 107,stand,,,
111 -2019 -471 28,19 110 112 120,stand,,,
112 -2066 -745 43,109 111,stand,,,
113 -2059 -846 44,110 59,stand,,,
114 -1767 -453 -4,109 113,stand,,,
115 -1661 -433 7,112 114 115,stand,,,
116 -1571 -607 29,106 113,stand,,,
117 -1594 -337 16,113 116 276,stand,,,
118 -1436 -359 24,117 115,stand,,,
119 -1406 -466 24,116 4,stand,,,
120 -1172 -381 24,4 119,stand,,,
121 -1045 -382 24,118 137 21 400,stand,,,
122 -2004 -308 12,109 121,stand,,,
123 -1945 -106 2,120 122 272,stand,,,
124 -1900 135 20,121 123,stand,,,
125 -1900 210 17,122 124,stand,,,
126 -1899 250 0,123 125,stand,,,
127 -1911 318 -26,124 126 202 203,stand,,,
128 -2022 318 -11,125 127,stand,,,
129 -2170 318 21,0 126 128,stand,,,
130 -2174 191 27,127 129 428,stand,,,
131 -2449 191 27,128 130,stand,,,
132 -2565 191 -11,129 229 230 285,stand,,,
133 -2185 -160 32,132 428,stand,,,
134 -2263 -255 45,131 133,stand,,,
135 -2287 -252 74,132 134,stand,,,
136 -2304 -254 38,133 135,stand,,,
137 -2373 -233 17,134 136,stand,,,
138 -2463 -233 -4,135 230 231 254,stand,,,
139 -996 -277 2,138 119,stand,,,
140 -949 -147 -29,137 157 429,stand,,,
141 -704 -550 -1,140 149 399,stand,,,
142 -711 -433 15,139 141,stand,,,
143 -713 -321 11,140 142,stand,,,
144 -580 -331 15,141 143,stand,,,
145 -475 -370 8,142 144 147,stand,,,
146 -475 -293 8,143 145,stand,,,
147 -474 -228 -24,144 146,stand,,,
148 -511 -89 -38,145 156 157,stand,,,
149 -460 -445 0,143 148,stand,,,
150 -412 -565 -7,147 149 150,stand,,,
151 -595 -552 -3,148 139,stand,,,
152 -301 -451 6,148 151,stand,,,
153 -246 -389 8,150 152,stand,,,
154 -252 -300 -7,151 5 153,stand,,,
155 -254 -199 -2,152 154 5,stand,,,
156 -248 -114 -14,153 155,stand,,,
157 -248 -70 -37,154 156 167,stand,,,
158 -391 -75 -29,155 146,stand,,,
159 -780 -120 -36,146 138 429,stand,,,
160 -1181 129 -49,159 161 429,stand,,,
161 -1242 -12 -46,158 160,stand,,,
162 -1312 -5 -44,159 198 274,stand,,,
163 -851 178 -71,158 162 262 429,stand,,,
164 -849 381 -62,161 163,stand,,,
165 -849 640 -62,162 164,stand,,,
166 -840 750 -54,165 163,stand,,,
167 -871 884 -54,164 166 267,stand,,,
168 -926 1033 -87,165 180 181 266 398,stand,,,
169 -96 57 -55,155 295,stand,,,
170 197 340 -63,169 271 294 295,stand,,,
171 239 441 -47,168 170,stand,,,
172 321 551 -54,169 6 171,stand,,,
173 322 746 -49,170 172,stand,,,
174 298 890 -44,173 171,stand,,,
175 195 933 -15,172 174,stand,,,
176 95 1031 -15,173 175,stand,,,
177 -104 1125 -22,176 174,stand,,,
178 -241 1125 -18,175 177,stand,,,
179 -485 1100 -33,176 264 265,stand,,,
180 -1072 1326 -37,25 179,stand,,,
181 -1098 1122 -89,178 180,stand,,,
182 -1088 1028 -78,166 179 185 398,stand,,,
183 -904 1178 -50,166 182,stand,,,
184 -893 1250 -27,25 181,stand,,,
185 -1276 825 -24,184 186 187 209,stand,,,
186 -1131 825 -22,183 8,stand,,,
187 -1273 1045 -71,180 186 296,stand,,,
188 -1273 903 -38,183 185,stand,,,
189 -1274 696 -26,183 188,stand,,,
190 -1335 695 -26,187 189,stand,,,
191 -1328 520 -26,190 188,stand,,,
192 -1294 383 -26,189 191 197,stand,,,
193 -1197 386 -26,190 192,stand,,,
194 -1197 426 -26,191 193,stand,,,
195 -1192 649 125,192 194,stand,,,
196 -1192 701 125,193 7,stand,,,
197 -1349 483 125,7 196,stand,,,
198 -1367 243 125,195,stand,,,
199 -1282 226 -26,190 198,stand,,,
200 -1295 173 -30,160 197 199,stand,,,
201 -1404 199 -23,198 200,stand,,,
202 -1514 289 0,199 201,stand,,,
203 -1701 292 5,202 200 277,stand,,,
204 -1817 301 -5,201 125,stand,,,
205 -1787 429 -23,125 204,stand,,,
206 -1577 426 -19,203 22,stand,,,
207 -1476 539 -2,206 22,stand,,,
208 -1498 631 17,205 207,stand,,,
209 -1503 704 9,206 208,stand,,,
210 -1514 775 -9,209 207 210 296,stand,,,
211 -1363 812 -28,208 183,stand,,,
212 -1637 809 -5,208 211,stand,,,
213 -1763 834 -22,210 212,stand,,,
214 -1856 829 -32,213 211 298 214,stand,,,
215 -1846 748 -3,212 9,stand,,,
216 -2169 944 -7,215 298 212,stand,,,
217 -2252 1026 -27,214 26 216,stand,,,
218 -2401 1102 -16,215 217,stand,,,
219 -2507 1135 -7,216 218,stand,,,
220 -2673 958 -8,217 219,stand,,,
221 -2802 949 -7,218 220 221,stand,,,
222 -2999 950 -8,219 10,stand,,,
223 -2813 817 3,219 222,stand,,,
224 -2840 669 -27,221 223 228 427,stand,,,
225 -2970 716 -14,222 24 234,stand,,,
226 -2447 638 15,225 227,stand,,,
227 -2448 696 0,224 226,stand,,,
228 -2315 696 13,225 11,stand,,,
229 -2455 559 6,224 228,stand,,,
230 -2583 581 -15,227 222 229 427,stand,,,
231 -2579 351 -15,228 130,stand,,,
232 -2519 -35 -13,130 136 284,stand,,,
233 -2446 -412 24,136 232,stand,,,
234 -2453 -549 48,233 231,stand,,,
235 -2548 -623 49,232 62,stand,,,
236 -3053 498 -39,223 235 427 24,stand,,,
237 -3070 280 -55,234 236 281 285,stand,,,
238 -3301 167 -34,235 237,stand,,,
239 -3301 -8 -32,23 236 238 282,stand,,,
240 -3551 -8 -23,237 239,stand,,,
241 -3546 -114 -23,238 240 241,stand,,,
242 -3438 -122 -23,239 1,stand,,,
243 -3556 -295 -23,239 242,stand,,,
244 -3523 -379 -22,241 13 243 391,stand,,,
245 -3522 -633 15,242 244 247,stand,,,
246 -3523 -742 31,243 64,stand,,,
247 -2860 -632 17,63 246 256,stand,,,
248 -3065 -592 3,245 247 287,stand,,,
249 -3258 -609 8,246 248 243,stand,,,
250 -3247 -451 -14,247 13 249,stand,,,
251 -3194 -456 3,248 250,stand,,,
252 -3123 -457 -15,249 251,stand,,,
253 -3109 -226 -39,250 23 252 282,stand,,,
254 -2965 -188 -48,251 253 283,stand,,,
255 -2830 -218 -48,252 254 255,stand,,,
256 -2613 -220 -29,253 136,stand,,,
257 -2838 -412 -23,253 256,stand,,,
258 -2845 -522 3,255 245,stand,,,
259 -1172 -970 52,258 99,stand,,,
260 -1171 -885 66,257 102 259,stand,,,
261 -1049 -897 65,258 100,stand,,,
262 -2407 -828 176,27 261,stand,,,
263 -2413 -767 59,260 61,stand,,,
264 -695 349 -75,161 263,stand,,,
265 -561 573 -70,264 262,stand,,,
266 -458 832 -62,263 177 267 268,stand,,,
267 -661 1080 -40,266 177 267,stand,,,
268 -791 1057 -66,265 166,stand,,,
269 -659 898 -51,265 165 264,stand,,,
270 -265 644 -64,269 264,stand,,,
271 -103 494 -54,268 270,stand,,,
272 -8 418 -21,269 271,stand,,,
273 9 396 -49,270 168,stand,,,
274 -1838 -95 0,121 273,stand,,,
275 -1650 -56 -22,272 274 275 278,stand,,,
276 -1477 -33 -32,273 160,stand,,,
277 -1624 -205 -20,273 276,stand,,,
278 -1603 -286 6,275 115,stand,,,
279 -1693 220 10,201 278,stand,,,
280 -1669 60 -10,277 273,stand,,,
281 -3346 -1330 50,47 30 280,stand,,,
282 -3352 -1472 40,279 34,stand,,,
283 -3060 108 -50,235 282,stand,,,
284 -3091 -47 -58,281 251 237 283,stand,,,
285 -2950 -71 -61,282 252 284,stand,,,
286 -2766 -31 -65,285 283 230,stand,,,
287 -2751 199 -52,284 130 235,stand,,,
288 -2998 -878 78,51 287,stand,,,
289 -2995 -772 48,286 246,stand,,,
290 -1948 -1021 22,59 289,stand,,,
291 -1805 -1006 17,288 290 293,stand,,,
292 -1672 -1000 31,289 291,stand,,,
293 -1528 -906 32,290 104,stand,,,
294 -1709 -1415 30,78 293,stand,,,
295 -1772 -1289 28,292 289,stand,,,
296 377 221 -51,168,stand,,,
297 71 205 -63,168 167,stand,,,
298 -1540 1013 -66,208 185 297,stand,,,
299 -1757 1045 -62,296 298,stand,,,
300 -1920 1037 -50,297 214 212,stand,,,
301 -3660 -1542 43,300 301,stand,,,
302 -3500 -1576 40,299 34,stand,,,
303 -3825 -1585 43,29 299 390,stand,,,
304 -2746 -2189 195,14 303,stand,,,
305 -2747 -2232 210,302 304,stand,,,
306 -2751 -2258 191,303 305,stand,,,
307 -2728 -2459 157,304 306,stand,,,
308 -2733 -2646 130,305 307 311,stand,,,
309 -2626 -2644 130,306 308 309,stand,,,
310 -2611 -2513 130,307 309,stand,,,
311 -2331 -2629 130,308 307 310,stand,,,
312 -2332 -2960 130,309 311 314,stand,,,
313 -2728 -2938 130,310 306 312,stand,,,
314 -2788 -2936 130,313 311,stand,,,
315 -3011 -2961 57,312 357,stand,,,
316 -2265 -3011 130,310 315,stand,,,
317 -2103 -3002 130,314 316,stand,,,
318 -1950 -2917 130,317 315 329,stand,,,
319 -1955 -2764 130,316 318,stand,,,
320 -1825 -2674 130,317 319 326,stand,,,
321 -1819 -2451 130,318 320,stand,,,
322 -1793 -2420 109,319 321 322,stand,,,
323 -1704 -2333 68,320 322 323,stand,,,
324 -1585 -2421 101,320 321 324,stand,,,
325 -1703 -2248 48,80 79 321,stand,,,
326 -1586 -2491 106,322 325,stand,,,
327 -1640 -2682 99,324 326 327,stand,,,
328 -1657 -2683 130,325 318,stand,,,
329 -1536 -2911 59,325 328 330 343,stand,,,
330 -1745 -2926 130,327 329,stand,,,
331 -1801 -2901 130,328 316,stand,,,
332 -1175 -2935 59,327 331 332 343,stand,,,
333 -1158 -2770 82,330,stand,,,
334 -896 -2956 59,330 333,stand,,,
335 -881 -2771 79,332 334 335,stand,,,
336 -873 -2683 90,333 335 336,stand,,,
337 -789 -2711 86,334 333,stand,,,
338 -869 -2562 97,334 337,stand,,,
339 -849 -2367 97,336 338,stand,,,
340 -895 -2151 85,337 339,stand,,,
341 -1096 -1964 99,338 340 423,stand,,,
342 -1203 -1864 103,95 339,stand,,,
343 -1205 -1623 101,95 96 342,stand,,,
344 -1087 -1687 97,341 423,stand,,,
345 -1371 -3198 60,330 327 344,stand,,,
346 -1577 -3190 60,343 345 415,stand,,,
347 -1569 -3420 59,344 346,stand,,,
348 -2058 -3431 59,345 347 356,stand,,,
349 -2045 -3803 59,346 348,stand,,,
350 -2372 -3810 59,347 349,stand,,,
351 -2620 -3834 59,348 350,stand,,,
352 -2624 -3631 59,349 351 356,stand,,,
353 -2937 -3628 59,350 352,stand,,,
354 -3301 -3629 59,353 351 361,stand,,,
355 -3335 -3831 59,352 354,stand,,,
356 -3859 -3830 56,353 355,stand,,,
357 -3892 -3452 57,354 360 362,stand,,,
358 -2647 -3426 59,350 346 430,stand,,,
359 -3001 -3149 60,313 358 413 431,stand,,,
360 -3571 -3157 60,357 359 363,stand,,,
361 -3907 -3145 56,358 360 364,stand,,,
362 -3900 -3300 66,359 355,stand,,,
363 -3300 -3452 59,352 362 411,stand,,,
364 -3568 -3423 59,361 355 363,stand,,,
365 -3578 -3280 66,362 358,stand,,,
366 -4142 -3139 54,359 365 366,stand,,,
367 -4276 -3137 55,364 366,stand,,,
368 -4189 -2807 44,365 364 367,stand,,,
369 -4151 -2421 42,366 368 396,stand,,,
370 -4559 -2356 40,367 369,stand,,,
371 -4635 -2081 24,368 370,stand,,,
372 -4692 -1906 16,369 371,stand,,,
373 -4483 -1733 27,370 372,stand,,,
374 -4481 -1666 28,371 373,stand,,,
375 -4481 -1627 40,372 374,stand,,,
376 -4484 -1463 38,373 375,stand,,,
377 -4361 -1479 38,374 376,stand,,,
378 -4361 -1269 38,375 377 379,stand,,,
379 -4363 -1219 38,376 378,stand,,,
380 -4365 -1190 18,377 426,stand,,,
381 -4221 -1256 38,376 380,stand,,,
382 -4201 -1301 38,379 381,stand,,,
383 -4187 -1530 190,380 382,stand,,,
384 -4242 -1607 190,381 383,stand,,,
385 -4363 -1458 190,382 384 385,stand,,,
386 -4511 -1460 190,383,stand,,,
387 -4264 -1253 190,383,stand,,,
388 -3908 -1281 61,30 387 389 390,stand,,,
389 -3912 -1256 91,386 388,stand,,,
390 -3909 -1234 59,387 394,stand,,,
391 -4060 -1352 68,386 390,stand,,,
392 -3932 -1482 51,389 301 386,stand,,,
393 -3718 -416 -29,242 392,stand,,,
394 -3905 -551 -15,391 393 422,stand,,,
395 -3926 -784 26,392 394,stand,,,
396 -3929 -957 38,393 395 388,stand,,,
397 -4166 -976 11,394 426,stand,,,
398 -4019 -2221 45,367 397,stand,,,
399 -3922 -2027 38,396 39,stand,,,
400 -1024 892 -26,8 180 166,stand,,,
401 -863 -739 13,139 101 400 401,stand,,,
402 -932 -610 12,399 119 21,stand,,,
403 -864 -801 28,399 402,stand,,,
404 -864 -852 45,401 403,stand,,,
405 -812 -900 43,402 404,stand,,,
406 -671 -1076 45,403 405,stand,,,
407 -668 -1109 45,404 406,stand,,,
408 -670 -1142 34,405 407,stand,,,
409 -777 -1263 44,406 408,stand,,,
410 -733 -1594 41,407 409,stand,,,
411 -810 -1700 52,408 423,stand,,,
412 -3012 -3294 110,412 414,stand,,,
413 -3020 -3382 59,412 361,stand,,,
414 -3020 -3358 110,411 410,stand,,,
415 -3030 -3189 60,414 357,stand,,,
416 -3030 -3214 110,413 410,stand,,,
417 -2114 -3186 60,344 416,stand,,,
418 -2461 -3209 61,415 431,stand,,,
419 -4677 -797 8,418 426,stand,,,
420 -4877 -669 31,417 419,stand,,,
421 -4796 -537 20,418 420,stand,,,
422 -4660 -436 6,421 419,stand,,,
423 -4397 -383 -10,420 422,stand,,,
424 -4145 -474 -6,421 392,stand,,,
425 -938 -1834 68,339 409 342,stand,,,
426 -2932 -1719 52,18 41 425 432,stand,,,
427 -3017 -1709 49,18 424 35,stand,,,
428 -4352 -844 6,395 417 378,stand,,,
429 -2872 518 -45,234 222 228,stand,,,
430 -2148 33 27,128 131,stand,,,
431 -897 44 -67,161 158 138 157,stand,,,
432 -2636 -3293 66,356 431,stand,,,
433 -2622 -3191 60,430 416 357,stand,,,
434 -2703 -1667 40,424 65 66,stand,,,
435 -3014 -1191 51,2 48,stand,,,
436 -2616 -2208 186,14 45,stand,,,

View File

@ -0,0 +1,310 @@
309
-3960 -1380 62.6968,33 34,stand,,,
-2197.68 426.008 44.3324,136,stand,,,
-3440 -198 -23.875,255,stand,,,
-3039.21 -1110.21 66.7172,54,stand,,,
-2282 -1011 40.125,65 66,stand,,,
-1248 -450 24.125,126 127,stand,,,
-320 -314 5.28386,165,stand,,,
456 438 -45.6509,184,stand,,,
174.787 137.213 -63.875,181 182,stand,,,
-1352.84 670 125.125,208 209,stand,,,
-984 808 -26.875,198,stand,,,
-1831.21 678.213 25.9997,227,stand,,,
-3071 888 4.70123,235,stand,,,
-2246 712 10.2331,241,stand,,,
-3670.12 -2222.69 62.6328,44,stand,,,
-3251.9 -386.5 -23.1948,257 263,stand,,,
-2727.74 -2167.03 153.553,50,stand,,,
-1712.99 -2099.27 48.125,82 86,stand,,,
-2393.87 -2105.34 56.125,78,stand,,,
-2789.96 -1095.51 123.694,60,stand,,,
-3038 -1847.52 76.6726,99,stand,,,
-1167.54 -1734.41 102.919,104 105,stand,,,
-2166.01 -453.11 50.2549,118,stand,,,
-1165.11 -712.987 84.5676,111,stand,,,
-1110.01 -584.11 40.4601,149,stand,,,
-1467.89 425.987 -3.31126,218 219,stand,,,
-3293.89 -222.013 -34.033,252 266,stand,,,
-3081.11 751.013 0.206394,238,stand,,,
-890.261 1321.81 -12.0212,192 196,stand,,,
-2243.1 1182.02 -19.9793,230,stand,,,
-2420 -906 176.125,275,stand,,,
-3742.95 -1816.07 35.6521,32 38 43,stand,,,
-3783.2 -1703.55 40.125,31 33,stand,,,
-3900.3 -1483.89 50.1522,32 0,stand,,,
-3582.81 -1286.29 64.8238,0 35 294,stand,,,
-3560.83 -1191.46 73.625,34 36,stand,,,
-3534.73 -1059.08 61.2023,35 37,stand,,,
-3527.75 -958.808 64.125,36 70,stand,,,
-3342.34 -1631 33.3506,31 39 295,stand,,,
-3252.01 -1739.95 48.125,38 40 45,stand,,,
-3279.98 -1857.47 55.6592,39 41,stand,,,
-3464.25 -2028.48 53.5666,42 40,stand,,,
-3595.97 -2056.4 49.4134,41 44,stand,,,
-3704.62 -1938.36 48.125,44 31,stand,,,
-3702.64 -2074.39 46.3004,43 42 14,stand,,,
-3062.08 -1744.07 52.3883,39 46 52,stand,,,
-2912.54 -1806.83 89.4468,45 47 52 99,stand,,,
-2774.43 -1853.34 107.677,46 48,stand,,,
-2749.68 -1933.46 135.365,47 49,stand,,,
-2682.15 -2033.71 165.455,48 50 51,stand,,,
-2703.39 -2103.79 161.73,49 16,stand,,,
-2576.23 -2027.08 175.125,49 93,stand,,,
-2855.78 -1695.23 41.2319,46 45 71,stand,,,
-3108.94 -1334.44 40.125,54 61 294,stand,,,
-3129.86 -1109.3 48.4135,53 3 55,stand,,,
-3124.76 -1009.75 76.3956,54 56,stand,,,
-2920.67 -1007.58 85.1073,55 57,stand,,,
-2923.78 -923.781 83.2871,58 56 301,stand,,,
-2765.54 -921.943 88.5265,57 59,stand,,,
-2754.99 -786.901 58.5966,58 69,stand,,,
-2809.05 -1198.95 67.7156,19 61,stand,,,
-2798.02 -1292.72 37.0465,53 60 62,stand,,,
-2524.2 -1343.22 30.578,61 63 73,stand,,,
-2250.76 -1313.77 32.125,62 64,stand,,,
-2100.68 -1171.05 32.6792,63 65,stand,,,
-2093.32 -985.583 35.6327,64 4 120 303,stand,,,
-2339.53 -910.611 40.125,4 67,stand,,,
-2472.54 -877.81 52.0642,66 68 276,stand,,,
-2625.06 -689.427 47.7758,67 69 248,stand,,,
-2756.41 -682.003 37.2617,59 68 260,stand,,,
-3530.9 -859.782 46.9383,37 259,stand,,,
-2728.19 -1660.93 40.125,52 72,stand,,,
-2483.36 -1680.39 29.9867,71 73 74,stand,,,
-2498.93 -1443.07 32.125,72 62,stand,,,
-2469.36 -1708.91 37.6325,72 75,stand,,,
-2432.7 -1780.88 48.125,74 76 101,stand,,,
-2432.71 -1801.77 76.125,75 77,stand,,,
-2432.75 -1832.02 60.3369,76 78 79,stand,,,
-2421.23 -1975.88 56.125,77 18,stand,,,
-2319.16 -1843.99 62.3899,77 80,stand,,,
-2235.85 -1864.28 56.0366,79 81 100,stand,,,
-2134.45 -2083.78 55.1573,80 82,stand,,,
-1911.43 -2087.5 50.125,81 83 17,stand,,,
-1857.09 -1940.69 48.125,82 84,stand,,,
-1850.56 -1838.38 48.125,85 83,stand,,,
-1835.13 -1718.93 39.1736,84 102 103 307,stand,,,
-1673.88 -2167.22 48.125,17 87,stand,,,
-1683 -2250.86 48.125,86 88,stand,,,
-1734.85 -2250.81 48.125,87 89,stand,,,
-1896.58 -2232.71 172.125,88 90,stand,,,
-1968 -2235.12 172.125,89 91,stand,,,
-1969.66 -2073.62 172.125,90 92 94,stand,,,
-2193.66 -2074.89 172.125,91 93,stand,,,
-2391.11 -2074.81 172.125,92 51,stand,,,
-1820.78 -2060.73 172.125,91 95,stand,,,
-1827.37 -1978.69 172.125,94 96 97 98,stand,,,
-1844.18 -1867.9 172.125,95 97 98,stand,,,
-1968.82 -1882.69 172.125,96 95,stand,,,
-1712.51 -1867.13 172.125,95 96,stand,,,
-2929.7 -1861.74 95.5374,20 46,stand,,,
-2233.98 -1798.6 52.125,80 101,stand,,,
-2235.12 -1755.47 40.125,100 102 75,stand,,,
-2021.88 -1749.55 39.23,101 85,stand,,,
-1558.32 -1756.62 68.5288,85 104,stand,,,
-1317.04 -1771.99 93.116,103 21,stand,,,
-1134.19 -1505.16 101.542,21 106,stand,,,
-1147.91 -1210.26 68.2177,105 107,stand,,,
-1158.54 -1126.87 61.8611,106 108 117,stand,,,
-1165.37 -1081.25 67.9137,107 272,stand,,,
-1043.92 -741.589 41.936,110 274,stand,,,
-993.941 -741.653 32.125,109 151,stand,,,
-1171.72 -804.58 69.6295,23 112 273,stand,,,
-1289.21 -819.102 71.1265,111 113,stand,,,
-1395.13 -822.159 54.3066,112 115 116 306,stand,,,
-1240.72 -572.386 46.7176,115,stand,,,
-1395.03 -640.354 36.0002,113 114 123,stand,,,
-1379.78 -1068.63 52.3568,113 117,stand,,,
-1273.01 -1130.71 70.5145,107 116,stand,,,
-2019.89 -471.354 28.622,22 119 121 129,stand,,,
-2066.65 -745.587 43.0429,118 120,stand,,,
-2059.65 -846.037 44.2965,119 65,stand,,,
-1767.71 -453.354 -4.1224,118 122,stand,,,
-1661.52 -433.278 7.20052,121 123 124,stand,,,
-1571.64 -607.917 29.9427,115 122,stand,,,
-1594.54 -337.96 16.6302,122 125 291,stand,,,
-1436.34 -359.605 24.125,126 124,stand,,,
-1406.23 -466.407 24.125,125 5,stand,,,
-1172.9 -381.618 24.125,5 128,stand,,,
-1045.29 -382.565 24.125,127 147 149,stand,,,
-2004.65 -308.625 12.3113,118 130,stand,,,
-1945.16 -106.656 2.57078,129 131 287,stand,,,
-1900.73 135.142 20.5286,130 132,stand,,,
-1900.7 210.607 17.6184,131 133,stand,,,
-1899.14 250.719 0.769392,132 134,stand,,,
-1911.36 318.892 -26.5759,133 135 216 217,stand,,,
-2022.17 318.296 -11.6011,134 136,stand,,,
-2170.76 318.167 21.7813,1 135 137,stand,,,
-2174.95 191.799 27.125,136 138 140,stand,,,
-2449.71 191.841 27.125,137 139,stand,,,
-2565.62 191.413 -11.5686,138 244 245 300,stand,,,
-2185.11 -37.0161 27.125,137 141,stand,,,
-2185.15 -160.179 32.5888,142 140,stand,,,
-2263.37 -255.68 45.5979,141 143,stand,,,
-2287.7 -252.966 74.625,142 144,stand,,,
-2304.13 -254.001 38.8099,143 145,stand,,,
-2373.64 -233.583 17.5615,144 146,stand,,,
-2463.03 -233.94 -4.17648,145 245 246 269,stand,,,
-996.474 -277.946 2.23575,148 128,stand,,,
-949.647 -147.299 -29.6367,147 170 175,stand,,,
-1034.81 -583.214 24.5102,128 24 150,stand,,,
-964.529 -620.433 23.321,149 151,stand,,,
-857.824 -677.857 5.15454,150 110 152,stand,,,
-704.971 -550.801 -1.10983,151 153 162,stand,,,
-711.977 -433.567 15.7077,152 154,stand,,,
-713.591 -321.832 11.5227,153 155,stand,,,
-580.374 -331.265 15.3981,154 156,stand,,,
-475.69 -370.195 8.125,155 157 160,stand,,,
-475.072 -293.688 8.125,156 158,stand,,,
-474.993 -228.171 -24.9776,157 159,stand,,,
-511.516 -89.0745 -38.1293,158 169 170,stand,,,
-460.01 -445.267 -0.747316,156 161,stand,,,
-412.065 -565.444 -7.875,160 162 163,stand,,,
-595.802 -552.95 -3.92338,161 152,stand,,,
-301.524 -451.976 6.34148,161 164,stand,,,
-246.422 -389.99 8.89232,163 165,stand,,,
-252.761 -300.704 -7.875,164 6 166,stand,,,
-254.485 -199.857 -2.47345,165 167,stand,,,
-248.581 -114.828 -14.8405,166 168,stand,,,
-248.642 -70.7238 -37.0311,167 169 181,stand,,,
-391.098 -75.8578 -29.2028,168 159,stand,,,
-780.167 -120.888 -36.799,159 148,stand,,,
-1181.93 129.494 -49.0634,172 174,stand,,,
-1242.02 -12.152 -46.4144,171 173,stand,,,
-1312.16 -5.07858 -44.3154,172 212 289,stand,,,
-851.57 178.245 -71.8766,171 175 176 277,stand,,,
-924.932 -16.0318 -64.7739,174 148,stand,,,
-849.333 381.429 -62.875,174 177,stand,,,
-849.197 640.498 -62.875,176 178,stand,,,
-840.219 750.019 -54.875,179 177,stand,,,
-871.577 884.019 -54.5509,178 180 282,stand,,,
-926.341 1033.54 -87.875,179 194 195 281,stand,,,
-96.176 57.2069 -55.0059,168 8,stand,,,
197.236 340.077 -63.875,8 183 286,stand,,,
239.922 441.252 -47.875,182 184,stand,,,
321.428 551.75 -54.1868,183 7 185,stand,,,
322.643 746.159 -49.8264,184 186,stand,,,
298.418 890.552 -44.0595,187 185,stand,,,
195.271 933.253 -15.875,186 188,stand,,,
95.3276 1031.23 -15.4017,187 189,stand,,,
-104.217 1125.26 -22.4327,190 188,stand,,,
-241.537 1125.71 -18.9217,189 191,stand,,,
-485.29 1100.95 -33.3424,190 279 280,stand,,,
-1072.98 1326.93 -37.4483,28 193,stand,,,
-1098.14 1122.33 -89.1991,192 194,stand,,,
-1088.96 1028.33 -78.8963,180 193 199,stand,,,
-904.547 1178.55 -50.1851,180 196,stand,,,
-893.975 1250.15 -27.5406,28 195,stand,,,
-1276.2 825.069 -24.4884,198 200 201 223,stand,,,
-1131.32 825.04 -22.8365,197 10,stand,,,
-1273.42 1045.32 -71.8951,194 200,stand,,,
-1273.11 903.366 -38.2861,197 199,stand,,,
-1274.7 696.043 -26.875,197 202,stand,,,
-1335.56 695.546 -26.875,201 203,stand,,,
-1328.79 520.44 -26.875,204 202,stand,,,
-1294.88 383.622 -26.875,203 205 211,stand,,,
-1197.77 386.44 -26.875,204 206,stand,,,
-1197.19 426.336 -26.875,205 207,stand,,,
-1192.45 649.506 125.125,206 208,stand,,,
-1192.74 701.761 125.125,207 9,stand,,,
-1349.99 483.872 125.125,9 210,stand,,,
-1367.88 243.13 125.125,209,stand,,,
-1282.86 226.655 -26.875,204 212,stand,,,
-1295.62 173.12 -30.8221,173 211 213,stand,,,
-1404.81 199.986 -23.8423,212 214,stand,,,
-1514.49 289.901 0.172845,213 215,stand,,,
-1701.25 292.354 5.07884,216 214 292,stand,,,
-1817.48 301.02 -5.4709,215 134,stand,,,
-1787.2 429.86 -23.5952,134 218,stand,,,
-1577.36 426.598 -19.9597,217 25,stand,,,
-1476.86 539.939 -2.88106,220 25,stand,,,
-1498.82 631.65 17.3703,219 221,stand,,,
-1503.35 704.384 9.14215,220 222,stand,,,
-1514.04 775.095 -9.6394,223 221 224,stand,,,
-1363.09 812.23 -28.192,222 197,stand,,,
-1637.71 809.019 -5.16266,222 225,stand,,,
-1763.39 834.513 -22.1998,224 226,stand,,,
-1856.94 829.055 -32.307,227 225 228,stand,,,
-1846.7 748.76 -3.80855,226 11,stand,,,
-1994.98 925.09 -35.645,226 229,stand,,,
-2169.24 944.727 -7.875,228 230,stand,,,
-2252.82 1026.6 -27.5839,229 29 231,stand,,,
-2401.13 1102.92 -16.4157,230 232,stand,,,
-2507.97 1135.31 -7.3799,231 233,stand,,,
-2673.92 958.078 -8.95566,232 234,stand,,,
-2802.54 949.892 -7.72727,233 235 236,stand,,,
-2999.47 950.015 -8.42583,234 12,stand,,,
-2813.76 817.778 3.11416,234 237,stand,,,
-2840.19 669.242 -27.8527,236 238 243,stand,,,
-2970.11 716.546 -14.213,237 27 249,stand,,,
-2447.36 638.455 15.125,240 242,stand,,,
-2448.04 696.398 0.504197,239 241,stand,,,
-2315.39 696.741 13.7971,240 13,stand,,,
-2455.65 559.418 6.49271,239 243,stand,,,
-2583.11 581.534 -15.4011,242 237 244,stand,,,
-2579.5 351.949 -15.2178,243 139,stand,,,
-2519.04 -35.3875 -13.4225,139 146,stand,,,
-2446.97 -412.993 24.4708,146 247,stand,,,
-2453.85 -549.251 48.775,248 246,stand,,,
-2548.03 -623.233 49.715,247 68,stand,,,
-3053.09 498.242 -39.5574,238 250,stand,,,
-3070.15 280.932 -55.4303,249 251 296 300,stand,,,
-3301.95 167.27 -34.2921,250 252,stand,,,
-3301.89 -8.59811 -32.4281,26 251 253 297,stand,,,
-3551.59 -8.86978 -23.875,252 254,stand,,,
-3546.7 -114.015 -23.875,253 255 256,stand,,,
-3438.57 -122.071 -23.875,254 2,stand,,,
-3556.5 -295.235 -23.875,254 257,stand,,,
-3523.67 -379.532 -22.4014,256 15 258,stand,,,
-3522.64 -633.727 15.1366,257 259 262,stand,,,
-3523.17 -742.281 31.5989,258 70,stand,,,
-2860.58 -632.282 17.9217,69 261 271,stand,,,
-3065.97 -592.881 3.59698,260 262 302,stand,,,
-3258.44 -609.107 8.93977,261 263 258,stand,,,
-3247.62 -451.3 -14.0766,262 15 264,stand,,,
-3194.82 -456.832 3.125,263 265,stand,,,
-3123.41 -457.991 -15.2351,264 266,stand,,,
-3109.71 -226.934 -39.6572,265 26 267 297,stand,,,
-2965.4 -188.183 -48.2344,266 268 298,stand,,,
-2830.71 -218.826 -48.4041,267 269 270,stand,,,
-2613.47 -220.841 -29.5757,268 146,stand,,,
-2838.82 -412.361 -23.8676,268 271,stand,,,
-2845.79 -522.013 3.4999,270 260,stand,,,
-1172.94 -970.913 52.0533,273 108,stand,,,
-1171.88 -885.654 66.1206,272 111 274,stand,,,
-1049.06 -897.49 65.643,273 109,stand,,,
-2407.28 -828.844 176.125,30 276,stand,,,
-2413.54 -767.201 59.4274,275 67,stand,,,
-695.924 349.375 -75.1563,174 278,stand,,,
-561.847 573.98 -70.9008,279 277,stand,,,
-458.136 832.568 -62.2077,278 191 282 283,stand,,,
-661.773 1080.05 -40.2187,281 191 282,stand,,,
-791.062 1057.93 -66.1201,280 180,stand,,,
-659.036 898.455 -51.7482,280 179 279,stand,,,
-265.828 644.655 -64.9999,284 279,stand,,,
-103.15 494.667 -54.8129,283 285,stand,,,
-8.48457 418.478 -21.875,284 286,stand,,,
9.92118 396.516 -49.58,285 182,stand,,,
-1838.35 -95.1805 -0.138298,130 288,stand,,,
-1650.78 -56.68 -22.6271,287 289 290 293,stand,,,
-1477.85 -33.2909 -32.9249,288 173,stand,,,
-1624.05 -205.267 -20.6723,288 291,stand,,,
-1603.55 -286.077 6.31916,290 124,stand,,,
-1693.77 220.546 10.9785,215 293,stand,,,
-1669.67 60.3353 -10.0508,292 288,stand,,,
-3346.78 -1330.76 50.8757,53 34 295,stand,,,
-3352.71 -1472.52 40.016,294 38,stand,,,
-3060.02 108.93 -50.4984,250 297,stand,,,
-3091.55 -47.7358 -58.7358,296 266 252 298,stand,,,
-2950.78 -71.3944 -61.0917,297 267 299,stand,,,
-2766.05 -31.7884 -65.4517,300 298,stand,,,
-2751.64 199.688 -52.8022,299 139 250,stand,,,
-2998.73 -878.156 78.9476,57 302,stand,,,
-2995.55 -772.247 48.6132,301 261,stand,,,
-1948.97 -1021.46 22.9031,65 304,stand,,,
-1805.71 -1006.69 17.2145,303 305 308,stand,,,
-1672.74 -1000.18 31.8573,304 306,stand,,,
-1528.54 -906.365 32.6555,305 113,stand,,,
-1709.44 -1415.95 30.8021,85 308,stand,,,
-1772.77 -1289.1 28.9043,307 304,stand,,,
1 309
2 -3960 -1380 62.6968,33 34,stand,,,
3 -2197.68 426.008 44.3324,136,stand,,,
4 -3440 -198 -23.875,255,stand,,,
5 -3039.21 -1110.21 66.7172,54,stand,,,
6 -2282 -1011 40.125,65 66,stand,,,
7 -1248 -450 24.125,126 127,stand,,,
8 -320 -314 5.28386,165,stand,,,
9 456 438 -45.6509,184,stand,,,
10 174.787 137.213 -63.875,181 182,stand,,,
11 -1352.84 670 125.125,208 209,stand,,,
12 -984 808 -26.875,198,stand,,,
13 -1831.21 678.213 25.9997,227,stand,,,
14 -3071 888 4.70123,235,stand,,,
15 -2246 712 10.2331,241,stand,,,
16 -3670.12 -2222.69 62.6328,44,stand,,,
17 -3251.9 -386.5 -23.1948,257 263,stand,,,
18 -2727.74 -2167.03 153.553,50,stand,,,
19 -1712.99 -2099.27 48.125,82 86,stand,,,
20 -2393.87 -2105.34 56.125,78,stand,,,
21 -2789.96 -1095.51 123.694,60,stand,,,
22 -3038 -1847.52 76.6726,99,stand,,,
23 -1167.54 -1734.41 102.919,104 105,stand,,,
24 -2166.01 -453.11 50.2549,118,stand,,,
25 -1165.11 -712.987 84.5676,111,stand,,,
26 -1110.01 -584.11 40.4601,149,stand,,,
27 -1467.89 425.987 -3.31126,218 219,stand,,,
28 -3293.89 -222.013 -34.033,252 266,stand,,,
29 -3081.11 751.013 0.206394,238,stand,,,
30 -890.261 1321.81 -12.0212,192 196,stand,,,
31 -2243.1 1182.02 -19.9793,230,stand,,,
32 -2420 -906 176.125,275,stand,,,
33 -3742.95 -1816.07 35.6521,32 38 43,stand,,,
34 -3783.2 -1703.55 40.125,31 33,stand,,,
35 -3900.3 -1483.89 50.1522,32 0,stand,,,
36 -3582.81 -1286.29 64.8238,0 35 294,stand,,,
37 -3560.83 -1191.46 73.625,34 36,stand,,,
38 -3534.73 -1059.08 61.2023,35 37,stand,,,
39 -3527.75 -958.808 64.125,36 70,stand,,,
40 -3342.34 -1631 33.3506,31 39 295,stand,,,
41 -3252.01 -1739.95 48.125,38 40 45,stand,,,
42 -3279.98 -1857.47 55.6592,39 41,stand,,,
43 -3464.25 -2028.48 53.5666,42 40,stand,,,
44 -3595.97 -2056.4 49.4134,41 44,stand,,,
45 -3704.62 -1938.36 48.125,44 31,stand,,,
46 -3702.64 -2074.39 46.3004,43 42 14,stand,,,
47 -3062.08 -1744.07 52.3883,39 46 52,stand,,,
48 -2912.54 -1806.83 89.4468,45 47 52 99,stand,,,
49 -2774.43 -1853.34 107.677,46 48,stand,,,
50 -2749.68 -1933.46 135.365,47 49,stand,,,
51 -2682.15 -2033.71 165.455,48 50 51,stand,,,
52 -2703.39 -2103.79 161.73,49 16,stand,,,
53 -2576.23 -2027.08 175.125,49 93,stand,,,
54 -2855.78 -1695.23 41.2319,46 45 71,stand,,,
55 -3108.94 -1334.44 40.125,54 61 294,stand,,,
56 -3129.86 -1109.3 48.4135,53 3 55,stand,,,
57 -3124.76 -1009.75 76.3956,54 56,stand,,,
58 -2920.67 -1007.58 85.1073,55 57,stand,,,
59 -2923.78 -923.781 83.2871,58 56 301,stand,,,
60 -2765.54 -921.943 88.5265,57 59,stand,,,
61 -2754.99 -786.901 58.5966,58 69,stand,,,
62 -2809.05 -1198.95 67.7156,19 61,stand,,,
63 -2798.02 -1292.72 37.0465,53 60 62,stand,,,
64 -2524.2 -1343.22 30.578,61 63 73,stand,,,
65 -2250.76 -1313.77 32.125,62 64,stand,,,
66 -2100.68 -1171.05 32.6792,63 65,stand,,,
67 -2093.32 -985.583 35.6327,64 4 120 303,stand,,,
68 -2339.53 -910.611 40.125,4 67,stand,,,
69 -2472.54 -877.81 52.0642,66 68 276,stand,,,
70 -2625.06 -689.427 47.7758,67 69 248,stand,,,
71 -2756.41 -682.003 37.2617,59 68 260,stand,,,
72 -3530.9 -859.782 46.9383,37 259,stand,,,
73 -2728.19 -1660.93 40.125,52 72,stand,,,
74 -2483.36 -1680.39 29.9867,71 73 74,stand,,,
75 -2498.93 -1443.07 32.125,72 62,stand,,,
76 -2469.36 -1708.91 37.6325,72 75,stand,,,
77 -2432.7 -1780.88 48.125,74 76 101,stand,,,
78 -2432.71 -1801.77 76.125,75 77,stand,,,
79 -2432.75 -1832.02 60.3369,76 78 79,stand,,,
80 -2421.23 -1975.88 56.125,77 18,stand,,,
81 -2319.16 -1843.99 62.3899,77 80,stand,,,
82 -2235.85 -1864.28 56.0366,79 81 100,stand,,,
83 -2134.45 -2083.78 55.1573,80 82,stand,,,
84 -1911.43 -2087.5 50.125,81 83 17,stand,,,
85 -1857.09 -1940.69 48.125,82 84,stand,,,
86 -1850.56 -1838.38 48.125,85 83,stand,,,
87 -1835.13 -1718.93 39.1736,84 102 103 307,stand,,,
88 -1673.88 -2167.22 48.125,17 87,stand,,,
89 -1683 -2250.86 48.125,86 88,stand,,,
90 -1734.85 -2250.81 48.125,87 89,stand,,,
91 -1896.58 -2232.71 172.125,88 90,stand,,,
92 -1968 -2235.12 172.125,89 91,stand,,,
93 -1969.66 -2073.62 172.125,90 92 94,stand,,,
94 -2193.66 -2074.89 172.125,91 93,stand,,,
95 -2391.11 -2074.81 172.125,92 51,stand,,,
96 -1820.78 -2060.73 172.125,91 95,stand,,,
97 -1827.37 -1978.69 172.125,94 96 97 98,stand,,,
98 -1844.18 -1867.9 172.125,95 97 98,stand,,,
99 -1968.82 -1882.69 172.125,96 95,stand,,,
100 -1712.51 -1867.13 172.125,95 96,stand,,,
101 -2929.7 -1861.74 95.5374,20 46,stand,,,
102 -2233.98 -1798.6 52.125,80 101,stand,,,
103 -2235.12 -1755.47 40.125,100 102 75,stand,,,
104 -2021.88 -1749.55 39.23,101 85,stand,,,
105 -1558.32 -1756.62 68.5288,85 104,stand,,,
106 -1317.04 -1771.99 93.116,103 21,stand,,,
107 -1134.19 -1505.16 101.542,21 106,stand,,,
108 -1147.91 -1210.26 68.2177,105 107,stand,,,
109 -1158.54 -1126.87 61.8611,106 108 117,stand,,,
110 -1165.37 -1081.25 67.9137,107 272,stand,,,
111 -1043.92 -741.589 41.936,110 274,stand,,,
112 -993.941 -741.653 32.125,109 151,stand,,,
113 -1171.72 -804.58 69.6295,23 112 273,stand,,,
114 -1289.21 -819.102 71.1265,111 113,stand,,,
115 -1395.13 -822.159 54.3066,112 115 116 306,stand,,,
116 -1240.72 -572.386 46.7176,115,stand,,,
117 -1395.03 -640.354 36.0002,113 114 123,stand,,,
118 -1379.78 -1068.63 52.3568,113 117,stand,,,
119 -1273.01 -1130.71 70.5145,107 116,stand,,,
120 -2019.89 -471.354 28.622,22 119 121 129,stand,,,
121 -2066.65 -745.587 43.0429,118 120,stand,,,
122 -2059.65 -846.037 44.2965,119 65,stand,,,
123 -1767.71 -453.354 -4.1224,118 122,stand,,,
124 -1661.52 -433.278 7.20052,121 123 124,stand,,,
125 -1571.64 -607.917 29.9427,115 122,stand,,,
126 -1594.54 -337.96 16.6302,122 125 291,stand,,,
127 -1436.34 -359.605 24.125,126 124,stand,,,
128 -1406.23 -466.407 24.125,125 5,stand,,,
129 -1172.9 -381.618 24.125,5 128,stand,,,
130 -1045.29 -382.565 24.125,127 147 149,stand,,,
131 -2004.65 -308.625 12.3113,118 130,stand,,,
132 -1945.16 -106.656 2.57078,129 131 287,stand,,,
133 -1900.73 135.142 20.5286,130 132,stand,,,
134 -1900.7 210.607 17.6184,131 133,stand,,,
135 -1899.14 250.719 0.769392,132 134,stand,,,
136 -1911.36 318.892 -26.5759,133 135 216 217,stand,,,
137 -2022.17 318.296 -11.6011,134 136,stand,,,
138 -2170.76 318.167 21.7813,1 135 137,stand,,,
139 -2174.95 191.799 27.125,136 138 140,stand,,,
140 -2449.71 191.841 27.125,137 139,stand,,,
141 -2565.62 191.413 -11.5686,138 244 245 300,stand,,,
142 -2185.11 -37.0161 27.125,137 141,stand,,,
143 -2185.15 -160.179 32.5888,142 140,stand,,,
144 -2263.37 -255.68 45.5979,141 143,stand,,,
145 -2287.7 -252.966 74.625,142 144,stand,,,
146 -2304.13 -254.001 38.8099,143 145,stand,,,
147 -2373.64 -233.583 17.5615,144 146,stand,,,
148 -2463.03 -233.94 -4.17648,145 245 246 269,stand,,,
149 -996.474 -277.946 2.23575,148 128,stand,,,
150 -949.647 -147.299 -29.6367,147 170 175,stand,,,
151 -1034.81 -583.214 24.5102,128 24 150,stand,,,
152 -964.529 -620.433 23.321,149 151,stand,,,
153 -857.824 -677.857 5.15454,150 110 152,stand,,,
154 -704.971 -550.801 -1.10983,151 153 162,stand,,,
155 -711.977 -433.567 15.7077,152 154,stand,,,
156 -713.591 -321.832 11.5227,153 155,stand,,,
157 -580.374 -331.265 15.3981,154 156,stand,,,
158 -475.69 -370.195 8.125,155 157 160,stand,,,
159 -475.072 -293.688 8.125,156 158,stand,,,
160 -474.993 -228.171 -24.9776,157 159,stand,,,
161 -511.516 -89.0745 -38.1293,158 169 170,stand,,,
162 -460.01 -445.267 -0.747316,156 161,stand,,,
163 -412.065 -565.444 -7.875,160 162 163,stand,,,
164 -595.802 -552.95 -3.92338,161 152,stand,,,
165 -301.524 -451.976 6.34148,161 164,stand,,,
166 -246.422 -389.99 8.89232,163 165,stand,,,
167 -252.761 -300.704 -7.875,164 6 166,stand,,,
168 -254.485 -199.857 -2.47345,165 167,stand,,,
169 -248.581 -114.828 -14.8405,166 168,stand,,,
170 -248.642 -70.7238 -37.0311,167 169 181,stand,,,
171 -391.098 -75.8578 -29.2028,168 159,stand,,,
172 -780.167 -120.888 -36.799,159 148,stand,,,
173 -1181.93 129.494 -49.0634,172 174,stand,,,
174 -1242.02 -12.152 -46.4144,171 173,stand,,,
175 -1312.16 -5.07858 -44.3154,172 212 289,stand,,,
176 -851.57 178.245 -71.8766,171 175 176 277,stand,,,
177 -924.932 -16.0318 -64.7739,174 148,stand,,,
178 -849.333 381.429 -62.875,174 177,stand,,,
179 -849.197 640.498 -62.875,176 178,stand,,,
180 -840.219 750.019 -54.875,179 177,stand,,,
181 -871.577 884.019 -54.5509,178 180 282,stand,,,
182 -926.341 1033.54 -87.875,179 194 195 281,stand,,,
183 -96.176 57.2069 -55.0059,168 8,stand,,,
184 197.236 340.077 -63.875,8 183 286,stand,,,
185 239.922 441.252 -47.875,182 184,stand,,,
186 321.428 551.75 -54.1868,183 7 185,stand,,,
187 322.643 746.159 -49.8264,184 186,stand,,,
188 298.418 890.552 -44.0595,187 185,stand,,,
189 195.271 933.253 -15.875,186 188,stand,,,
190 95.3276 1031.23 -15.4017,187 189,stand,,,
191 -104.217 1125.26 -22.4327,190 188,stand,,,
192 -241.537 1125.71 -18.9217,189 191,stand,,,
193 -485.29 1100.95 -33.3424,190 279 280,stand,,,
194 -1072.98 1326.93 -37.4483,28 193,stand,,,
195 -1098.14 1122.33 -89.1991,192 194,stand,,,
196 -1088.96 1028.33 -78.8963,180 193 199,stand,,,
197 -904.547 1178.55 -50.1851,180 196,stand,,,
198 -893.975 1250.15 -27.5406,28 195,stand,,,
199 -1276.2 825.069 -24.4884,198 200 201 223,stand,,,
200 -1131.32 825.04 -22.8365,197 10,stand,,,
201 -1273.42 1045.32 -71.8951,194 200,stand,,,
202 -1273.11 903.366 -38.2861,197 199,stand,,,
203 -1274.7 696.043 -26.875,197 202,stand,,,
204 -1335.56 695.546 -26.875,201 203,stand,,,
205 -1328.79 520.44 -26.875,204 202,stand,,,
206 -1294.88 383.622 -26.875,203 205 211,stand,,,
207 -1197.77 386.44 -26.875,204 206,stand,,,
208 -1197.19 426.336 -26.875,205 207,stand,,,
209 -1192.45 649.506 125.125,206 208,stand,,,
210 -1192.74 701.761 125.125,207 9,stand,,,
211 -1349.99 483.872 125.125,9 210,stand,,,
212 -1367.88 243.13 125.125,209,stand,,,
213 -1282.86 226.655 -26.875,204 212,stand,,,
214 -1295.62 173.12 -30.8221,173 211 213,stand,,,
215 -1404.81 199.986 -23.8423,212 214,stand,,,
216 -1514.49 289.901 0.172845,213 215,stand,,,
217 -1701.25 292.354 5.07884,216 214 292,stand,,,
218 -1817.48 301.02 -5.4709,215 134,stand,,,
219 -1787.2 429.86 -23.5952,134 218,stand,,,
220 -1577.36 426.598 -19.9597,217 25,stand,,,
221 -1476.86 539.939 -2.88106,220 25,stand,,,
222 -1498.82 631.65 17.3703,219 221,stand,,,
223 -1503.35 704.384 9.14215,220 222,stand,,,
224 -1514.04 775.095 -9.6394,223 221 224,stand,,,
225 -1363.09 812.23 -28.192,222 197,stand,,,
226 -1637.71 809.019 -5.16266,222 225,stand,,,
227 -1763.39 834.513 -22.1998,224 226,stand,,,
228 -1856.94 829.055 -32.307,227 225 228,stand,,,
229 -1846.7 748.76 -3.80855,226 11,stand,,,
230 -1994.98 925.09 -35.645,226 229,stand,,,
231 -2169.24 944.727 -7.875,228 230,stand,,,
232 -2252.82 1026.6 -27.5839,229 29 231,stand,,,
233 -2401.13 1102.92 -16.4157,230 232,stand,,,
234 -2507.97 1135.31 -7.3799,231 233,stand,,,
235 -2673.92 958.078 -8.95566,232 234,stand,,,
236 -2802.54 949.892 -7.72727,233 235 236,stand,,,
237 -2999.47 950.015 -8.42583,234 12,stand,,,
238 -2813.76 817.778 3.11416,234 237,stand,,,
239 -2840.19 669.242 -27.8527,236 238 243,stand,,,
240 -2970.11 716.546 -14.213,237 27 249,stand,,,
241 -2447.36 638.455 15.125,240 242,stand,,,
242 -2448.04 696.398 0.504197,239 241,stand,,,
243 -2315.39 696.741 13.7971,240 13,stand,,,
244 -2455.65 559.418 6.49271,239 243,stand,,,
245 -2583.11 581.534 -15.4011,242 237 244,stand,,,
246 -2579.5 351.949 -15.2178,243 139,stand,,,
247 -2519.04 -35.3875 -13.4225,139 146,stand,,,
248 -2446.97 -412.993 24.4708,146 247,stand,,,
249 -2453.85 -549.251 48.775,248 246,stand,,,
250 -2548.03 -623.233 49.715,247 68,stand,,,
251 -3053.09 498.242 -39.5574,238 250,stand,,,
252 -3070.15 280.932 -55.4303,249 251 296 300,stand,,,
253 -3301.95 167.27 -34.2921,250 252,stand,,,
254 -3301.89 -8.59811 -32.4281,26 251 253 297,stand,,,
255 -3551.59 -8.86978 -23.875,252 254,stand,,,
256 -3546.7 -114.015 -23.875,253 255 256,stand,,,
257 -3438.57 -122.071 -23.875,254 2,stand,,,
258 -3556.5 -295.235 -23.875,254 257,stand,,,
259 -3523.67 -379.532 -22.4014,256 15 258,stand,,,
260 -3522.64 -633.727 15.1366,257 259 262,stand,,,
261 -3523.17 -742.281 31.5989,258 70,stand,,,
262 -2860.58 -632.282 17.9217,69 261 271,stand,,,
263 -3065.97 -592.881 3.59698,260 262 302,stand,,,
264 -3258.44 -609.107 8.93977,261 263 258,stand,,,
265 -3247.62 -451.3 -14.0766,262 15 264,stand,,,
266 -3194.82 -456.832 3.125,263 265,stand,,,
267 -3123.41 -457.991 -15.2351,264 266,stand,,,
268 -3109.71 -226.934 -39.6572,265 26 267 297,stand,,,
269 -2965.4 -188.183 -48.2344,266 268 298,stand,,,
270 -2830.71 -218.826 -48.4041,267 269 270,stand,,,
271 -2613.47 -220.841 -29.5757,268 146,stand,,,
272 -2838.82 -412.361 -23.8676,268 271,stand,,,
273 -2845.79 -522.013 3.4999,270 260,stand,,,
274 -1172.94 -970.913 52.0533,273 108,stand,,,
275 -1171.88 -885.654 66.1206,272 111 274,stand,,,
276 -1049.06 -897.49 65.643,273 109,stand,,,
277 -2407.28 -828.844 176.125,30 276,stand,,,
278 -2413.54 -767.201 59.4274,275 67,stand,,,
279 -695.924 349.375 -75.1563,174 278,stand,,,
280 -561.847 573.98 -70.9008,279 277,stand,,,
281 -458.136 832.568 -62.2077,278 191 282 283,stand,,,
282 -661.773 1080.05 -40.2187,281 191 282,stand,,,
283 -791.062 1057.93 -66.1201,280 180,stand,,,
284 -659.036 898.455 -51.7482,280 179 279,stand,,,
285 -265.828 644.655 -64.9999,284 279,stand,,,
286 -103.15 494.667 -54.8129,283 285,stand,,,
287 -8.48457 418.478 -21.875,284 286,stand,,,
288 9.92118 396.516 -49.58,285 182,stand,,,
289 -1838.35 -95.1805 -0.138298,130 288,stand,,,
290 -1650.78 -56.68 -22.6271,287 289 290 293,stand,,,
291 -1477.85 -33.2909 -32.9249,288 173,stand,,,
292 -1624.05 -205.267 -20.6723,288 291,stand,,,
293 -1603.55 -286.077 6.31916,290 124,stand,,,
294 -1693.77 220.546 10.9785,215 293,stand,,,
295 -1669.67 60.3353 -10.0508,292 288,stand,,,
296 -3346.78 -1330.76 50.8757,53 34 295,stand,,,
297 -3352.71 -1472.52 40.016,294 38,stand,,,
298 -3060.02 108.93 -50.4984,250 297,stand,,,
299 -3091.55 -47.7358 -58.7358,296 266 252 298,stand,,,
300 -2950.78 -71.3944 -61.0917,297 267 299,stand,,,
301 -2766.05 -31.7884 -65.4517,300 298,stand,,,
302 -2751.64 199.688 -52.8022,299 139 250,stand,,,
303 -2998.73 -878.156 78.9476,57 302,stand,,,
304 -2995.55 -772.247 48.6132,301 261,stand,,,
305 -1948.97 -1021.46 22.9031,65 304,stand,,,
306 -1805.71 -1006.69 17.2145,303 305 308,stand,,,
307 -1672.74 -1000.18 31.8573,304 306,stand,,,
308 -1528.54 -906.365 32.6555,305 113,stand,,,
309 -1709.44 -1415.95 30.8021,85 308,stand,,,
310 -1772.77 -1289.1 28.9043,307 304,stand,,,

View File

@ -0,0 +1,392 @@
391
1562 3790 52,1 11 12 17 11,stand,,,
1447 3817 52,0 2 18,stand,,,
1438 3563 181,1 3 8,stand,,,
1796 3554 181,2 4 7,stand,,,
1885 3710 181,3 5 6 7,stand,,,
1941 3573 181,4 6,stand,,,
1952 3827 181,4 7 5,stand,,,
1825 3835 181,6 4 3,stand,,,
1453 3464 181,2 9 10,stand,,,
1681 3349 181,8 10,stand,,,
1483 3278 181,9 8,stand,,,
1538 3581 52,0 0 17 12 19,stand,,,
1738 3643 52,0 13 16 11,stand,,,
1958 3591 52,12 14 15 16 17 219,stand,,,
2245 3599 52,13 15 16 213,stand,,,
2183 3800 52,14 16 13,stand,,,
1990 3760 52,15 17 12 14 13,stand,,,
1768 3814 52,16 18 0 11 13,stand,,,
1578 3867 52,17 1,stand,,,
1540 3451 52,11 20 22 21 23,stand,,,
1465 3301 52,19 21 22,stand,,,
1616 3280 52,20 22 19,stand,,,
1636 3435 52,21 19 20,stand,,,
1352 3461 55,19 24 25 33,stand,,,
1362 3679 52,23 26 33,stand,,,
1337 3120 37,23 36 35 33 227 230,stand,,,
859 3663 61,24 27 32 33 43,stand,,,
586 3659 50,26 28 42 43,stand,,,
261 3554 78,27 29 41 42 65,stand,,,
157 3214 84,28 30 40 65,stand,,,
193 2806 84,29 31 39 40,stand,,,
89 2685 84,30 67,stand,,,
867 3460 68,26 33 37 42,stand,,,
1171 3473 35,32 34 23 25 24 26,stand,,,
1073 3243 108,33 35 37,stand,,,
1107 3078 92,34 36 25 37,stand,,,
1236 2920 38,35 25 267 268 38,stand,,,
826 3189 77,32 35 34 38,stand,,,
792 2975 72,37 39 271 268 36,stand,,,
512 2939 64,38 30 40 270 271,stand,,,
319 3039 72,39 29 30 41,stand,,,
331 3299 71,40 28,stand,,,
502 3511 53,32 28 27,stand,,,
735 3563 71,27 26 44,climb,,,
732 3565 174,43 45,climb,,,
730 3497 189,44 46 50,stand,,,
777 3269 189,45 47,stand,,,
683 3034 189,46 48,stand,,,
443 3052 191,47 49,stand,,,
371 3254 191,48 50 66,stand,,,
527 3460 191,49 45 51,stand,,,
584 3406 197,50 52,climb,,,
584 3406 301,51 53 58 64,climb,,,
584 3352 341,52 54 55 56,stand,,,
463 3226 341,53,stand,,,
572 3197 341,53,stand,,,
665 3293 341,53 57,stand,,,
667 3229 425,56,crouch,,,
512 3407 267,52 59,crouch,,,
416 3329 267,58 60,crouch,,,
438 3123 267,59 61,crouch,,,
571 3096 268,60 62,crouch,,,
703 3153 267,61 63,crouch,,,
710 3354 267,62 64,crouch,,,
655 3409 267,63 52,crouch,,,
257 3258 82,29 66 28,climb,,,
256 3254 172,65 49,climb,,,
95 2549 85,31 68 69,stand,,,
151 2360 85,67 69 77 78 85,stand,,,
254 2463 85,68 70 76 67,stand,,,
472 2449 85,69 71 75 76,stand,,,
481 2209 4,70 72 84 272,stand,,,
382 2162 4,71 73 84,stand,,,
382 2146 49,72 74,stand,,,
381 2109 85,73 82 83 85 78,stand,,,
377 2600 85,70 76,stand,,,
393 2361 85,75 69 70,stand,,,
61 2172 85,68 78 85,stand,,,
146 1980 85,77 79 83 68 85 74,stand,,,
102 1682 85,78 80 83,stand,,,
251 1691 85,79 81 83 86 95,stand,,,
383 1829 85,80 82 83,stand,,,
384 1939 85,81 74 83 90,stand,,,
257 1906 85,74 80 79 82 78 85 81,stand,,,
299 2231 4,72 71,stand,,,
174 2099 85,77 68 74 78 83,stand,,,
343 1563 85,80 87,stand,,,
392 1388 84,86 88 108,stand,,,
565 1390 84,87 89 92 108,stand,,,
573 1631 84,88 90,stand,,,
570 1939 85,89 82 91,stand,,,
577 2043 85,90 276,stand,,,
575 1144 53,88 93 108 345,stand,,,
538 852 7,92 94 108 98 115,stand,,,
532 722 4,93 103 114 117 119,stand,,,
213 1602 84,80 96,stand,,,
82 1377 84,95 97 108,stand,,,
99 1097 45,96 98 108,stand,,,
110 826 4,97 99 93 108,stand,,,
133 547 4,98 100 103,stand,,,
276 277 4,99 101 102 104 110,stand,,,
56 88 4,100 104,stand,,,
592 397 4,100 107 104 103 106 119,stand,,,
412 527 4,99 94 102 113 119 104,stand,,,
500 105 4,100 105 102 101 110 103,stand,,,
791 130 4,104 106 107 120,stand,,,
901 293 4,105 107 102 120 121,stand,,,
826 492 4,106 102 118 119 105 117,stand,,,
361 1108 47,93 87 96 97 92 98 88,stand,,,
663 203 46,110 120,stand,,,
561 211 4,109 104 100,stand,,,
266 686 122,112,stand,,,
402 688 71,111 113 114 116,stand,,,
415 632 28,112 103,stand,,,
468 686 4,94 112,stand,,,
434 768 4,93 116,stand,,,
419 738 37,115 112,stand,,,
751 729 4,94 118 119 338 107 346,stand,,,
926 620 4,117 107 119 347 346,stand,,,
623 585 4,107 94 103 117 118 102,stand,,,
763 208 4,109 106 105,stand,,,
1047 288 5,106 122 132 133,stand,,,
1161 469 5,121 123 133 132 347,stand,,,
1445 457 5,122 124 133 135 130,stand,,,
1658 435 5,123 125 137 134 136 135,stand,,,
1948 459 5,124 126 137,stand,,,
1973 292 5,125 127 137 136 153,stand,,,
1965 104 5,126 128 137,stand,,,
1770 94 5,127 129,stand,,,
1735 168 5,128 130 134 136 147,stand,,,
1540 130 5,129 131 134 123,stand,,,
1386 98 5,130 132 133 135,stand,,,
1157 111 5,131 121 122 138,stand,,,
1286 287 5,121 131 134 122 123,stand,,,
1613 260 13,130 133 135 129 136 124,stand,,,
1467 332 11,123 134 124 131,stand,,,
1795 301 5,129 137 126 134 124,stand,,,
1896 398 5,136 126 125 124 127,stand,,,
1090 133 11,132 139,climb,,,
1090 135 217,138 140,climb,,,
1021 137 255,139 141,stand,,,
1027 274 255,140 142,stand,,,
1026 501 255,141 143,stand,,,
1284 447 257,142 144 152,stand,,,
1477 444 258,143 145,stand,,,
1691 483 256,144 146,stand,,,
1974 479 256,145,stand,,,
2010 161 128,129 148,stand,,,
2001 458 128,147 149,stand,,,
1747 462 128,148 150,stand,,,
1500 463 128,149 151,stand,,,
1380 507 146,150 152,climb,,,
1380 508 229,151 143,climb,,,
2135 261 4,126 154 165 164,stand,,,
2161 115 4,153 155,stand,,,
2378 157 4,154 156 164,stand,,,
2581 136 4,155 157 166 158,stand,,,
2810 147 4,156 158 166,stand,,,
2834 397 4,157 159 166 161 156,stand,,,
2835 541 4,158 160 161,stand,,,
2905 631 11,159 162 167,stand,,,
2706 579 4,159 162 166 158 164,stand,,,
2519 590 4,161 163 164 166 160 165 387,stand,,,
2477 823 4,162 168 169 191,stand,,,
2372 379 4,155 165 162 166 161 153,stand,,,
2235 545 4,164 153 162 169 170,stand,,,
2673 347 4,156 161 164 158 157 162,stand,,,
2908 927 11,160 168 184,stand,,,
2723 962 11,167 163 189,stand,,,
2272 772 4,163 165 191 171 170 192 172,stand,,,
2093 631 4,165 171 169 311 291,stand,,,
2086 783 4,170 172 169 291,stand,,,
2113 933 4,171 173 169 192,stand,,,
2089 1270 4,172 174 192 297,stand,,,
2089 1591 4,173 175,stand,,,
2131 1757 4,174 176 296 193 194 314,stand,,,
2252 2012 4,175 177 317 193 314,stand,,,
2376 1993 4,176 178 263 194,stand,,,
2588 1989 4,177 179 197 195 188 198 194,stand,,,
2798 1999 4,178 180 182,stand,,,
2971 1920 4,179 181 182,stand,,,
3188 1953 6,180 182,stand,,,
2883 1794 4,180 183 195 196 179 181,stand,,,
2900 1576 11,182 184 187,stand,,,
2901 1164 15,183 167 185,stand,,,
2746 1173 15,184 186 189,stand,,,
2746 1348 15,185 187,stand,,,
2745 1523 15,186 183 188 196,stand,,,
2550 1529 4,187 190 197 178 193,stand,,,
2515 1177 4,190 185 191 168,stand,,,
2491 1356 4,189 188 193,stand,,,
2392 1009 4,189 163 169 192,stand,,,
2231 1039 4,169 191 172 173,stand,,,
2401 1678 4,190 194 175 188 176,stand,,,
2446 1829 4,193 195 177 178 175,stand,,,
2738 1807 4,194 196 197 182 178,stand,,,
2742 1637 11,195 187 182,stand,,,
2612 1673 11,188 195 178,stand,,,
2588 2113 6,199 203 178,stand,,,
2524 2295 6,198 200 203,stand,,,
2489 2480 6,199 201 262,stand,,,
2719 2567 6,200 202 204,stand,,,
2753 2375 6,201 203,stand,,,
2769 2097 6,202 198 199,stand,,,
2711 2728 5,201 205 208,stand,,,
2787 2802 4,204 206,stand,,,
2778 3163 12,205 207 210,stand,,,
2611 3239 25,206 210 211,stand,,,
2521 2784 20,204 209 266,stand,,,
2501 2980 14,208 210 265 266,stand,,,
2469 3108 10,209 207 206 211 221,stand,,,
2424 3325 4,207 210 212 216 221,stand,,,
2390 3482 4,213 214 211 216,stand,,,
2321 3596 4,212 14 214 215,stand,,,
2451 3662 4,213 215 212,stand,,,
2399 3868 4,214 213,stand,,,
2301 3383 4,212 211 217 221,stand,,,
2094 3345 6,216 218 222 224,stand,,,
2076 3478 52,217 219,stand,,,
1951 3450 52,218 13 220,stand,,,
1785 3446 52,219,stand,,,
2288 3233 4,211 216 223 210,stand,,,
2081 3160 4,217 223 228 247,stand,,,
2235 3089 4,222 221 265 258 247,stand,,,
1971 3292 9,217 225 228,stand,,,
1820 3271 14,224 226 228,stand,,,
1692 3146 4,225 227 228,stand,,,
1650 3043 4,226 228 229 230 25,stand,,,
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
1772 2974 4,227 228 230 231 257,stand,,,
1554 2948 4,227 229 242 267 25,stand,,,
1764 2830 17,229 232,stand,,,
1750 2519 39,231 233,stand,,,
1768 2454 4,232 234 255,stand,,,
1662 2447 4,233 235 253,stand,,,
1592 2428 41,234 236,stand,,,
1394 2349 41,235 237 254,stand,,,
1287 2337 4,236 238 243 245,stand,,,
1197 2339 41,237 239,stand,,,
1042 2306 4,238 240 244 246 275 277,stand,,,
1077 2019 4,239 241 246 276 342,stand,,,
1056 1851 10,240 279,stand,,,
1529 2697 4,230 243 267,stand,,,
1299 2544 4,242 237 244,stand,,,
1080 2557 4,243 239 268 267 277 269,stand,,,
1295 2252 4,237 246 278 324,stand,,,
1189 2268 10,245 240 239,stand,,,
1941 2919 4,228 248 257 258 223 222,stand,,,
1958 2683 12,247 249,stand,,,
1960 2448 10,248 250 255,stand,,,
2113 2456 5,249 251 260 264,stand,,,
2183 2347 4,250 252 263 264,stand,,,
1886 2339 12,251 253,stand,,,
1674 2361 4,252 254 254 316 234,stand,,,
1600 2361 41,253 236 253,stand,,,
1854 2435 4,233 256 249,stand,,,
1854 2692 4,255 257,stand,,,
1862 2920 4,256 229 228 247,stand,,,
2113 2894 4,247 259 223 261,stand,,,
2098 2683 12,258 260 261 264,stand,,,
2061 2578 9,259 250,stand,,,
2217 2733 24,259 262 265 258 266 264,stand,,,
2373 2511 4,261 200 264 263,stand,,,
2374 2258 4,177 251 262 264,stand,,,
2204 2541 27,250 262 263 259 251 261,stand,,,
2283 2916 4,261 209 223 266,stand,,,
2395 2753 10,261 208 265 209,stand,,,
1321 2809 4,230 242 36 244,stand,,,
1014 2798 48,36 269 271 38 244,stand,,,
685 2608 33,268 270 271 273 277 244,stand,,,
403 2692 63,269 39,stand,,,
738 2790 48,39 269 38 268,stand,,,
617 2225 4,71 273 274 277,stand,,,
622 2457 12,272 269 277,stand,,,
737 2150 4,272 275,stand,,,
853 2162 4,274 276 277 239,stand,,,
857 2049 4,275 91 240 335 342,stand,,,
842 2408 4,275 273 244 272 269 239,stand,,,
1246 2070 12,245 279,stand,,,
1167 1847 4,278 241 280,stand,,,
1172 1812 41,279 281,stand,,,
1125 1539 41,280 282,stand,,,
1141 1146 41,281 283,stand,,,
1156 981 4,282 284 339 346,stand,,,
1275 979 14,283 285 329 330 312 346,stand,,,
1310 826 4,284 286 288,stand,,,
1437 828 12,285 287,stand,,,
1658 825 12,286,stand,,,
1293 708 4,285 289 347 346,stand,,,
1513 671 4,288 290 347,stand,,,
1779 649 4,289 291 310 291 311,stand,,,
1900 804 4,290 292 310 171 311 290 170,stand,,,
1942 1002 26,291 293,stand,,,
1943 1201 39,292 294 297,climb,,,
1952 1341 44,293 295 297,climb,,,
1922 1512 26,294 296,stand,,,
1920 1792 4,295 313 175 314 318 315,stand,,,
1907 1272 4,173 293 294 298,stand,,,
1778 1271 11,297 312 299 329,stand,,,
1763 1515 38,300 298 313 326,climb,,,
1806 1515 137,299 301,climb,,,
1893 1524 169,300 302 373,crouch,,,
1921 1369 187,301 303 348,climb,,,
1921 1176 183,302 304,climb,,,
1920 1074 176,305 303,crouch,,,
1925 864 161,304 306,stand,,,
1881 854 156,305 307,climb,,,
1700 840 124,306 308,climb,,,
1615 815 124,307 309,stand,,,
1487 813 124,308,stand,,,
1760 773 4,290 291 312,stand,,,
1920 594 4,291 290 170,stand,,,
1756 957 14,310 298 329 331 284,stand,,,
1729 1775 4,299 296 318 325,stand,,,
2090 1954 4,175 315 296 176 318,stand,,,
1926 2166 4,314 316 317 318 296,stand,,,
1661 2192 4,315 253 324 321,stand,,,
2118 2139 4,315 176 318,stand,,,
1791 1924 4,296 315 317 313 319 314,stand,,,
1696 1921 25,318 320 325,crouch,,,
1643 1965 34,319 321,crouch,,,
1568 2034 4,320 322 316 324,crouch,,,
1406 1868 4,321 323 334,stand,,,
1347 2029 4,322 324 334,stand,,,
1423 2214 4,323 245 316 321,stand,,,
1580 1706 21,319 326 313,stand,,,
1542 1522 39,325 299 327 333,crouch,,,
1336 1571 22,326 328 330 334,crouch,,,
1405 1327 65,327 329 330,stand,,,
1481 1066 22,328 312 298 284 331,stand,,,
1300 1219 37,284 328 327,stand,,,
1548 1187 43,329 332 312,crouch,,,
1543 1334 62,331 333,crouch,,,
1543 1493 62,332 326,crouch,,,
1272 1762 7,327 322 323,stand,,,
714 1881 4,276 336,stand,,,
719 1567 4,335 337 341,stand,,,
743 1273 4,336 338 340,stand,,,
753 954 4,337 117,stand,,,
943 1022 4,283 340 346,stand,,,
846 1169 4,339 341 337 343,stand,,,
954 1516 4,340 342 336,stand,,,
962 1825 4,341 276 240,stand,,,
728 1155 4,340 344,stand,,,
702 1155 66,343 345,stand,,,
655 1156 109,344 92,stand,,,
1082 790 4,347 118 117 283 284 339 288,stand,,,
1172 598 4,346 122 288 118 289,stand,,,
1976 1358 177,302 349,climb,,,
2127 1345 94,348 350,crouch,,,
2274 1295 112,349 351,stand,,,
2495 1352 95,350 352,climb,,,
2669 1399 112,351 353,climb,,,
2822 1391 112,352,climb,,,
1158 2412 185,355,stand,,,
1219 2412 185,354 356,climb,,,
1373 2396 186,355 357 374,climb,,,
1465 2394 186,356 358,stand,,,
1589 2405 185,357 359,climb,,,
1687 2519 183,358 360,climb,,,
1693 2655 174,359 361,stand,,,
1739 2818 161,360 362,climb,,,
1905 2810 124,361 363,climb,,,
1977 2739 124,362 364,stand,,,
1966 2578 124,363 365,stand,,,
1974 2518 124,364 366,climb,,,
1992 2396 124,365 367,climb,,,
1944 2328 124,366 368 384,stand,,,
1748 2339 124,367 369,climb,,,
1627 2273 147,368 370,climb,,,
1639 2229 147,369 371,stand,,,
1649 1983 147,370 372 383,stand,,,
1671 1724 147,371 373,climb,,,
1848 1677 138,372 301,climb,,,
1306 2186 124,356 375,climb,,,
1261 2090 124,374 376 381,stand,,,
1201 1876 124,375 377,climb,,,
1167 1814 179,376 378,climb,,,
1168 1761 179,377 379,stand,,,
1129 1492 185,378 380,stand,,,
1119 1110 186,379,stand,,,
1259 1978 124,375 382,climb,,,
1346 1968 147,381 383,climb,,,
1400 1973 147,382 371,stand,,,
2067 2290 126,367 385,stand,,,
2167 2243 84,384 386,stand,,,
2262 2179 40,385,stand,,,
2369 586 4,162 388,stand,,,
2362 620 38,387 389,stand,,,
2416 691 88,388 390,stand,,,
2261 543 88,389,stand,,,
1 391
2 1562 3790 52,1 11 12 17 11,stand,,,
3 1447 3817 52,0 2 18,stand,,,
4 1438 3563 181,1 3 8,stand,,,
5 1796 3554 181,2 4 7,stand,,,
6 1885 3710 181,3 5 6 7,stand,,,
7 1941 3573 181,4 6,stand,,,
8 1952 3827 181,4 7 5,stand,,,
9 1825 3835 181,6 4 3,stand,,,
10 1453 3464 181,2 9 10,stand,,,
11 1681 3349 181,8 10,stand,,,
12 1483 3278 181,9 8,stand,,,
13 1538 3581 52,0 0 17 12 19,stand,,,
14 1738 3643 52,0 13 16 11,stand,,,
15 1958 3591 52,12 14 15 16 17 219,stand,,,
16 2245 3599 52,13 15 16 213,stand,,,
17 2183 3800 52,14 16 13,stand,,,
18 1990 3760 52,15 17 12 14 13,stand,,,
19 1768 3814 52,16 18 0 11 13,stand,,,
20 1578 3867 52,17 1,stand,,,
21 1540 3451 52,11 20 22 21 23,stand,,,
22 1465 3301 52,19 21 22,stand,,,
23 1616 3280 52,20 22 19,stand,,,
24 1636 3435 52,21 19 20,stand,,,
25 1352 3461 55,19 24 25 33,stand,,,
26 1362 3679 52,23 26 33,stand,,,
27 1337 3120 37,23 36 35 33 227 230,stand,,,
28 859 3663 61,24 27 32 33 43,stand,,,
29 586 3659 50,26 28 42 43,stand,,,
30 261 3554 78,27 29 41 42 65,stand,,,
31 157 3214 84,28 30 40 65,stand,,,
32 193 2806 84,29 31 39 40,stand,,,
33 89 2685 84,30 67,stand,,,
34 867 3460 68,26 33 37 42,stand,,,
35 1171 3473 35,32 34 23 25 24 26,stand,,,
36 1073 3243 108,33 35 37,stand,,,
37 1107 3078 92,34 36 25 37,stand,,,
38 1236 2920 38,35 25 267 268 38,stand,,,
39 826 3189 77,32 35 34 38,stand,,,
40 792 2975 72,37 39 271 268 36,stand,,,
41 512 2939 64,38 30 40 270 271,stand,,,
42 319 3039 72,39 29 30 41,stand,,,
43 331 3299 71,40 28,stand,,,
44 502 3511 53,32 28 27,stand,,,
45 735 3563 71,27 26 44,climb,,,
46 732 3565 174,43 45,climb,,,
47 730 3497 189,44 46 50,stand,,,
48 777 3269 189,45 47,stand,,,
49 683 3034 189,46 48,stand,,,
50 443 3052 191,47 49,stand,,,
51 371 3254 191,48 50 66,stand,,,
52 527 3460 191,49 45 51,stand,,,
53 584 3406 197,50 52,climb,,,
54 584 3406 301,51 53 58 64,climb,,,
55 584 3352 341,52 54 55 56,stand,,,
56 463 3226 341,53,stand,,,
57 572 3197 341,53,stand,,,
58 665 3293 341,53 57,stand,,,
59 667 3229 425,56,crouch,,,
60 512 3407 267,52 59,crouch,,,
61 416 3329 267,58 60,crouch,,,
62 438 3123 267,59 61,crouch,,,
63 571 3096 268,60 62,crouch,,,
64 703 3153 267,61 63,crouch,,,
65 710 3354 267,62 64,crouch,,,
66 655 3409 267,63 52,crouch,,,
67 257 3258 82,29 66 28,climb,,,
68 256 3254 172,65 49,climb,,,
69 95 2549 85,31 68 69,stand,,,
70 151 2360 85,67 69 77 78 85,stand,,,
71 254 2463 85,68 70 76 67,stand,,,
72 472 2449 85,69 71 75 76,stand,,,
73 481 2209 4,70 72 84 272,stand,,,
74 382 2162 4,71 73 84,stand,,,
75 382 2146 49,72 74,stand,,,
76 381 2109 85,73 82 83 85 78,stand,,,
77 377 2600 85,70 76,stand,,,
78 393 2361 85,75 69 70,stand,,,
79 61 2172 85,68 78 85,stand,,,
80 146 1980 85,77 79 83 68 85 74,stand,,,
81 102 1682 85,78 80 83,stand,,,
82 251 1691 85,79 81 83 86 95,stand,,,
83 383 1829 85,80 82 83,stand,,,
84 384 1939 85,81 74 83 90,stand,,,
85 257 1906 85,74 80 79 82 78 85 81,stand,,,
86 299 2231 4,72 71,stand,,,
87 174 2099 85,77 68 74 78 83,stand,,,
88 343 1563 85,80 87,stand,,,
89 392 1388 84,86 88 108,stand,,,
90 565 1390 84,87 89 92 108,stand,,,
91 573 1631 84,88 90,stand,,,
92 570 1939 85,89 82 91,stand,,,
93 577 2043 85,90 276,stand,,,
94 575 1144 53,88 93 108 345,stand,,,
95 538 852 7,92 94 108 98 115,stand,,,
96 532 722 4,93 103 114 117 119,stand,,,
97 213 1602 84,80 96,stand,,,
98 82 1377 84,95 97 108,stand,,,
99 99 1097 45,96 98 108,stand,,,
100 110 826 4,97 99 93 108,stand,,,
101 133 547 4,98 100 103,stand,,,
102 276 277 4,99 101 102 104 110,stand,,,
103 56 88 4,100 104,stand,,,
104 592 397 4,100 107 104 103 106 119,stand,,,
105 412 527 4,99 94 102 113 119 104,stand,,,
106 500 105 4,100 105 102 101 110 103,stand,,,
107 791 130 4,104 106 107 120,stand,,,
108 901 293 4,105 107 102 120 121,stand,,,
109 826 492 4,106 102 118 119 105 117,stand,,,
110 361 1108 47,93 87 96 97 92 98 88,stand,,,
111 663 203 46,110 120,stand,,,
112 561 211 4,109 104 100,stand,,,
113 266 686 122,112,stand,,,
114 402 688 71,111 113 114 116,stand,,,
115 415 632 28,112 103,stand,,,
116 468 686 4,94 112,stand,,,
117 434 768 4,93 116,stand,,,
118 419 738 37,115 112,stand,,,
119 751 729 4,94 118 119 338 107 346,stand,,,
120 926 620 4,117 107 119 347 346,stand,,,
121 623 585 4,107 94 103 117 118 102,stand,,,
122 763 208 4,109 106 105,stand,,,
123 1047 288 5,106 122 132 133,stand,,,
124 1161 469 5,121 123 133 132 347,stand,,,
125 1445 457 5,122 124 133 135 130,stand,,,
126 1658 435 5,123 125 137 134 136 135,stand,,,
127 1948 459 5,124 126 137,stand,,,
128 1973 292 5,125 127 137 136 153,stand,,,
129 1965 104 5,126 128 137,stand,,,
130 1770 94 5,127 129,stand,,,
131 1735 168 5,128 130 134 136 147,stand,,,
132 1540 130 5,129 131 134 123,stand,,,
133 1386 98 5,130 132 133 135,stand,,,
134 1157 111 5,131 121 122 138,stand,,,
135 1286 287 5,121 131 134 122 123,stand,,,
136 1613 260 13,130 133 135 129 136 124,stand,,,
137 1467 332 11,123 134 124 131,stand,,,
138 1795 301 5,129 137 126 134 124,stand,,,
139 1896 398 5,136 126 125 124 127,stand,,,
140 1090 133 11,132 139,climb,,,
141 1090 135 217,138 140,climb,,,
142 1021 137 255,139 141,stand,,,
143 1027 274 255,140 142,stand,,,
144 1026 501 255,141 143,stand,,,
145 1284 447 257,142 144 152,stand,,,
146 1477 444 258,143 145,stand,,,
147 1691 483 256,144 146,stand,,,
148 1974 479 256,145,stand,,,
149 2010 161 128,129 148,stand,,,
150 2001 458 128,147 149,stand,,,
151 1747 462 128,148 150,stand,,,
152 1500 463 128,149 151,stand,,,
153 1380 507 146,150 152,climb,,,
154 1380 508 229,151 143,climb,,,
155 2135 261 4,126 154 165 164,stand,,,
156 2161 115 4,153 155,stand,,,
157 2378 157 4,154 156 164,stand,,,
158 2581 136 4,155 157 166 158,stand,,,
159 2810 147 4,156 158 166,stand,,,
160 2834 397 4,157 159 166 161 156,stand,,,
161 2835 541 4,158 160 161,stand,,,
162 2905 631 11,159 162 167,stand,,,
163 2706 579 4,159 162 166 158 164,stand,,,
164 2519 590 4,161 163 164 166 160 165 387,stand,,,
165 2477 823 4,162 168 169 191,stand,,,
166 2372 379 4,155 165 162 166 161 153,stand,,,
167 2235 545 4,164 153 162 169 170,stand,,,
168 2673 347 4,156 161 164 158 157 162,stand,,,
169 2908 927 11,160 168 184,stand,,,
170 2723 962 11,167 163 189,stand,,,
171 2272 772 4,163 165 191 171 170 192 172,stand,,,
172 2093 631 4,165 171 169 311 291,stand,,,
173 2086 783 4,170 172 169 291,stand,,,
174 2113 933 4,171 173 169 192,stand,,,
175 2089 1270 4,172 174 192 297,stand,,,
176 2089 1591 4,173 175,stand,,,
177 2131 1757 4,174 176 296 193 194 314,stand,,,
178 2252 2012 4,175 177 317 193 314,stand,,,
179 2376 1993 4,176 178 263 194,stand,,,
180 2588 1989 4,177 179 197 195 188 198 194,stand,,,
181 2798 1999 4,178 180 182,stand,,,
182 2971 1920 4,179 181 182,stand,,,
183 3188 1953 6,180 182,stand,,,
184 2883 1794 4,180 183 195 196 179 181,stand,,,
185 2900 1576 11,182 184 187,stand,,,
186 2901 1164 15,183 167 185,stand,,,
187 2746 1173 15,184 186 189,stand,,,
188 2746 1348 15,185 187,stand,,,
189 2745 1523 15,186 183 188 196,stand,,,
190 2550 1529 4,187 190 197 178 193,stand,,,
191 2515 1177 4,190 185 191 168,stand,,,
192 2491 1356 4,189 188 193,stand,,,
193 2392 1009 4,189 163 169 192,stand,,,
194 2231 1039 4,169 191 172 173,stand,,,
195 2401 1678 4,190 194 175 188 176,stand,,,
196 2446 1829 4,193 195 177 178 175,stand,,,
197 2738 1807 4,194 196 197 182 178,stand,,,
198 2742 1637 11,195 187 182,stand,,,
199 2612 1673 11,188 195 178,stand,,,
200 2588 2113 6,199 203 178,stand,,,
201 2524 2295 6,198 200 203,stand,,,
202 2489 2480 6,199 201 262,stand,,,
203 2719 2567 6,200 202 204,stand,,,
204 2753 2375 6,201 203,stand,,,
205 2769 2097 6,202 198 199,stand,,,
206 2711 2728 5,201 205 208,stand,,,
207 2787 2802 4,204 206,stand,,,
208 2778 3163 12,205 207 210,stand,,,
209 2611 3239 25,206 210 211,stand,,,
210 2521 2784 20,204 209 266,stand,,,
211 2501 2980 14,208 210 265 266,stand,,,
212 2469 3108 10,209 207 206 211 221,stand,,,
213 2424 3325 4,207 210 212 216 221,stand,,,
214 2390 3482 4,213 214 211 216,stand,,,
215 2321 3596 4,212 14 214 215,stand,,,
216 2451 3662 4,213 215 212,stand,,,
217 2399 3868 4,214 213,stand,,,
218 2301 3383 4,212 211 217 221,stand,,,
219 2094 3345 6,216 218 222 224,stand,,,
220 2076 3478 52,217 219,stand,,,
221 1951 3450 52,218 13 220,stand,,,
222 1785 3446 52,219,stand,,,
223 2288 3233 4,211 216 223 210,stand,,,
224 2081 3160 4,217 223 228 247,stand,,,
225 2235 3089 4,222 221 265 258 247,stand,,,
226 1971 3292 9,217 225 228,stand,,,
227 1820 3271 14,224 226 228,stand,,,
228 1692 3146 4,225 227 228,stand,,,
229 1650 3043 4,226 228 229 230 25,stand,,,
230 1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
231 1772 2974 4,227 228 230 231 257,stand,,,
232 1554 2948 4,227 229 242 267 25,stand,,,
233 1764 2830 17,229 232,stand,,,
234 1750 2519 39,231 233,stand,,,
235 1768 2454 4,232 234 255,stand,,,
236 1662 2447 4,233 235 253,stand,,,
237 1592 2428 41,234 236,stand,,,
238 1394 2349 41,235 237 254,stand,,,
239 1287 2337 4,236 238 243 245,stand,,,
240 1197 2339 41,237 239,stand,,,
241 1042 2306 4,238 240 244 246 275 277,stand,,,
242 1077 2019 4,239 241 246 276 342,stand,,,
243 1056 1851 10,240 279,stand,,,
244 1529 2697 4,230 243 267,stand,,,
245 1299 2544 4,242 237 244,stand,,,
246 1080 2557 4,243 239 268 267 277 269,stand,,,
247 1295 2252 4,237 246 278 324,stand,,,
248 1189 2268 10,245 240 239,stand,,,
249 1941 2919 4,228 248 257 258 223 222,stand,,,
250 1958 2683 12,247 249,stand,,,
251 1960 2448 10,248 250 255,stand,,,
252 2113 2456 5,249 251 260 264,stand,,,
253 2183 2347 4,250 252 263 264,stand,,,
254 1886 2339 12,251 253,stand,,,
255 1674 2361 4,252 254 254 316 234,stand,,,
256 1600 2361 41,253 236 253,stand,,,
257 1854 2435 4,233 256 249,stand,,,
258 1854 2692 4,255 257,stand,,,
259 1862 2920 4,256 229 228 247,stand,,,
260 2113 2894 4,247 259 223 261,stand,,,
261 2098 2683 12,258 260 261 264,stand,,,
262 2061 2578 9,259 250,stand,,,
263 2217 2733 24,259 262 265 258 266 264,stand,,,
264 2373 2511 4,261 200 264 263,stand,,,
265 2374 2258 4,177 251 262 264,stand,,,
266 2204 2541 27,250 262 263 259 251 261,stand,,,
267 2283 2916 4,261 209 223 266,stand,,,
268 2395 2753 10,261 208 265 209,stand,,,
269 1321 2809 4,230 242 36 244,stand,,,
270 1014 2798 48,36 269 271 38 244,stand,,,
271 685 2608 33,268 270 271 273 277 244,stand,,,
272 403 2692 63,269 39,stand,,,
273 738 2790 48,39 269 38 268,stand,,,
274 617 2225 4,71 273 274 277,stand,,,
275 622 2457 12,272 269 277,stand,,,
276 737 2150 4,272 275,stand,,,
277 853 2162 4,274 276 277 239,stand,,,
278 857 2049 4,275 91 240 335 342,stand,,,
279 842 2408 4,275 273 244 272 269 239,stand,,,
280 1246 2070 12,245 279,stand,,,
281 1167 1847 4,278 241 280,stand,,,
282 1172 1812 41,279 281,stand,,,
283 1125 1539 41,280 282,stand,,,
284 1141 1146 41,281 283,stand,,,
285 1156 981 4,282 284 339 346,stand,,,
286 1275 979 14,283 285 329 330 312 346,stand,,,
287 1310 826 4,284 286 288,stand,,,
288 1437 828 12,285 287,stand,,,
289 1658 825 12,286,stand,,,
290 1293 708 4,285 289 347 346,stand,,,
291 1513 671 4,288 290 347,stand,,,
292 1779 649 4,289 291 310 291 311,stand,,,
293 1900 804 4,290 292 310 171 311 290 170,stand,,,
294 1942 1002 26,291 293,stand,,,
295 1943 1201 39,292 294 297,climb,,,
296 1952 1341 44,293 295 297,climb,,,
297 1922 1512 26,294 296,stand,,,
298 1920 1792 4,295 313 175 314 318 315,stand,,,
299 1907 1272 4,173 293 294 298,stand,,,
300 1778 1271 11,297 312 299 329,stand,,,
301 1763 1515 38,300 298 313 326,climb,,,
302 1806 1515 137,299 301,climb,,,
303 1893 1524 169,300 302 373,crouch,,,
304 1921 1369 187,301 303 348,climb,,,
305 1921 1176 183,302 304,climb,,,
306 1920 1074 176,305 303,crouch,,,
307 1925 864 161,304 306,stand,,,
308 1881 854 156,305 307,climb,,,
309 1700 840 124,306 308,climb,,,
310 1615 815 124,307 309,stand,,,
311 1487 813 124,308,stand,,,
312 1760 773 4,290 291 312,stand,,,
313 1920 594 4,291 290 170,stand,,,
314 1756 957 14,310 298 329 331 284,stand,,,
315 1729 1775 4,299 296 318 325,stand,,,
316 2090 1954 4,175 315 296 176 318,stand,,,
317 1926 2166 4,314 316 317 318 296,stand,,,
318 1661 2192 4,315 253 324 321,stand,,,
319 2118 2139 4,315 176 318,stand,,,
320 1791 1924 4,296 315 317 313 319 314,stand,,,
321 1696 1921 25,318 320 325,crouch,,,
322 1643 1965 34,319 321,crouch,,,
323 1568 2034 4,320 322 316 324,crouch,,,
324 1406 1868 4,321 323 334,stand,,,
325 1347 2029 4,322 324 334,stand,,,
326 1423 2214 4,323 245 316 321,stand,,,
327 1580 1706 21,319 326 313,stand,,,
328 1542 1522 39,325 299 327 333,crouch,,,
329 1336 1571 22,326 328 330 334,crouch,,,
330 1405 1327 65,327 329 330,stand,,,
331 1481 1066 22,328 312 298 284 331,stand,,,
332 1300 1219 37,284 328 327,stand,,,
333 1548 1187 43,329 332 312,crouch,,,
334 1543 1334 62,331 333,crouch,,,
335 1543 1493 62,332 326,crouch,,,
336 1272 1762 7,327 322 323,stand,,,
337 714 1881 4,276 336,stand,,,
338 719 1567 4,335 337 341,stand,,,
339 743 1273 4,336 338 340,stand,,,
340 753 954 4,337 117,stand,,,
341 943 1022 4,283 340 346,stand,,,
342 846 1169 4,339 341 337 343,stand,,,
343 954 1516 4,340 342 336,stand,,,
344 962 1825 4,341 276 240,stand,,,
345 728 1155 4,340 344,stand,,,
346 702 1155 66,343 345,stand,,,
347 655 1156 109,344 92,stand,,,
348 1082 790 4,347 118 117 283 284 339 288,stand,,,
349 1172 598 4,346 122 288 118 289,stand,,,
350 1976 1358 177,302 349,climb,,,
351 2127 1345 94,348 350,crouch,,,
352 2274 1295 112,349 351,stand,,,
353 2495 1352 95,350 352,climb,,,
354 2669 1399 112,351 353,climb,,,
355 2822 1391 112,352,climb,,,
356 1158 2412 185,355,stand,,,
357 1219 2412 185,354 356,climb,,,
358 1373 2396 186,355 357 374,climb,,,
359 1465 2394 186,356 358,stand,,,
360 1589 2405 185,357 359,climb,,,
361 1687 2519 183,358 360,climb,,,
362 1693 2655 174,359 361,stand,,,
363 1739 2818 161,360 362,climb,,,
364 1905 2810 124,361 363,climb,,,
365 1977 2739 124,362 364,stand,,,
366 1966 2578 124,363 365,stand,,,
367 1974 2518 124,364 366,climb,,,
368 1992 2396 124,365 367,climb,,,
369 1944 2328 124,366 368 384,stand,,,
370 1748 2339 124,367 369,climb,,,
371 1627 2273 147,368 370,climb,,,
372 1639 2229 147,369 371,stand,,,
373 1649 1983 147,370 372 383,stand,,,
374 1671 1724 147,371 373,climb,,,
375 1848 1677 138,372 301,climb,,,
376 1306 2186 124,356 375,climb,,,
377 1261 2090 124,374 376 381,stand,,,
378 1201 1876 124,375 377,climb,,,
379 1167 1814 179,376 378,climb,,,
380 1168 1761 179,377 379,stand,,,
381 1129 1492 185,378 380,stand,,,
382 1119 1110 186,379,stand,,,
383 1259 1978 124,375 382,climb,,,
384 1346 1968 147,381 383,climb,,,
385 1400 1973 147,382 371,stand,,,
386 2067 2290 126,367 385,stand,,,
387 2167 2243 84,384 386,stand,,,
388 2262 2179 40,385,stand,,,
389 2369 586 4,162 388,stand,,,
390 2362 620 38,387 389,stand,,,
391 2416 691 88,388 390,stand,,,
392 2261 543 88,389,stand,,,

View File

@ -0,0 +1,392 @@
391
1562 3790 52,1 11 12 17 11,stand,,,
1447 3817 52,0 2 18,stand,,,
1438 3563 181,1 3 8,stand,,,
1796 3554 181,2 4 7,stand,,,
1885 3710 181,3 5 6 7,stand,,,
1941 3573 181,4 6,stand,,,
1952 3827 181,4 7 5,stand,,,
1825 3835 181,6 4 3,stand,,,
1453 3464 181,2 9 10,stand,,,
1681 3349 181,8 10,stand,,,
1483 3278 181,9 8,stand,,,
1538 3581 52,0 0 17 12 19,stand,,,
1738 3643 52,0 13 16 11,stand,,,
1958 3591 52,12 14 15 16 17 219,stand,,,
2245 3599 52,13 15 16 213,stand,,,
2183 3800 52,14 16 13,stand,,,
1990 3760 52,15 17 12 14 13,stand,,,
1768 3814 52,16 18 0 11 13,stand,,,
1578 3867 52,17 1,stand,,,
1540 3451 52,11 20 22 21 23,stand,,,
1465 3301 52,19 21 22,stand,,,
1616 3280 52,20 22 19,stand,,,
1636 3435 52,21 19 20,stand,,,
1352 3461 55,19 24 25 33,stand,,,
1362 3679 52,23 26 33,stand,,,
1337 3120 37,23 36 35 33 227 230,stand,,,
859 3663 61,24 27 32 33 43,stand,,,
586 3659 50,26 28 42 43,stand,,,
261 3554 78,27 29 41 42 65,stand,,,
157 3214 84,28 30 40 65,stand,,,
193 2806 84,29 31 39 40,stand,,,
89 2685 84,30 67,stand,,,
867 3460 68,26 33 37 42,stand,,,
1171 3473 35,32 34 23 25 24 26,stand,,,
1073 3243 108,33 35 37,stand,,,
1107 3078 92,34 36 25 37,stand,,,
1236 2920 38,35 25 267 268 38,stand,,,
826 3189 77,32 35 34 38,stand,,,
792 2975 72,37 39 271 268 36,stand,,,
512 2939 64,38 30 40 270 271,stand,,,
319 3039 72,39 29 30 41,stand,,,
331 3299 71,40 28,stand,,,
502 3511 53,32 28 27,stand,,,
735 3563 71,27 26 44,climb,,,
732 3565 174,43 45,climb,,,
730 3497 189,44 46 50,stand,,,
777 3269 189,45 47,stand,,,
683 3034 189,46 48,stand,,,
443 3052 191,47 49,stand,,,
371 3254 191,48 50 66,stand,,,
527 3460 191,49 45 51,stand,,,
584 3406 197,50 52,climb,,,
584 3406 301,51 53 58 64,climb,,,
584 3352 341,52 54 55 56,stand,,,
463 3226 341,53,stand,,,
572 3197 341,53,stand,,,
665 3293 341,53 57,stand,,,
667 3229 425,56,crouch,,,
512 3407 267,52 59,crouch,,,
416 3329 267,58 60,crouch,,,
438 3123 267,59 61,crouch,,,
571 3096 268,60 62,crouch,,,
703 3153 267,61 63,crouch,,,
710 3354 267,62 64,crouch,,,
655 3409 267,63 52,crouch,,,
257 3258 82,29 66 28,climb,,,
256 3254 172,65 49,climb,,,
95 2549 85,31 68 69,stand,,,
151 2360 85,67 69 77 78 85,stand,,,
254 2463 85,68 70 76 67,stand,,,
472 2449 85,69 71 75 76,stand,,,
481 2209 4,70 72 84 272,stand,,,
382 2162 4,71 73 84,stand,,,
382 2146 49,72 74,stand,,,
381 2109 85,73 82 83 85 78,stand,,,
377 2600 85,70 76,stand,,,
393 2361 85,75 69 70,stand,,,
61 2172 85,68 78 85,stand,,,
146 1980 85,77 79 83 68 85 74,stand,,,
102 1682 85,78 80 83,stand,,,
251 1691 85,79 81 83 86 95,stand,,,
383 1829 85,80 82 83,stand,,,
384 1939 85,81 74 83 90,stand,,,
257 1906 85,74 80 79 82 78 85 81,stand,,,
299 2231 4,72 71,stand,,,
174 2099 85,77 68 74 78 83,stand,,,
343 1563 85,80 87,stand,,,
392 1388 84,86 88 108,stand,,,
565 1390 84,87 89 92 108,stand,,,
573 1631 84,88 90,stand,,,
570 1939 85,89 82 91,stand,,,
577 2043 85,90 276,stand,,,
575 1144 53,88 93 108 345,stand,,,
538 852 7,92 94 108 98 115,stand,,,
532 722 4,93 103 114 117 119,stand,,,
213 1602 84,80 96,stand,,,
82 1377 84,95 97 108,stand,,,
99 1097 45,96 98 108,stand,,,
110 826 4,97 99 93 108,stand,,,
133 547 4,98 100 103,stand,,,
276 277 4,99 101 102 104 110,stand,,,
56 88 4,100 104,stand,,,
592 397 4,100 107 104 103 106 119,stand,,,
412 527 4,99 94 102 113 119 104,stand,,,
500 105 4,100 105 102 101 110 103,stand,,,
791 130 4,104 106 107 120,stand,,,
901 293 4,105 107 102 120 121,stand,,,
826 492 4,106 102 118 119 105 117,stand,,,
361 1108 47,93 87 96 97 92 98 88,stand,,,
663 203 46,110 120,stand,,,
561 211 4,109 104 100,stand,,,
266 686 122,112,stand,,,
402 688 71,111 113 114 116,stand,,,
415 632 28,112 103,stand,,,
468 686 4,94 112,stand,,,
434 768 4,93 116,stand,,,
419 738 37,115 112,stand,,,
751 729 4,94 118 119 338 107 346,stand,,,
926 620 4,117 107 119 347 346,stand,,,
623 585 4,107 94 103 117 118 102,stand,,,
763 208 4,109 106 105,stand,,,
1047 288 5,106 122 132 133,stand,,,
1161 469 5,121 123 133 132 347,stand,,,
1445 457 5,122 124 133 135 130,stand,,,
1658 435 5,123 125 137 134 136 135,stand,,,
1948 459 5,124 126 137,stand,,,
1973 292 5,125 127 137 136 153,stand,,,
1965 104 5,126 128 137,stand,,,
1770 94 5,127 129,stand,,,
1735 168 5,128 130 134 136 147,stand,,,
1540 130 5,129 131 134 123,stand,,,
1386 98 5,130 132 133 135,stand,,,
1157 111 5,131 121 122 138,stand,,,
1286 287 5,121 131 134 122 123,stand,,,
1613 260 13,130 133 135 129 136 124,stand,,,
1467 332 11,123 134 124 131,stand,,,
1795 301 5,129 137 126 134 124,stand,,,
1896 398 5,136 126 125 124 127,stand,,,
1090 133 11,132 139,climb,,,
1090 135 217,138 140,climb,,,
1021 137 255,139 141,stand,,,
1027 274 255,140 142,stand,,,
1026 501 255,141 143,stand,,,
1284 447 257,142 144 152,stand,,,
1477 444 258,143 145,stand,,,
1691 483 256,144 146,stand,,,
1974 479 256,145,stand,,,
2010 161 128,129 148,stand,,,
2001 458 128,147 149,stand,,,
1747 462 128,148 150,stand,,,
1500 463 128,149 151,stand,,,
1380 507 146,150 152,climb,,,
1380 508 229,151 143,climb,,,
2135 261 4,126 154 165 164,stand,,,
2161 115 4,153 155,stand,,,
2378 157 4,154 156 164,stand,,,
2581 136 4,155 157 166 158,stand,,,
2810 147 4,156 158 166,stand,,,
2834 397 4,157 159 166 161 156,stand,,,
2835 541 4,158 160 161,stand,,,
2905 631 11,159 162 167,stand,,,
2706 579 4,159 162 166 158 164,stand,,,
2519 590 4,161 163 164 166 160 165 387,stand,,,
2477 823 4,162 168 169 191,stand,,,
2372 379 4,155 165 162 166 161 153,stand,,,
2235 545 4,164 153 162 169 170,stand,,,
2673 347 4,156 161 164 158 157 162,stand,,,
2908 927 11,160 168 184,stand,,,
2723 962 11,167 163 189,stand,,,
2272 772 4,163 165 191 171 170 192 172,stand,,,
2093 631 4,165 171 169 311 291,stand,,,
2086 783 4,170 172 169 291,stand,,,
2113 933 4,171 173 169 192,stand,,,
2089 1270 4,172 174 192 297,stand,,,
2089 1591 4,173 175,stand,,,
2131 1757 4,174 176 296 193 194 314,stand,,,
2252 2012 4,175 177 317 193 314,stand,,,
2376 1993 4,176 178 263 194,stand,,,
2588 1989 4,177 179 197 195 188 198 194,stand,,,
2798 1999 4,178 180 182,stand,,,
2971 1920 4,179 181 182,stand,,,
3188 1953 6,180 182,stand,,,
2883 1794 4,180 183 195 196 179 181,stand,,,
2900 1576 11,182 184 187,stand,,,
2901 1164 15,183 167 185,stand,,,
2746 1173 15,184 186 189,stand,,,
2746 1348 15,185 187,stand,,,
2745 1523 15,186 183 188 196,stand,,,
2550 1529 4,187 190 197 178 193,stand,,,
2515 1177 4,190 185 191 168,stand,,,
2491 1356 4,189 188 193,stand,,,
2392 1009 4,189 163 169 192,stand,,,
2231 1039 4,169 191 172 173,stand,,,
2401 1678 4,190 194 175 188 176,stand,,,
2446 1829 4,193 195 177 178 175,stand,,,
2738 1807 4,194 196 197 182 178,stand,,,
2742 1637 11,195 187 182,stand,,,
2612 1673 11,188 195 178,stand,,,
2588 2113 6,199 203 178,stand,,,
2524 2295 6,198 200 203,stand,,,
2489 2480 6,199 201 262,stand,,,
2719 2567 6,200 202 204,stand,,,
2753 2375 6,201 203,stand,,,
2769 2097 6,202 198 199,stand,,,
2711 2728 5,201 205 208,stand,,,
2787 2802 4,204 206,stand,,,
2778 3163 12,205 207 210,stand,,,
2611 3239 25,206 210 211,stand,,,
2521 2784 20,204 209 266,stand,,,
2501 2980 14,208 210 265 266,stand,,,
2469 3108 10,209 207 206 211 221,stand,,,
2424 3325 4,207 210 212 216 221,stand,,,
2390 3482 4,213 214 211 216,stand,,,
2321 3596 4,212 14 214 215,stand,,,
2451 3662 4,213 215 212,stand,,,
2399 3868 4,214 213,stand,,,
2301 3383 4,212 211 217 221,stand,,,
2094 3345 6,216 218 222 224,stand,,,
2076 3478 52,217 219,stand,,,
1951 3450 52,218 13 220,stand,,,
1785 3446 52,219,stand,,,
2288 3233 4,211 216 223 210,stand,,,
2081 3160 4,217 223 228 247,stand,,,
2235 3089 4,222 221 265 258 247,stand,,,
1971 3292 9,217 225 228,stand,,,
1820 3271 14,224 226 228,stand,,,
1692 3146 4,225 227 228,stand,,,
1650 3043 4,226 228 229 230 25,stand,,,
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
1772 2974 4,227 228 230 231 257,stand,,,
1554 2948 4,227 229 242 267 25,stand,,,
1764 2830 17,229 232,stand,,,
1750 2519 39,231 233,stand,,,
1768 2454 4,232 234 255,stand,,,
1662 2447 4,233 235 253,stand,,,
1592 2428 41,234 236,stand,,,
1394 2349 41,235 237 254,stand,,,
1287 2337 4,236 238 243 245,stand,,,
1197 2339 41,237 239,stand,,,
1042 2306 4,238 240 244 246 275 277,stand,,,
1077 2019 4,239 241 246 276 342,stand,,,
1056 1851 10,240 279,stand,,,
1529 2697 4,230 243 267,stand,,,
1299 2544 4,242 237 244,stand,,,
1080 2557 4,243 239 268 267 277 269,stand,,,
1295 2252 4,237 246 278 324,stand,,,
1189 2268 10,245 240 239,stand,,,
1941 2919 4,228 248 257 258 223 222,stand,,,
1958 2683 12,247 249,stand,,,
1960 2448 10,248 250 255,stand,,,
2113 2456 5,249 251 260 264,stand,,,
2183 2347 4,250 252 263 264,stand,,,
1886 2339 12,251 253,stand,,,
1674 2361 4,252 254 254 316 234,stand,,,
1600 2361 41,253 236 253,stand,,,
1854 2435 4,233 256 249,stand,,,
1854 2692 4,255 257,stand,,,
1862 2920 4,256 229 228 247,stand,,,
2113 2894 4,247 259 223 261,stand,,,
2098 2683 12,258 260 261 264,stand,,,
2061 2578 9,259 250,stand,,,
2217 2733 24,259 262 265 258 266 264,stand,,,
2373 2511 4,261 200 264 263,stand,,,
2374 2258 4,177 251 262 264,stand,,,
2204 2541 27,250 262 263 259 251 261,stand,,,
2283 2916 4,261 209 223 266,stand,,,
2395 2753 10,261 208 265 209,stand,,,
1321 2809 4,230 242 36 244,stand,,,
1014 2798 48,36 269 271 38 244,stand,,,
685 2608 33,268 270 271 273 277 244,stand,,,
403 2692 63,269 39,stand,,,
738 2790 48,39 269 38 268,stand,,,
617 2225 4,71 273 274 277,stand,,,
622 2457 12,272 269 277,stand,,,
737 2150 4,272 275,stand,,,
853 2162 4,274 276 277 239,stand,,,
857 2049 4,275 91 240 335 342,stand,,,
842 2408 4,275 273 244 272 269 239,stand,,,
1246 2070 12,245 279,stand,,,
1167 1847 4,278 241 280,stand,,,
1172 1812 41,279 281,stand,,,
1125 1539 41,280 282,stand,,,
1141 1146 41,281 283,stand,,,
1156 981 4,282 284 339 346,stand,,,
1275 979 14,283 285 329 330 312 346,stand,,,
1310 826 4,284 286 288,stand,,,
1437 828 12,285 287,stand,,,
1658 825 12,286,stand,,,
1293 708 4,285 289 347 346,stand,,,
1513 671 4,288 290 347,stand,,,
1779 649 4,289 291 310 291 311,stand,,,
1900 804 4,290 292 310 171 311 290 170,stand,,,
1942 1002 26,291 293,stand,,,
1943 1201 39,292 294 297,climb,,,
1952 1341 44,293 295 297,climb,,,
1922 1512 26,294 296,stand,,,
1920 1792 4,295 313 175 314 318 315,stand,,,
1907 1272 4,173 293 294 298,stand,,,
1778 1271 11,297 312 299 329,stand,,,
1763 1515 38,300 298 313 326,climb,,,
1806 1515 137,299 301,climb,,,
1893 1524 169,300 302 373,crouch,,,
1921 1369 187,301 303 348,climb,,,
1921 1176 183,302 304,climb,,,
1920 1074 176,305 303,crouch,,,
1925 864 161,304 306,stand,,,
1881 854 156,305 307,climb,,,
1700 840 124,306 308,climb,,,
1615 815 124,307 309,stand,,,
1487 813 124,308,stand,,,
1760 773 4,290 291 312,stand,,,
1920 594 4,291 290 170,stand,,,
1756 957 14,310 298 329 331 284,stand,,,
1729 1775 4,299 296 318 325,stand,,,
2090 1954 4,175 315 296 176 318,stand,,,
1926 2166 4,314 316 317 318 296,stand,,,
1661 2192 4,315 253 324 321,stand,,,
2118 2139 4,315 176 318,stand,,,
1791 1924 4,296 315 317 313 319 314,stand,,,
1696 1921 25,318 320 325,crouch,,,
1643 1965 34,319 321,crouch,,,
1568 2034 4,320 322 316 324,crouch,,,
1406 1868 4,321 323 334,stand,,,
1347 2029 4,322 324 334,stand,,,
1423 2214 4,323 245 316 321,stand,,,
1580 1706 21,319 326 313,stand,,,
1542 1522 39,325 299 327 333,crouch,,,
1336 1571 22,326 328 330 334,crouch,,,
1405 1327 65,327 329 330,stand,,,
1481 1066 22,328 312 298 284 331,stand,,,
1300 1219 37,284 328 327,stand,,,
1548 1187 43,329 332 312,crouch,,,
1543 1334 62,331 333,crouch,,,
1543 1493 62,332 326,crouch,,,
1272 1762 7,327 322 323,stand,,,
714 1881 4,276 336,stand,,,
719 1567 4,335 337 341,stand,,,
743 1273 4,336 338 340,stand,,,
753 954 4,337 117,stand,,,
943 1022 4,283 340 346,stand,,,
846 1169 4,339 341 337 343,stand,,,
954 1516 4,340 342 336,stand,,,
962 1825 4,341 276 240,stand,,,
728 1155 4,340 344,stand,,,
702 1155 66,343 345,stand,,,
655 1156 109,344 92,stand,,,
1082 790 4,347 118 117 283 284 339 288,stand,,,
1172 598 4,346 122 288 118 289,stand,,,
1976 1358 177,302 349,climb,,,
2127 1345 94,348 350,crouch,,,
2274 1295 112,349 351,stand,,,
2495 1352 95,350 352,climb,,,
2669 1399 112,351 353,climb,,,
2822 1391 112,352,climb,,,
1158 2412 185,355,stand,,,
1219 2412 185,354 356,climb,,,
1373 2396 186,355 357 374,climb,,,
1465 2394 186,356 358,stand,,,
1589 2405 185,357 359,climb,,,
1687 2519 183,358 360,climb,,,
1693 2655 174,359 361,stand,,,
1739 2818 161,360 362,climb,,,
1905 2810 124,361 363,climb,,,
1977 2739 124,362 364,stand,,,
1966 2578 124,363 365,stand,,,
1974 2518 124,364 366,climb,,,
1992 2396 124,365 367,climb,,,
1944 2328 124,366 368 384,stand,,,
1748 2339 124,367 369,climb,,,
1627 2273 147,368 370,climb,,,
1639 2229 147,369 371,stand,,,
1649 1983 147,370 372 383,stand,,,
1671 1724 147,371 373,climb,,,
1848 1677 138,372 301,climb,,,
1306 2186 124,356 375,climb,,,
1261 2090 124,374 376 381,stand,,,
1201 1876 124,375 377,climb,,,
1167 1814 179,376 378,climb,,,
1168 1761 179,377 379,stand,,,
1129 1492 185,378 380,stand,,,
1119 1110 186,379,stand,,,
1259 1978 124,375 382,climb,,,
1346 1968 147,381 383,climb,,,
1400 1973 147,382 371,stand,,,
2067 2290 126,367 385,stand,,,
2167 2243 84,384 386,stand,,,
2262 2179 40,385,stand,,,
2369 586 4,162 388,stand,,,
2362 620 38,387 389,stand,,,
2416 691 88,388 390,stand,,,
2261 543 88,389,stand,,,
1 391
2 1562 3790 52,1 11 12 17 11,stand,,,
3 1447 3817 52,0 2 18,stand,,,
4 1438 3563 181,1 3 8,stand,,,
5 1796 3554 181,2 4 7,stand,,,
6 1885 3710 181,3 5 6 7,stand,,,
7 1941 3573 181,4 6,stand,,,
8 1952 3827 181,4 7 5,stand,,,
9 1825 3835 181,6 4 3,stand,,,
10 1453 3464 181,2 9 10,stand,,,
11 1681 3349 181,8 10,stand,,,
12 1483 3278 181,9 8,stand,,,
13 1538 3581 52,0 0 17 12 19,stand,,,
14 1738 3643 52,0 13 16 11,stand,,,
15 1958 3591 52,12 14 15 16 17 219,stand,,,
16 2245 3599 52,13 15 16 213,stand,,,
17 2183 3800 52,14 16 13,stand,,,
18 1990 3760 52,15 17 12 14 13,stand,,,
19 1768 3814 52,16 18 0 11 13,stand,,,
20 1578 3867 52,17 1,stand,,,
21 1540 3451 52,11 20 22 21 23,stand,,,
22 1465 3301 52,19 21 22,stand,,,
23 1616 3280 52,20 22 19,stand,,,
24 1636 3435 52,21 19 20,stand,,,
25 1352 3461 55,19 24 25 33,stand,,,
26 1362 3679 52,23 26 33,stand,,,
27 1337 3120 37,23 36 35 33 227 230,stand,,,
28 859 3663 61,24 27 32 33 43,stand,,,
29 586 3659 50,26 28 42 43,stand,,,
30 261 3554 78,27 29 41 42 65,stand,,,
31 157 3214 84,28 30 40 65,stand,,,
32 193 2806 84,29 31 39 40,stand,,,
33 89 2685 84,30 67,stand,,,
34 867 3460 68,26 33 37 42,stand,,,
35 1171 3473 35,32 34 23 25 24 26,stand,,,
36 1073 3243 108,33 35 37,stand,,,
37 1107 3078 92,34 36 25 37,stand,,,
38 1236 2920 38,35 25 267 268 38,stand,,,
39 826 3189 77,32 35 34 38,stand,,,
40 792 2975 72,37 39 271 268 36,stand,,,
41 512 2939 64,38 30 40 270 271,stand,,,
42 319 3039 72,39 29 30 41,stand,,,
43 331 3299 71,40 28,stand,,,
44 502 3511 53,32 28 27,stand,,,
45 735 3563 71,27 26 44,climb,,,
46 732 3565 174,43 45,climb,,,
47 730 3497 189,44 46 50,stand,,,
48 777 3269 189,45 47,stand,,,
49 683 3034 189,46 48,stand,,,
50 443 3052 191,47 49,stand,,,
51 371 3254 191,48 50 66,stand,,,
52 527 3460 191,49 45 51,stand,,,
53 584 3406 197,50 52,climb,,,
54 584 3406 301,51 53 58 64,climb,,,
55 584 3352 341,52 54 55 56,stand,,,
56 463 3226 341,53,stand,,,
57 572 3197 341,53,stand,,,
58 665 3293 341,53 57,stand,,,
59 667 3229 425,56,crouch,,,
60 512 3407 267,52 59,crouch,,,
61 416 3329 267,58 60,crouch,,,
62 438 3123 267,59 61,crouch,,,
63 571 3096 268,60 62,crouch,,,
64 703 3153 267,61 63,crouch,,,
65 710 3354 267,62 64,crouch,,,
66 655 3409 267,63 52,crouch,,,
67 257 3258 82,29 66 28,climb,,,
68 256 3254 172,65 49,climb,,,
69 95 2549 85,31 68 69,stand,,,
70 151 2360 85,67 69 77 78 85,stand,,,
71 254 2463 85,68 70 76 67,stand,,,
72 472 2449 85,69 71 75 76,stand,,,
73 481 2209 4,70 72 84 272,stand,,,
74 382 2162 4,71 73 84,stand,,,
75 382 2146 49,72 74,stand,,,
76 381 2109 85,73 82 83 85 78,stand,,,
77 377 2600 85,70 76,stand,,,
78 393 2361 85,75 69 70,stand,,,
79 61 2172 85,68 78 85,stand,,,
80 146 1980 85,77 79 83 68 85 74,stand,,,
81 102 1682 85,78 80 83,stand,,,
82 251 1691 85,79 81 83 86 95,stand,,,
83 383 1829 85,80 82 83,stand,,,
84 384 1939 85,81 74 83 90,stand,,,
85 257 1906 85,74 80 79 82 78 85 81,stand,,,
86 299 2231 4,72 71,stand,,,
87 174 2099 85,77 68 74 78 83,stand,,,
88 343 1563 85,80 87,stand,,,
89 392 1388 84,86 88 108,stand,,,
90 565 1390 84,87 89 92 108,stand,,,
91 573 1631 84,88 90,stand,,,
92 570 1939 85,89 82 91,stand,,,
93 577 2043 85,90 276,stand,,,
94 575 1144 53,88 93 108 345,stand,,,
95 538 852 7,92 94 108 98 115,stand,,,
96 532 722 4,93 103 114 117 119,stand,,,
97 213 1602 84,80 96,stand,,,
98 82 1377 84,95 97 108,stand,,,
99 99 1097 45,96 98 108,stand,,,
100 110 826 4,97 99 93 108,stand,,,
101 133 547 4,98 100 103,stand,,,
102 276 277 4,99 101 102 104 110,stand,,,
103 56 88 4,100 104,stand,,,
104 592 397 4,100 107 104 103 106 119,stand,,,
105 412 527 4,99 94 102 113 119 104,stand,,,
106 500 105 4,100 105 102 101 110 103,stand,,,
107 791 130 4,104 106 107 120,stand,,,
108 901 293 4,105 107 102 120 121,stand,,,
109 826 492 4,106 102 118 119 105 117,stand,,,
110 361 1108 47,93 87 96 97 92 98 88,stand,,,
111 663 203 46,110 120,stand,,,
112 561 211 4,109 104 100,stand,,,
113 266 686 122,112,stand,,,
114 402 688 71,111 113 114 116,stand,,,
115 415 632 28,112 103,stand,,,
116 468 686 4,94 112,stand,,,
117 434 768 4,93 116,stand,,,
118 419 738 37,115 112,stand,,,
119 751 729 4,94 118 119 338 107 346,stand,,,
120 926 620 4,117 107 119 347 346,stand,,,
121 623 585 4,107 94 103 117 118 102,stand,,,
122 763 208 4,109 106 105,stand,,,
123 1047 288 5,106 122 132 133,stand,,,
124 1161 469 5,121 123 133 132 347,stand,,,
125 1445 457 5,122 124 133 135 130,stand,,,
126 1658 435 5,123 125 137 134 136 135,stand,,,
127 1948 459 5,124 126 137,stand,,,
128 1973 292 5,125 127 137 136 153,stand,,,
129 1965 104 5,126 128 137,stand,,,
130 1770 94 5,127 129,stand,,,
131 1735 168 5,128 130 134 136 147,stand,,,
132 1540 130 5,129 131 134 123,stand,,,
133 1386 98 5,130 132 133 135,stand,,,
134 1157 111 5,131 121 122 138,stand,,,
135 1286 287 5,121 131 134 122 123,stand,,,
136 1613 260 13,130 133 135 129 136 124,stand,,,
137 1467 332 11,123 134 124 131,stand,,,
138 1795 301 5,129 137 126 134 124,stand,,,
139 1896 398 5,136 126 125 124 127,stand,,,
140 1090 133 11,132 139,climb,,,
141 1090 135 217,138 140,climb,,,
142 1021 137 255,139 141,stand,,,
143 1027 274 255,140 142,stand,,,
144 1026 501 255,141 143,stand,,,
145 1284 447 257,142 144 152,stand,,,
146 1477 444 258,143 145,stand,,,
147 1691 483 256,144 146,stand,,,
148 1974 479 256,145,stand,,,
149 2010 161 128,129 148,stand,,,
150 2001 458 128,147 149,stand,,,
151 1747 462 128,148 150,stand,,,
152 1500 463 128,149 151,stand,,,
153 1380 507 146,150 152,climb,,,
154 1380 508 229,151 143,climb,,,
155 2135 261 4,126 154 165 164,stand,,,
156 2161 115 4,153 155,stand,,,
157 2378 157 4,154 156 164,stand,,,
158 2581 136 4,155 157 166 158,stand,,,
159 2810 147 4,156 158 166,stand,,,
160 2834 397 4,157 159 166 161 156,stand,,,
161 2835 541 4,158 160 161,stand,,,
162 2905 631 11,159 162 167,stand,,,
163 2706 579 4,159 162 166 158 164,stand,,,
164 2519 590 4,161 163 164 166 160 165 387,stand,,,
165 2477 823 4,162 168 169 191,stand,,,
166 2372 379 4,155 165 162 166 161 153,stand,,,
167 2235 545 4,164 153 162 169 170,stand,,,
168 2673 347 4,156 161 164 158 157 162,stand,,,
169 2908 927 11,160 168 184,stand,,,
170 2723 962 11,167 163 189,stand,,,
171 2272 772 4,163 165 191 171 170 192 172,stand,,,
172 2093 631 4,165 171 169 311 291,stand,,,
173 2086 783 4,170 172 169 291,stand,,,
174 2113 933 4,171 173 169 192,stand,,,
175 2089 1270 4,172 174 192 297,stand,,,
176 2089 1591 4,173 175,stand,,,
177 2131 1757 4,174 176 296 193 194 314,stand,,,
178 2252 2012 4,175 177 317 193 314,stand,,,
179 2376 1993 4,176 178 263 194,stand,,,
180 2588 1989 4,177 179 197 195 188 198 194,stand,,,
181 2798 1999 4,178 180 182,stand,,,
182 2971 1920 4,179 181 182,stand,,,
183 3188 1953 6,180 182,stand,,,
184 2883 1794 4,180 183 195 196 179 181,stand,,,
185 2900 1576 11,182 184 187,stand,,,
186 2901 1164 15,183 167 185,stand,,,
187 2746 1173 15,184 186 189,stand,,,
188 2746 1348 15,185 187,stand,,,
189 2745 1523 15,186 183 188 196,stand,,,
190 2550 1529 4,187 190 197 178 193,stand,,,
191 2515 1177 4,190 185 191 168,stand,,,
192 2491 1356 4,189 188 193,stand,,,
193 2392 1009 4,189 163 169 192,stand,,,
194 2231 1039 4,169 191 172 173,stand,,,
195 2401 1678 4,190 194 175 188 176,stand,,,
196 2446 1829 4,193 195 177 178 175,stand,,,
197 2738 1807 4,194 196 197 182 178,stand,,,
198 2742 1637 11,195 187 182,stand,,,
199 2612 1673 11,188 195 178,stand,,,
200 2588 2113 6,199 203 178,stand,,,
201 2524 2295 6,198 200 203,stand,,,
202 2489 2480 6,199 201 262,stand,,,
203 2719 2567 6,200 202 204,stand,,,
204 2753 2375 6,201 203,stand,,,
205 2769 2097 6,202 198 199,stand,,,
206 2711 2728 5,201 205 208,stand,,,
207 2787 2802 4,204 206,stand,,,
208 2778 3163 12,205 207 210,stand,,,
209 2611 3239 25,206 210 211,stand,,,
210 2521 2784 20,204 209 266,stand,,,
211 2501 2980 14,208 210 265 266,stand,,,
212 2469 3108 10,209 207 206 211 221,stand,,,
213 2424 3325 4,207 210 212 216 221,stand,,,
214 2390 3482 4,213 214 211 216,stand,,,
215 2321 3596 4,212 14 214 215,stand,,,
216 2451 3662 4,213 215 212,stand,,,
217 2399 3868 4,214 213,stand,,,
218 2301 3383 4,212 211 217 221,stand,,,
219 2094 3345 6,216 218 222 224,stand,,,
220 2076 3478 52,217 219,stand,,,
221 1951 3450 52,218 13 220,stand,,,
222 1785 3446 52,219,stand,,,
223 2288 3233 4,211 216 223 210,stand,,,
224 2081 3160 4,217 223 228 247,stand,,,
225 2235 3089 4,222 221 265 258 247,stand,,,
226 1971 3292 9,217 225 228,stand,,,
227 1820 3271 14,224 226 228,stand,,,
228 1692 3146 4,225 227 228,stand,,,
229 1650 3043 4,226 228 229 230 25,stand,,,
230 1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
231 1772 2974 4,227 228 230 231 257,stand,,,
232 1554 2948 4,227 229 242 267 25,stand,,,
233 1764 2830 17,229 232,stand,,,
234 1750 2519 39,231 233,stand,,,
235 1768 2454 4,232 234 255,stand,,,
236 1662 2447 4,233 235 253,stand,,,
237 1592 2428 41,234 236,stand,,,
238 1394 2349 41,235 237 254,stand,,,
239 1287 2337 4,236 238 243 245,stand,,,
240 1197 2339 41,237 239,stand,,,
241 1042 2306 4,238 240 244 246 275 277,stand,,,
242 1077 2019 4,239 241 246 276 342,stand,,,
243 1056 1851 10,240 279,stand,,,
244 1529 2697 4,230 243 267,stand,,,
245 1299 2544 4,242 237 244,stand,,,
246 1080 2557 4,243 239 268 267 277 269,stand,,,
247 1295 2252 4,237 246 278 324,stand,,,
248 1189 2268 10,245 240 239,stand,,,
249 1941 2919 4,228 248 257 258 223 222,stand,,,
250 1958 2683 12,247 249,stand,,,
251 1960 2448 10,248 250 255,stand,,,
252 2113 2456 5,249 251 260 264,stand,,,
253 2183 2347 4,250 252 263 264,stand,,,
254 1886 2339 12,251 253,stand,,,
255 1674 2361 4,252 254 254 316 234,stand,,,
256 1600 2361 41,253 236 253,stand,,,
257 1854 2435 4,233 256 249,stand,,,
258 1854 2692 4,255 257,stand,,,
259 1862 2920 4,256 229 228 247,stand,,,
260 2113 2894 4,247 259 223 261,stand,,,
261 2098 2683 12,258 260 261 264,stand,,,
262 2061 2578 9,259 250,stand,,,
263 2217 2733 24,259 262 265 258 266 264,stand,,,
264 2373 2511 4,261 200 264 263,stand,,,
265 2374 2258 4,177 251 262 264,stand,,,
266 2204 2541 27,250 262 263 259 251 261,stand,,,
267 2283 2916 4,261 209 223 266,stand,,,
268 2395 2753 10,261 208 265 209,stand,,,
269 1321 2809 4,230 242 36 244,stand,,,
270 1014 2798 48,36 269 271 38 244,stand,,,
271 685 2608 33,268 270 271 273 277 244,stand,,,
272 403 2692 63,269 39,stand,,,
273 738 2790 48,39 269 38 268,stand,,,
274 617 2225 4,71 273 274 277,stand,,,
275 622 2457 12,272 269 277,stand,,,
276 737 2150 4,272 275,stand,,,
277 853 2162 4,274 276 277 239,stand,,,
278 857 2049 4,275 91 240 335 342,stand,,,
279 842 2408 4,275 273 244 272 269 239,stand,,,
280 1246 2070 12,245 279,stand,,,
281 1167 1847 4,278 241 280,stand,,,
282 1172 1812 41,279 281,stand,,,
283 1125 1539 41,280 282,stand,,,
284 1141 1146 41,281 283,stand,,,
285 1156 981 4,282 284 339 346,stand,,,
286 1275 979 14,283 285 329 330 312 346,stand,,,
287 1310 826 4,284 286 288,stand,,,
288 1437 828 12,285 287,stand,,,
289 1658 825 12,286,stand,,,
290 1293 708 4,285 289 347 346,stand,,,
291 1513 671 4,288 290 347,stand,,,
292 1779 649 4,289 291 310 291 311,stand,,,
293 1900 804 4,290 292 310 171 311 290 170,stand,,,
294 1942 1002 26,291 293,stand,,,
295 1943 1201 39,292 294 297,climb,,,
296 1952 1341 44,293 295 297,climb,,,
297 1922 1512 26,294 296,stand,,,
298 1920 1792 4,295 313 175 314 318 315,stand,,,
299 1907 1272 4,173 293 294 298,stand,,,
300 1778 1271 11,297 312 299 329,stand,,,
301 1763 1515 38,300 298 313 326,climb,,,
302 1806 1515 137,299 301,climb,,,
303 1893 1524 169,300 302 373,crouch,,,
304 1921 1369 187,301 303 348,climb,,,
305 1921 1176 183,302 304,climb,,,
306 1920 1074 176,305 303,crouch,,,
307 1925 864 161,304 306,stand,,,
308 1881 854 156,305 307,climb,,,
309 1700 840 124,306 308,climb,,,
310 1615 815 124,307 309,stand,,,
311 1487 813 124,308,stand,,,
312 1760 773 4,290 291 312,stand,,,
313 1920 594 4,291 290 170,stand,,,
314 1756 957 14,310 298 329 331 284,stand,,,
315 1729 1775 4,299 296 318 325,stand,,,
316 2090 1954 4,175 315 296 176 318,stand,,,
317 1926 2166 4,314 316 317 318 296,stand,,,
318 1661 2192 4,315 253 324 321,stand,,,
319 2118 2139 4,315 176 318,stand,,,
320 1791 1924 4,296 315 317 313 319 314,stand,,,
321 1696 1921 25,318 320 325,crouch,,,
322 1643 1965 34,319 321,crouch,,,
323 1568 2034 4,320 322 316 324,crouch,,,
324 1406 1868 4,321 323 334,stand,,,
325 1347 2029 4,322 324 334,stand,,,
326 1423 2214 4,323 245 316 321,stand,,,
327 1580 1706 21,319 326 313,stand,,,
328 1542 1522 39,325 299 327 333,crouch,,,
329 1336 1571 22,326 328 330 334,crouch,,,
330 1405 1327 65,327 329 330,stand,,,
331 1481 1066 22,328 312 298 284 331,stand,,,
332 1300 1219 37,284 328 327,stand,,,
333 1548 1187 43,329 332 312,crouch,,,
334 1543 1334 62,331 333,crouch,,,
335 1543 1493 62,332 326,crouch,,,
336 1272 1762 7,327 322 323,stand,,,
337 714 1881 4,276 336,stand,,,
338 719 1567 4,335 337 341,stand,,,
339 743 1273 4,336 338 340,stand,,,
340 753 954 4,337 117,stand,,,
341 943 1022 4,283 340 346,stand,,,
342 846 1169 4,339 341 337 343,stand,,,
343 954 1516 4,340 342 336,stand,,,
344 962 1825 4,341 276 240,stand,,,
345 728 1155 4,340 344,stand,,,
346 702 1155 66,343 345,stand,,,
347 655 1156 109,344 92,stand,,,
348 1082 790 4,347 118 117 283 284 339 288,stand,,,
349 1172 598 4,346 122 288 118 289,stand,,,
350 1976 1358 177,302 349,climb,,,
351 2127 1345 94,348 350,crouch,,,
352 2274 1295 112,349 351,stand,,,
353 2495 1352 95,350 352,climb,,,
354 2669 1399 112,351 353,climb,,,
355 2822 1391 112,352,climb,,,
356 1158 2412 185,355,stand,,,
357 1219 2412 185,354 356,climb,,,
358 1373 2396 186,355 357 374,climb,,,
359 1465 2394 186,356 358,stand,,,
360 1589 2405 185,357 359,climb,,,
361 1687 2519 183,358 360,climb,,,
362 1693 2655 174,359 361,stand,,,
363 1739 2818 161,360 362,climb,,,
364 1905 2810 124,361 363,climb,,,
365 1977 2739 124,362 364,stand,,,
366 1966 2578 124,363 365,stand,,,
367 1974 2518 124,364 366,climb,,,
368 1992 2396 124,365 367,climb,,,
369 1944 2328 124,366 368 384,stand,,,
370 1748 2339 124,367 369,climb,,,
371 1627 2273 147,368 370,climb,,,
372 1639 2229 147,369 371,stand,,,
373 1649 1983 147,370 372 383,stand,,,
374 1671 1724 147,371 373,climb,,,
375 1848 1677 138,372 301,climb,,,
376 1306 2186 124,356 375,climb,,,
377 1261 2090 124,374 376 381,stand,,,
378 1201 1876 124,375 377,climb,,,
379 1167 1814 179,376 378,climb,,,
380 1168 1761 179,377 379,stand,,,
381 1129 1492 185,378 380,stand,,,
382 1119 1110 186,379,stand,,,
383 1259 1978 124,375 382,climb,,,
384 1346 1968 147,381 383,climb,,,
385 1400 1973 147,382 371,stand,,,
386 2067 2290 126,367 385,stand,,,
387 2167 2243 84,384 386,stand,,,
388 2262 2179 40,385,stand,,,
389 2369 586 4,162 388,stand,,,
390 2362 620 38,387 389,stand,,,
391 2416 691 88,388 390,stand,,,
392 2261 543 88,389,stand,,,

View File

@ -0,0 +1,392 @@
391
1562 3790 52,1 11 12 17 11,stand,,,
1447 3817 52,0 2 18,stand,,,
1438 3563 181,1 3 8,stand,,,
1796 3554 181,2 4 7,stand,,,
1885 3710 181,3 5 6 7,stand,,,
1941 3573 181,4 6,stand,,,
1952 3827 181,4 7 5,stand,,,
1825 3835 181,6 4 3,stand,,,
1453 3464 181,2 9 10,stand,,,
1681 3349 181,8 10,stand,,,
1483 3278 181,9 8,stand,,,
1538 3581 52,0 0 17 12 19,stand,,,
1738 3643 52,0 13 16 11,stand,,,
1958 3591 52,12 14 15 16 17 219,stand,,,
2245 3599 52,13 15 16 213,stand,,,
2183 3800 52,14 16 13,stand,,,
1990 3760 52,15 17 12 14 13,stand,,,
1768 3814 52,16 18 0 11 13,stand,,,
1578 3867 52,17 1,stand,,,
1540 3451 52,11 20 22 21 23,stand,,,
1465 3301 52,19 21 22,stand,,,
1616 3280 52,20 22 19,stand,,,
1636 3435 52,21 19 20,stand,,,
1352 3461 55,19 24 25 33,stand,,,
1362 3679 52,23 26 33,stand,,,
1337 3120 37,23 36 35 33 227 230,stand,,,
859 3663 61,24 27 32 33 43,stand,,,
586 3659 50,26 28 42 43,stand,,,
261 3554 78,27 29 41 42 65,stand,,,
157 3214 84,28 30 40 65,stand,,,
193 2806 84,29 31 39 40,stand,,,
89 2685 84,30 67,stand,,,
867 3460 68,26 33 37 42,stand,,,
1171 3473 35,32 34 23 25 24 26,stand,,,
1073 3243 108,33 35 37,stand,,,
1107 3078 92,34 36 25 37,stand,,,
1236 2920 38,35 25 267 268 38,stand,,,
826 3189 77,32 35 34 38,stand,,,
792 2975 72,37 39 271 268 36,stand,,,
512 2939 64,38 30 40 270 271,stand,,,
319 3039 72,39 29 30 41,stand,,,
331 3299 71,40 28,stand,,,
502 3511 53,32 28 27,stand,,,
735 3563 71,27 26 44,climb,,,
732 3565 174,43 45,climb,,,
730 3497 189,44 46 50,stand,,,
777 3269 189,45 47,stand,,,
683 3034 189,46 48,stand,,,
443 3052 191,47 49,stand,,,
371 3254 191,48 50 66,stand,,,
527 3460 191,49 45 51,stand,,,
584 3406 197,50 52,climb,,,
584 3406 301,51 53 58 64,climb,,,
584 3352 341,52 54 55 56,stand,,,
463 3226 341,53,stand,,,
572 3197 341,53,stand,,,
665 3293 341,53 57,stand,,,
667 3229 425,56,crouch,,,
512 3407 267,52 59,crouch,,,
416 3329 267,58 60,crouch,,,
438 3123 267,59 61,crouch,,,
571 3096 268,60 62,crouch,,,
703 3153 267,61 63,crouch,,,
710 3354 267,62 64,crouch,,,
655 3409 267,63 52,crouch,,,
257 3258 82,29 66 28,climb,,,
256 3254 172,65 49,climb,,,
95 2549 85,31 68 69,stand,,,
151 2360 85,67 69 77 78 85,stand,,,
254 2463 85,68 70 76 67,stand,,,
472 2449 85,69 71 75 76,stand,,,
481 2209 4,70 72 84 272,stand,,,
382 2162 4,71 73 84,stand,,,
382 2146 49,72 74,stand,,,
381 2109 85,73 82 83 85 78,stand,,,
377 2600 85,70 76,stand,,,
393 2361 85,75 69 70,stand,,,
61 2172 85,68 78 85,stand,,,
146 1980 85,77 79 83 68 85 74,stand,,,
102 1682 85,78 80 83,stand,,,
251 1691 85,79 81 83 86 95,stand,,,
383 1829 85,80 82 83,stand,,,
384 1939 85,81 74 83 90,stand,,,
257 1906 85,74 80 79 82 78 85 81,stand,,,
299 2231 4,72 71,stand,,,
174 2099 85,77 68 74 78 83,stand,,,
343 1563 85,80 87,stand,,,
392 1388 84,86 88 108,stand,,,
565 1390 84,87 89 92 108,stand,,,
573 1631 84,88 90,stand,,,
570 1939 85,89 82 91,stand,,,
577 2043 85,90 276,stand,,,
575 1144 53,88 93 108 345,stand,,,
538 852 7,92 94 108 98 115,stand,,,
532 722 4,93 103 114 117 119,stand,,,
213 1602 84,80 96,stand,,,
82 1377 84,95 97 108,stand,,,
99 1097 45,96 98 108,stand,,,
110 826 4,97 99 93 108,stand,,,
133 547 4,98 100 103,stand,,,
276 277 4,99 101 102 104 110,stand,,,
56 88 4,100 104,stand,,,
592 397 4,100 107 104 103 106 119,stand,,,
412 527 4,99 94 102 113 119 104,stand,,,
500 105 4,100 105 102 101 110 103,stand,,,
791 130 4,104 106 107 120,stand,,,
901 293 4,105 107 102 120 121,stand,,,
826 492 4,106 102 118 119 105 117,stand,,,
361 1108 47,93 87 96 97 92 98 88,stand,,,
663 203 46,110 120,stand,,,
561 211 4,109 104 100,stand,,,
266 686 122,112,stand,,,
402 688 71,111 113 114 116,stand,,,
415 632 28,112 103,stand,,,
468 686 4,94 112,stand,,,
434 768 4,93 116,stand,,,
419 738 37,115 112,stand,,,
751 729 4,94 118 119 338 107 346,stand,,,
926 620 4,117 107 119 347 346,stand,,,
623 585 4,107 94 103 117 118 102,stand,,,
763 208 4,109 106 105,stand,,,
1047 288 5,106 122 132 133,stand,,,
1161 469 5,121 123 133 132 347,stand,,,
1445 457 5,122 124 133 135 130,stand,,,
1658 435 5,123 125 137 134 136 135,stand,,,
1948 459 5,124 126 137,stand,,,
1973 292 5,125 127 137 136 153,stand,,,
1965 104 5,126 128 137,stand,,,
1770 94 5,127 129,stand,,,
1735 168 5,128 130 134 136 147,stand,,,
1540 130 5,129 131 134 123,stand,,,
1386 98 5,130 132 133 135,stand,,,
1157 111 5,131 121 122 138,stand,,,
1286 287 5,121 131 134 122 123,stand,,,
1613 260 13,130 133 135 129 136 124,stand,,,
1467 332 11,123 134 124 131,stand,,,
1795 301 5,129 137 126 134 124,stand,,,
1896 398 5,136 126 125 124 127,stand,,,
1090 133 11,132 139,climb,,,
1090 135 217,138 140,climb,,,
1021 137 255,139 141,stand,,,
1027 274 255,140 142,stand,,,
1026 501 255,141 143,stand,,,
1284 447 257,142 144 152,stand,,,
1477 444 258,143 145,stand,,,
1691 483 256,144 146,stand,,,
1974 479 256,145,stand,,,
2010 161 128,129 148,stand,,,
2001 458 128,147 149,stand,,,
1747 462 128,148 150,stand,,,
1500 463 128,149 151,stand,,,
1380 507 146,150 152,climb,,,
1380 508 229,151 143,climb,,,
2135 261 4,126 154 165 164,stand,,,
2161 115 4,153 155,stand,,,
2378 157 4,154 156 164,stand,,,
2581 136 4,155 157 166 158,stand,,,
2810 147 4,156 158 166,stand,,,
2834 397 4,157 159 166 161 156,stand,,,
2835 541 4,158 160 161,stand,,,
2905 631 11,159 162 167,stand,,,
2706 579 4,159 162 166 158 164,stand,,,
2519 590 4,161 163 164 166 160 165 387,stand,,,
2477 823 4,162 168 169 191,stand,,,
2372 379 4,155 165 162 166 161 153,stand,,,
2235 545 4,164 153 162 169 170,stand,,,
2673 347 4,156 161 164 158 157 162,stand,,,
2908 927 11,160 168 184,stand,,,
2723 962 11,167 163 189,stand,,,
2272 772 4,163 165 191 171 170 192 172,stand,,,
2093 631 4,165 171 169 311 291,stand,,,
2086 783 4,170 172 169 291,stand,,,
2113 933 4,171 173 169 192,stand,,,
2089 1270 4,172 174 192 297,stand,,,
2089 1591 4,173 175,stand,,,
2131 1757 4,174 176 296 193 194 314,stand,,,
2252 2012 4,175 177 317 193 314,stand,,,
2376 1993 4,176 178 263 194,stand,,,
2588 1989 4,177 179 197 195 188 198 194,stand,,,
2798 1999 4,178 180 182,stand,,,
2971 1920 4,179 181 182,stand,,,
3188 1953 6,180 182,stand,,,
2883 1794 4,180 183 195 196 179 181,stand,,,
2900 1576 11,182 184 187,stand,,,
2901 1164 15,183 167 185,stand,,,
2746 1173 15,184 186 189,stand,,,
2746 1348 15,185 187,stand,,,
2745 1523 15,186 183 188 196,stand,,,
2550 1529 4,187 190 197 178 193,stand,,,
2515 1177 4,190 185 191 168,stand,,,
2491 1356 4,189 188 193,stand,,,
2392 1009 4,189 163 169 192,stand,,,
2231 1039 4,169 191 172 173,stand,,,
2401 1678 4,190 194 175 188 176,stand,,,
2446 1829 4,193 195 177 178 175,stand,,,
2738 1807 4,194 196 197 182 178,stand,,,
2742 1637 11,195 187 182,stand,,,
2612 1673 11,188 195 178,stand,,,
2588 2113 6,199 203 178,stand,,,
2524 2295 6,198 200 203,stand,,,
2489 2480 6,199 201 262,stand,,,
2719 2567 6,200 202 204,stand,,,
2753 2375 6,201 203,stand,,,
2769 2097 6,202 198 199,stand,,,
2711 2728 5,201 205 208,stand,,,
2787 2802 4,204 206,stand,,,
2778 3163 12,205 207 210,stand,,,
2611 3239 25,206 210 211,stand,,,
2521 2784 20,204 209 266,stand,,,
2501 2980 14,208 210 265 266,stand,,,
2469 3108 10,209 207 206 211 221,stand,,,
2424 3325 4,207 210 212 216 221,stand,,,
2390 3482 4,213 214 211 216,stand,,,
2321 3596 4,212 14 214 215,stand,,,
2451 3662 4,213 215 212,stand,,,
2399 3868 4,214 213,stand,,,
2301 3383 4,212 211 217 221,stand,,,
2094 3345 6,216 218 222 224,stand,,,
2076 3478 52,217 219,stand,,,
1951 3450 52,218 13 220,stand,,,
1785 3446 52,219,stand,,,
2288 3233 4,211 216 223 210,stand,,,
2081 3160 4,217 223 228 247,stand,,,
2235 3089 4,222 221 265 258 247,stand,,,
1971 3292 9,217 225 228,stand,,,
1820 3271 14,224 226 228,stand,,,
1692 3146 4,225 227 228,stand,,,
1650 3043 4,226 228 229 230 25,stand,,,
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
1772 2974 4,227 228 230 231 257,stand,,,
1554 2948 4,227 229 242 267 25,stand,,,
1764 2830 17,229 232,stand,,,
1750 2519 39,231 233,stand,,,
1768 2454 4,232 234 255,stand,,,
1662 2447 4,233 235 253,stand,,,
1592 2428 41,234 236,stand,,,
1394 2349 41,235 237 254,stand,,,
1287 2337 4,236 238 243 245,stand,,,
1197 2339 41,237 239,stand,,,
1042 2306 4,238 240 244 246 275 277,stand,,,
1077 2019 4,239 241 246 276 342,stand,,,
1056 1851 10,240 279,stand,,,
1529 2697 4,230 243 267,stand,,,
1299 2544 4,242 237 244,stand,,,
1080 2557 4,243 239 268 267 277 269,stand,,,
1295 2252 4,237 246 278 324,stand,,,
1189 2268 10,245 240 239,stand,,,
1941 2919 4,228 248 257 258 223 222,stand,,,
1958 2683 12,247 249,stand,,,
1960 2448 10,248 250 255,stand,,,
2113 2456 5,249 251 260 264,stand,,,
2183 2347 4,250 252 263 264,stand,,,
1886 2339 12,251 253,stand,,,
1674 2361 4,252 254 254 316 234,stand,,,
1600 2361 41,253 236 253,stand,,,
1854 2435 4,233 256 249,stand,,,
1854 2692 4,255 257,stand,,,
1862 2920 4,256 229 228 247,stand,,,
2113 2894 4,247 259 223 261,stand,,,
2098 2683 12,258 260 261 264,stand,,,
2061 2578 9,259 250,stand,,,
2217 2733 24,259 262 265 258 266 264,stand,,,
2373 2511 4,261 200 264 263,stand,,,
2374 2258 4,177 251 262 264,stand,,,
2204 2541 27,250 262 263 259 251 261,stand,,,
2283 2916 4,261 209 223 266,stand,,,
2395 2753 10,261 208 265 209,stand,,,
1321 2809 4,230 242 36 244,stand,,,
1014 2798 48,36 269 271 38 244,stand,,,
685 2608 33,268 270 271 273 277 244,stand,,,
403 2692 63,269 39,stand,,,
738 2790 48,39 269 38 268,stand,,,
617 2225 4,71 273 274 277,stand,,,
622 2457 12,272 269 277,stand,,,
737 2150 4,272 275,stand,,,
853 2162 4,274 276 277 239,stand,,,
857 2049 4,275 91 240 335 342,stand,,,
842 2408 4,275 273 244 272 269 239,stand,,,
1246 2070 12,245 279,stand,,,
1167 1847 4,278 241 280,stand,,,
1172 1812 41,279 281,stand,,,
1125 1539 41,280 282,stand,,,
1141 1146 41,281 283,stand,,,
1156 981 4,282 284 339 346,stand,,,
1275 979 14,283 285 329 330 312 346,stand,,,
1310 826 4,284 286 288,stand,,,
1437 828 12,285 287,stand,,,
1658 825 12,286,stand,,,
1293 708 4,285 289 347 346,stand,,,
1513 671 4,288 290 347,stand,,,
1779 649 4,289 291 310 291 311,stand,,,
1900 804 4,290 292 310 171 311 290 170,stand,,,
1942 1002 26,291 293,stand,,,
1943 1201 39,292 294 297,climb,,,
1952 1341 44,293 295 297,climb,,,
1922 1512 26,294 296,stand,,,
1920 1792 4,295 313 175 314 318 315,stand,,,
1907 1272 4,173 293 294 298,stand,,,
1778 1271 11,297 312 299 329,stand,,,
1763 1515 38,300 298 313 326,climb,,,
1806 1515 137,299 301,climb,,,
1893 1524 169,300 302 373,crouch,,,
1921 1369 187,301 303 348,climb,,,
1921 1176 183,302 304,climb,,,
1920 1074 176,305 303,crouch,,,
1925 864 161,304 306,stand,,,
1881 854 156,305 307,climb,,,
1700 840 124,306 308,climb,,,
1615 815 124,307 309,stand,,,
1487 813 124,308,stand,,,
1760 773 4,290 291 312,stand,,,
1920 594 4,291 290 170,stand,,,
1756 957 14,310 298 329 331 284,stand,,,
1729 1775 4,299 296 318 325,stand,,,
2090 1954 4,175 315 296 176 318,stand,,,
1926 2166 4,314 316 317 318 296,stand,,,
1661 2192 4,315 253 324 321,stand,,,
2118 2139 4,315 176 318,stand,,,
1791 1924 4,296 315 317 313 319 314,stand,,,
1696 1921 25,318 320 325,crouch,,,
1643 1965 34,319 321,crouch,,,
1568 2034 4,320 322 316 324,crouch,,,
1406 1868 4,321 323 334,stand,,,
1347 2029 4,322 324 334,stand,,,
1423 2214 4,323 245 316 321,stand,,,
1580 1706 21,319 326 313,stand,,,
1542 1522 39,325 299 327 333,crouch,,,
1336 1571 22,326 328 330 334,crouch,,,
1405 1327 65,327 329 330,stand,,,
1481 1066 22,328 312 298 284 331,stand,,,
1300 1219 37,284 328 327,stand,,,
1548 1187 43,329 332 312,crouch,,,
1543 1334 62,331 333,crouch,,,
1543 1493 62,332 326,crouch,,,
1272 1762 7,327 322 323,stand,,,
714 1881 4,276 336,stand,,,
719 1567 4,335 337 341,stand,,,
743 1273 4,336 338 340,stand,,,
753 954 4,337 117,stand,,,
943 1022 4,283 340 346,stand,,,
846 1169 4,339 341 337 343,stand,,,
954 1516 4,340 342 336,stand,,,
962 1825 4,341 276 240,stand,,,
728 1155 4,340 344,stand,,,
702 1155 66,343 345,stand,,,
655 1156 109,344 92,stand,,,
1082 790 4,347 118 117 283 284 339 288,stand,,,
1172 598 4,346 122 288 118 289,stand,,,
1976 1358 177,302 349,climb,,,
2127 1345 94,348 350,crouch,,,
2274 1295 112,349 351,stand,,,
2495 1352 95,350 352,climb,,,
2669 1399 112,351 353,climb,,,
2822 1391 112,352,climb,,,
1158 2412 185,355,stand,,,
1219 2412 185,354 356,climb,,,
1373 2396 186,355 357 374,climb,,,
1465 2394 186,356 358,stand,,,
1589 2405 185,357 359,climb,,,
1687 2519 183,358 360,climb,,,
1693 2655 174,359 361,stand,,,
1739 2818 161,360 362,climb,,,
1905 2810 124,361 363,climb,,,
1977 2739 124,362 364,stand,,,
1966 2578 124,363 365,stand,,,
1974 2518 124,364 366,climb,,,
1992 2396 124,365 367,climb,,,
1944 2328 124,366 368 384,stand,,,
1748 2339 124,367 369,climb,,,
1627 2273 147,368 370,climb,,,
1639 2229 147,369 371,stand,,,
1649 1983 147,370 372 383,stand,,,
1671 1724 147,371 373,climb,,,
1848 1677 138,372 301,climb,,,
1306 2186 124,356 375,climb,,,
1261 2090 124,374 376 381,stand,,,
1201 1876 124,375 377,climb,,,
1167 1814 179,376 378,climb,,,
1168 1761 179,377 379,stand,,,
1129 1492 185,378 380,stand,,,
1119 1110 186,379,stand,,,
1259 1978 124,375 382,climb,,,
1346 1968 147,381 383,climb,,,
1400 1973 147,382 371,stand,,,
2067 2290 126,367 385,stand,,,
2167 2243 84,384 386,stand,,,
2262 2179 40,385,stand,,,
2369 586 4,162 388,stand,,,
2362 620 38,387 389,stand,,,
2416 691 88,388 390,stand,,,
2261 543 88,389,stand,,,
1 391
2 1562 3790 52,1 11 12 17 11,stand,,,
3 1447 3817 52,0 2 18,stand,,,
4 1438 3563 181,1 3 8,stand,,,
5 1796 3554 181,2 4 7,stand,,,
6 1885 3710 181,3 5 6 7,stand,,,
7 1941 3573 181,4 6,stand,,,
8 1952 3827 181,4 7 5,stand,,,
9 1825 3835 181,6 4 3,stand,,,
10 1453 3464 181,2 9 10,stand,,,
11 1681 3349 181,8 10,stand,,,
12 1483 3278 181,9 8,stand,,,
13 1538 3581 52,0 0 17 12 19,stand,,,
14 1738 3643 52,0 13 16 11,stand,,,
15 1958 3591 52,12 14 15 16 17 219,stand,,,
16 2245 3599 52,13 15 16 213,stand,,,
17 2183 3800 52,14 16 13,stand,,,
18 1990 3760 52,15 17 12 14 13,stand,,,
19 1768 3814 52,16 18 0 11 13,stand,,,
20 1578 3867 52,17 1,stand,,,
21 1540 3451 52,11 20 22 21 23,stand,,,
22 1465 3301 52,19 21 22,stand,,,
23 1616 3280 52,20 22 19,stand,,,
24 1636 3435 52,21 19 20,stand,,,
25 1352 3461 55,19 24 25 33,stand,,,
26 1362 3679 52,23 26 33,stand,,,
27 1337 3120 37,23 36 35 33 227 230,stand,,,
28 859 3663 61,24 27 32 33 43,stand,,,
29 586 3659 50,26 28 42 43,stand,,,
30 261 3554 78,27 29 41 42 65,stand,,,
31 157 3214 84,28 30 40 65,stand,,,
32 193 2806 84,29 31 39 40,stand,,,
33 89 2685 84,30 67,stand,,,
34 867 3460 68,26 33 37 42,stand,,,
35 1171 3473 35,32 34 23 25 24 26,stand,,,
36 1073 3243 108,33 35 37,stand,,,
37 1107 3078 92,34 36 25 37,stand,,,
38 1236 2920 38,35 25 267 268 38,stand,,,
39 826 3189 77,32 35 34 38,stand,,,
40 792 2975 72,37 39 271 268 36,stand,,,
41 512 2939 64,38 30 40 270 271,stand,,,
42 319 3039 72,39 29 30 41,stand,,,
43 331 3299 71,40 28,stand,,,
44 502 3511 53,32 28 27,stand,,,
45 735 3563 71,27 26 44,climb,,,
46 732 3565 174,43 45,climb,,,
47 730 3497 189,44 46 50,stand,,,
48 777 3269 189,45 47,stand,,,
49 683 3034 189,46 48,stand,,,
50 443 3052 191,47 49,stand,,,
51 371 3254 191,48 50 66,stand,,,
52 527 3460 191,49 45 51,stand,,,
53 584 3406 197,50 52,climb,,,
54 584 3406 301,51 53 58 64,climb,,,
55 584 3352 341,52 54 55 56,stand,,,
56 463 3226 341,53,stand,,,
57 572 3197 341,53,stand,,,
58 665 3293 341,53 57,stand,,,
59 667 3229 425,56,crouch,,,
60 512 3407 267,52 59,crouch,,,
61 416 3329 267,58 60,crouch,,,
62 438 3123 267,59 61,crouch,,,
63 571 3096 268,60 62,crouch,,,
64 703 3153 267,61 63,crouch,,,
65 710 3354 267,62 64,crouch,,,
66 655 3409 267,63 52,crouch,,,
67 257 3258 82,29 66 28,climb,,,
68 256 3254 172,65 49,climb,,,
69 95 2549 85,31 68 69,stand,,,
70 151 2360 85,67 69 77 78 85,stand,,,
71 254 2463 85,68 70 76 67,stand,,,
72 472 2449 85,69 71 75 76,stand,,,
73 481 2209 4,70 72 84 272,stand,,,
74 382 2162 4,71 73 84,stand,,,
75 382 2146 49,72 74,stand,,,
76 381 2109 85,73 82 83 85 78,stand,,,
77 377 2600 85,70 76,stand,,,
78 393 2361 85,75 69 70,stand,,,
79 61 2172 85,68 78 85,stand,,,
80 146 1980 85,77 79 83 68 85 74,stand,,,
81 102 1682 85,78 80 83,stand,,,
82 251 1691 85,79 81 83 86 95,stand,,,
83 383 1829 85,80 82 83,stand,,,
84 384 1939 85,81 74 83 90,stand,,,
85 257 1906 85,74 80 79 82 78 85 81,stand,,,
86 299 2231 4,72 71,stand,,,
87 174 2099 85,77 68 74 78 83,stand,,,
88 343 1563 85,80 87,stand,,,
89 392 1388 84,86 88 108,stand,,,
90 565 1390 84,87 89 92 108,stand,,,
91 573 1631 84,88 90,stand,,,
92 570 1939 85,89 82 91,stand,,,
93 577 2043 85,90 276,stand,,,
94 575 1144 53,88 93 108 345,stand,,,
95 538 852 7,92 94 108 98 115,stand,,,
96 532 722 4,93 103 114 117 119,stand,,,
97 213 1602 84,80 96,stand,,,
98 82 1377 84,95 97 108,stand,,,
99 99 1097 45,96 98 108,stand,,,
100 110 826 4,97 99 93 108,stand,,,
101 133 547 4,98 100 103,stand,,,
102 276 277 4,99 101 102 104 110,stand,,,
103 56 88 4,100 104,stand,,,
104 592 397 4,100 107 104 103 106 119,stand,,,
105 412 527 4,99 94 102 113 119 104,stand,,,
106 500 105 4,100 105 102 101 110 103,stand,,,
107 791 130 4,104 106 107 120,stand,,,
108 901 293 4,105 107 102 120 121,stand,,,
109 826 492 4,106 102 118 119 105 117,stand,,,
110 361 1108 47,93 87 96 97 92 98 88,stand,,,
111 663 203 46,110 120,stand,,,
112 561 211 4,109 104 100,stand,,,
113 266 686 122,112,stand,,,
114 402 688 71,111 113 114 116,stand,,,
115 415 632 28,112 103,stand,,,
116 468 686 4,94 112,stand,,,
117 434 768 4,93 116,stand,,,
118 419 738 37,115 112,stand,,,
119 751 729 4,94 118 119 338 107 346,stand,,,
120 926 620 4,117 107 119 347 346,stand,,,
121 623 585 4,107 94 103 117 118 102,stand,,,
122 763 208 4,109 106 105,stand,,,
123 1047 288 5,106 122 132 133,stand,,,
124 1161 469 5,121 123 133 132 347,stand,,,
125 1445 457 5,122 124 133 135 130,stand,,,
126 1658 435 5,123 125 137 134 136 135,stand,,,
127 1948 459 5,124 126 137,stand,,,
128 1973 292 5,125 127 137 136 153,stand,,,
129 1965 104 5,126 128 137,stand,,,
130 1770 94 5,127 129,stand,,,
131 1735 168 5,128 130 134 136 147,stand,,,
132 1540 130 5,129 131 134 123,stand,,,
133 1386 98 5,130 132 133 135,stand,,,
134 1157 111 5,131 121 122 138,stand,,,
135 1286 287 5,121 131 134 122 123,stand,,,
136 1613 260 13,130 133 135 129 136 124,stand,,,
137 1467 332 11,123 134 124 131,stand,,,
138 1795 301 5,129 137 126 134 124,stand,,,
139 1896 398 5,136 126 125 124 127,stand,,,
140 1090 133 11,132 139,climb,,,
141 1090 135 217,138 140,climb,,,
142 1021 137 255,139 141,stand,,,
143 1027 274 255,140 142,stand,,,
144 1026 501 255,141 143,stand,,,
145 1284 447 257,142 144 152,stand,,,
146 1477 444 258,143 145,stand,,,
147 1691 483 256,144 146,stand,,,
148 1974 479 256,145,stand,,,
149 2010 161 128,129 148,stand,,,
150 2001 458 128,147 149,stand,,,
151 1747 462 128,148 150,stand,,,
152 1500 463 128,149 151,stand,,,
153 1380 507 146,150 152,climb,,,
154 1380 508 229,151 143,climb,,,
155 2135 261 4,126 154 165 164,stand,,,
156 2161 115 4,153 155,stand,,,
157 2378 157 4,154 156 164,stand,,,
158 2581 136 4,155 157 166 158,stand,,,
159 2810 147 4,156 158 166,stand,,,
160 2834 397 4,157 159 166 161 156,stand,,,
161 2835 541 4,158 160 161,stand,,,
162 2905 631 11,159 162 167,stand,,,
163 2706 579 4,159 162 166 158 164,stand,,,
164 2519 590 4,161 163 164 166 160 165 387,stand,,,
165 2477 823 4,162 168 169 191,stand,,,
166 2372 379 4,155 165 162 166 161 153,stand,,,
167 2235 545 4,164 153 162 169 170,stand,,,
168 2673 347 4,156 161 164 158 157 162,stand,,,
169 2908 927 11,160 168 184,stand,,,
170 2723 962 11,167 163 189,stand,,,
171 2272 772 4,163 165 191 171 170 192 172,stand,,,
172 2093 631 4,165 171 169 311 291,stand,,,
173 2086 783 4,170 172 169 291,stand,,,
174 2113 933 4,171 173 169 192,stand,,,
175 2089 1270 4,172 174 192 297,stand,,,
176 2089 1591 4,173 175,stand,,,
177 2131 1757 4,174 176 296 193 194 314,stand,,,
178 2252 2012 4,175 177 317 193 314,stand,,,
179 2376 1993 4,176 178 263 194,stand,,,
180 2588 1989 4,177 179 197 195 188 198 194,stand,,,
181 2798 1999 4,178 180 182,stand,,,
182 2971 1920 4,179 181 182,stand,,,
183 3188 1953 6,180 182,stand,,,
184 2883 1794 4,180 183 195 196 179 181,stand,,,
185 2900 1576 11,182 184 187,stand,,,
186 2901 1164 15,183 167 185,stand,,,
187 2746 1173 15,184 186 189,stand,,,
188 2746 1348 15,185 187,stand,,,
189 2745 1523 15,186 183 188 196,stand,,,
190 2550 1529 4,187 190 197 178 193,stand,,,
191 2515 1177 4,190 185 191 168,stand,,,
192 2491 1356 4,189 188 193,stand,,,
193 2392 1009 4,189 163 169 192,stand,,,
194 2231 1039 4,169 191 172 173,stand,,,
195 2401 1678 4,190 194 175 188 176,stand,,,
196 2446 1829 4,193 195 177 178 175,stand,,,
197 2738 1807 4,194 196 197 182 178,stand,,,
198 2742 1637 11,195 187 182,stand,,,
199 2612 1673 11,188 195 178,stand,,,
200 2588 2113 6,199 203 178,stand,,,
201 2524 2295 6,198 200 203,stand,,,
202 2489 2480 6,199 201 262,stand,,,
203 2719 2567 6,200 202 204,stand,,,
204 2753 2375 6,201 203,stand,,,
205 2769 2097 6,202 198 199,stand,,,
206 2711 2728 5,201 205 208,stand,,,
207 2787 2802 4,204 206,stand,,,
208 2778 3163 12,205 207 210,stand,,,
209 2611 3239 25,206 210 211,stand,,,
210 2521 2784 20,204 209 266,stand,,,
211 2501 2980 14,208 210 265 266,stand,,,
212 2469 3108 10,209 207 206 211 221,stand,,,
213 2424 3325 4,207 210 212 216 221,stand,,,
214 2390 3482 4,213 214 211 216,stand,,,
215 2321 3596 4,212 14 214 215,stand,,,
216 2451 3662 4,213 215 212,stand,,,
217 2399 3868 4,214 213,stand,,,
218 2301 3383 4,212 211 217 221,stand,,,
219 2094 3345 6,216 218 222 224,stand,,,
220 2076 3478 52,217 219,stand,,,
221 1951 3450 52,218 13 220,stand,,,
222 1785 3446 52,219,stand,,,
223 2288 3233 4,211 216 223 210,stand,,,
224 2081 3160 4,217 223 228 247,stand,,,
225 2235 3089 4,222 221 265 258 247,stand,,,
226 1971 3292 9,217 225 228,stand,,,
227 1820 3271 14,224 226 228,stand,,,
228 1692 3146 4,225 227 228,stand,,,
229 1650 3043 4,226 228 229 230 25,stand,,,
230 1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
231 1772 2974 4,227 228 230 231 257,stand,,,
232 1554 2948 4,227 229 242 267 25,stand,,,
233 1764 2830 17,229 232,stand,,,
234 1750 2519 39,231 233,stand,,,
235 1768 2454 4,232 234 255,stand,,,
236 1662 2447 4,233 235 253,stand,,,
237 1592 2428 41,234 236,stand,,,
238 1394 2349 41,235 237 254,stand,,,
239 1287 2337 4,236 238 243 245,stand,,,
240 1197 2339 41,237 239,stand,,,
241 1042 2306 4,238 240 244 246 275 277,stand,,,
242 1077 2019 4,239 241 246 276 342,stand,,,
243 1056 1851 10,240 279,stand,,,
244 1529 2697 4,230 243 267,stand,,,
245 1299 2544 4,242 237 244,stand,,,
246 1080 2557 4,243 239 268 267 277 269,stand,,,
247 1295 2252 4,237 246 278 324,stand,,,
248 1189 2268 10,245 240 239,stand,,,
249 1941 2919 4,228 248 257 258 223 222,stand,,,
250 1958 2683 12,247 249,stand,,,
251 1960 2448 10,248 250 255,stand,,,
252 2113 2456 5,249 251 260 264,stand,,,
253 2183 2347 4,250 252 263 264,stand,,,
254 1886 2339 12,251 253,stand,,,
255 1674 2361 4,252 254 254 316 234,stand,,,
256 1600 2361 41,253 236 253,stand,,,
257 1854 2435 4,233 256 249,stand,,,
258 1854 2692 4,255 257,stand,,,
259 1862 2920 4,256 229 228 247,stand,,,
260 2113 2894 4,247 259 223 261,stand,,,
261 2098 2683 12,258 260 261 264,stand,,,
262 2061 2578 9,259 250,stand,,,
263 2217 2733 24,259 262 265 258 266 264,stand,,,
264 2373 2511 4,261 200 264 263,stand,,,
265 2374 2258 4,177 251 262 264,stand,,,
266 2204 2541 27,250 262 263 259 251 261,stand,,,
267 2283 2916 4,261 209 223 266,stand,,,
268 2395 2753 10,261 208 265 209,stand,,,
269 1321 2809 4,230 242 36 244,stand,,,
270 1014 2798 48,36 269 271 38 244,stand,,,
271 685 2608 33,268 270 271 273 277 244,stand,,,
272 403 2692 63,269 39,stand,,,
273 738 2790 48,39 269 38 268,stand,,,
274 617 2225 4,71 273 274 277,stand,,,
275 622 2457 12,272 269 277,stand,,,
276 737 2150 4,272 275,stand,,,
277 853 2162 4,274 276 277 239,stand,,,
278 857 2049 4,275 91 240 335 342,stand,,,
279 842 2408 4,275 273 244 272 269 239,stand,,,
280 1246 2070 12,245 279,stand,,,
281 1167 1847 4,278 241 280,stand,,,
282 1172 1812 41,279 281,stand,,,
283 1125 1539 41,280 282,stand,,,
284 1141 1146 41,281 283,stand,,,
285 1156 981 4,282 284 339 346,stand,,,
286 1275 979 14,283 285 329 330 312 346,stand,,,
287 1310 826 4,284 286 288,stand,,,
288 1437 828 12,285 287,stand,,,
289 1658 825 12,286,stand,,,
290 1293 708 4,285 289 347 346,stand,,,
291 1513 671 4,288 290 347,stand,,,
292 1779 649 4,289 291 310 291 311,stand,,,
293 1900 804 4,290 292 310 171 311 290 170,stand,,,
294 1942 1002 26,291 293,stand,,,
295 1943 1201 39,292 294 297,climb,,,
296 1952 1341 44,293 295 297,climb,,,
297 1922 1512 26,294 296,stand,,,
298 1920 1792 4,295 313 175 314 318 315,stand,,,
299 1907 1272 4,173 293 294 298,stand,,,
300 1778 1271 11,297 312 299 329,stand,,,
301 1763 1515 38,300 298 313 326,climb,,,
302 1806 1515 137,299 301,climb,,,
303 1893 1524 169,300 302 373,crouch,,,
304 1921 1369 187,301 303 348,climb,,,
305 1921 1176 183,302 304,climb,,,
306 1920 1074 176,305 303,crouch,,,
307 1925 864 161,304 306,stand,,,
308 1881 854 156,305 307,climb,,,
309 1700 840 124,306 308,climb,,,
310 1615 815 124,307 309,stand,,,
311 1487 813 124,308,stand,,,
312 1760 773 4,290 291 312,stand,,,
313 1920 594 4,291 290 170,stand,,,
314 1756 957 14,310 298 329 331 284,stand,,,
315 1729 1775 4,299 296 318 325,stand,,,
316 2090 1954 4,175 315 296 176 318,stand,,,
317 1926 2166 4,314 316 317 318 296,stand,,,
318 1661 2192 4,315 253 324 321,stand,,,
319 2118 2139 4,315 176 318,stand,,,
320 1791 1924 4,296 315 317 313 319 314,stand,,,
321 1696 1921 25,318 320 325,crouch,,,
322 1643 1965 34,319 321,crouch,,,
323 1568 2034 4,320 322 316 324,crouch,,,
324 1406 1868 4,321 323 334,stand,,,
325 1347 2029 4,322 324 334,stand,,,
326 1423 2214 4,323 245 316 321,stand,,,
327 1580 1706 21,319 326 313,stand,,,
328 1542 1522 39,325 299 327 333,crouch,,,
329 1336 1571 22,326 328 330 334,crouch,,,
330 1405 1327 65,327 329 330,stand,,,
331 1481 1066 22,328 312 298 284 331,stand,,,
332 1300 1219 37,284 328 327,stand,,,
333 1548 1187 43,329 332 312,crouch,,,
334 1543 1334 62,331 333,crouch,,,
335 1543 1493 62,332 326,crouch,,,
336 1272 1762 7,327 322 323,stand,,,
337 714 1881 4,276 336,stand,,,
338 719 1567 4,335 337 341,stand,,,
339 743 1273 4,336 338 340,stand,,,
340 753 954 4,337 117,stand,,,
341 943 1022 4,283 340 346,stand,,,
342 846 1169 4,339 341 337 343,stand,,,
343 954 1516 4,340 342 336,stand,,,
344 962 1825 4,341 276 240,stand,,,
345 728 1155 4,340 344,stand,,,
346 702 1155 66,343 345,stand,,,
347 655 1156 109,344 92,stand,,,
348 1082 790 4,347 118 117 283 284 339 288,stand,,,
349 1172 598 4,346 122 288 118 289,stand,,,
350 1976 1358 177,302 349,climb,,,
351 2127 1345 94,348 350,crouch,,,
352 2274 1295 112,349 351,stand,,,
353 2495 1352 95,350 352,climb,,,
354 2669 1399 112,351 353,climb,,,
355 2822 1391 112,352,climb,,,
356 1158 2412 185,355,stand,,,
357 1219 2412 185,354 356,climb,,,
358 1373 2396 186,355 357 374,climb,,,
359 1465 2394 186,356 358,stand,,,
360 1589 2405 185,357 359,climb,,,
361 1687 2519 183,358 360,climb,,,
362 1693 2655 174,359 361,stand,,,
363 1739 2818 161,360 362,climb,,,
364 1905 2810 124,361 363,climb,,,
365 1977 2739 124,362 364,stand,,,
366 1966 2578 124,363 365,stand,,,
367 1974 2518 124,364 366,climb,,,
368 1992 2396 124,365 367,climb,,,
369 1944 2328 124,366 368 384,stand,,,
370 1748 2339 124,367 369,climb,,,
371 1627 2273 147,368 370,climb,,,
372 1639 2229 147,369 371,stand,,,
373 1649 1983 147,370 372 383,stand,,,
374 1671 1724 147,371 373,climb,,,
375 1848 1677 138,372 301,climb,,,
376 1306 2186 124,356 375,climb,,,
377 1261 2090 124,374 376 381,stand,,,
378 1201 1876 124,375 377,climb,,,
379 1167 1814 179,376 378,climb,,,
380 1168 1761 179,377 379,stand,,,
381 1129 1492 185,378 380,stand,,,
382 1119 1110 186,379,stand,,,
383 1259 1978 124,375 382,climb,,,
384 1346 1968 147,381 383,climb,,,
385 1400 1973 147,382 371,stand,,,
386 2067 2290 126,367 385,stand,,,
387 2167 2243 84,384 386,stand,,,
388 2262 2179 40,385,stand,,,
389 2369 586 4,162 388,stand,,,
390 2362 620 38,387 389,stand,,,
391 2416 691 88,388 390,stand,,,
392 2261 543 88,389,stand,,,

View File

@ -0,0 +1,447 @@
446
2962 -48 0,77 79 103 188,stand,,,
-1938 1104 0,15 31 32,stand,,,
2962 1488 0,140 141 147 148 149 152,stand,,,
2800 -1938 0,53 57,stand,,,
2898 464 528,123 124 118,stand,,,
2224 1986 0,154 155 156 182 180 364,stand,,,
-1930 -1584 0,21 22,stand,,,
-1922 464 528,273 274 373,stand,,,
338 -432 0,238 239 247 331 433 430 435,stand,,,
-824 1970 0,11 227 228 386,stand,,,
288 -1802 528,216 217,stand,,,
-1326 1903 0,9 12 34 230,stand,,,
-1554 2029 0,11 13 34 230,stand,,,
-2005 2026 0,12 14 226 16,stand,,,
-2032 1434 0,13 15 36,stand,,,
-2009 1218 0,14 1 32 36 33,stand,,,
-2022 285 0,17 28 27 32 35 13 20,stand,,,
-2032 -24 0,16 18 27 26 29,stand,,,
-2032 -544 0,17 19 25 421 420,stand,,,
-2027 -916 0,18 20 24 421 420,stand,,,
-2028 -1244 0,19 21 23 16 37,stand,,,
-2016 -1736 0,20 6 37 92,stand,,,
-1667 -1418 0,6 23 92,stand,,,
-1641 -1128 0,24 22 20 94 93,stand,,,
-1647 -911 0,23 25 19 241 333 436,stand,,,
-1604 -559 0,24 18 26 332 95 334 422,stand,,,
-1547 -51 0,25 28 17 29 29 334 333 422 436,stand,,,
-2003 44 0,17 16,climb,,,
-1652 312 0,16 26 30 30 331 332 436,stand,,,
-1644 -23 0,26 26 17 239 405,climb,,,
-1577 714 0,28 31 34 35 28 332 333,stand,,,
-1782 1072 0,30 1 33,stand,,,
-2005 1028 0,15 16 1 35 374,climb,,,
-1634 1088 0,31 34 230 15 315 375 237,climb,,,
-1570 1400 0,33 30 36 12 11 230 332,stand,,,
-1878 725 0,30 16 32,stand,,,
-1774 1415 0,15 34 14,stand,,,
-1978 -1925 0,21 38 20,stand,,,
-1863 -2032 0,37 39 45,stand,,,
-1642 -1991 0,38 40 92,stand,,,
-1395 -1969 0,39 42 93 94,stand,,,
-963 -2002 0,42 45,climb,,,
-1098 -1979 0,40 41 94,stand,,,
-351 -1991 96,44 46,climb,,,
-443 -2009 96,43 45 46,climb,,,
-462 -2010 0,44 41 38,climb,,,
-282 -2012 96,43 44 47,climb,,,
-260 -2010 0,46 48 346,climb,,,
-76 -1989 0,47 49 96 95,stand,,,
263 -1991 0,48 50,climb,,,
400 -1991 0,49 51 347,stand,,,
480 -1806 0,50 98 97 347,stand,,,
1992 -2023 0,57 100 102 337 350,stand,,,
2989 -1727 0,3 54,stand,,,
3003 -1511 0,53 55 56 58 60 79 391,stand,,,
2666 -1511 0,54 56 59 82 102 329,stand,,,
2589 -1744 0,57 55 54 82,stand,,,
2464 -1995 0,56 52 3 101,stand,,,
3039 -1062 0,54 59 61 62,stand,,,
2648 -1039 0,58 55 82 102,stand,,,
2908 -1448 0,54 61,climb,,,
2911 -1116 0,60 58,climb,,,
3030 -914 0,58 63 70,climb,,,
3023 -737 0,62 64 76,climb,,,
3007 -737 40,63 74 75 72 84,climb,,,
3010 -539 1288,66 71 70 76,climb,,,
2865 -351 1288,65 67 69 71 201,climb,,,
2637 -266 1288,66 68 69 70 71,stand,,,
2310 -453 1272,67,stand,,,
2629 -1009 1288,67 70 66,stand,,,
3020 -865 1288,69 67 65 62,climb,,,
2975 -271 1288,65 66 67,stand,,,
2649 -681 40,73 75 64 80 81 84,stand,,,
2658 -960 40,72 74 441,stand,,,
2826 -975 40,73 64,stand,,,
2747 -469 40,64 72 438,stand,,,
3025 -522 0,65 63 79,climb,,,
2654 -24 0,0 78 188 189 329 401,climb,,,
2572 -218 0,77 79 80 189 364,stand,,,
3039 -225 0,76 78 0 103 54 151,stand,,,
2476 -578 0,78 72 81 328 329 441,stand,,,
2322 -725 0,80 82 100 329 102 72 365,stand,,,
2437 -1000 0,81 59 55 56 252 404,stand,,,
2949 -323 40,84 438,stand,,,
2952 -652 40,64 83 72,stand,,,
2849 -316 264,86 443,stand,,,
2963 -424 264,85 425 87,stand,,,
2810 -988 264,88 425 86,stand,,,
2655 -998 264,87 442,stand,,,
2842 -947 569,90 115 203 426,stand,,,
2839 -1086 636,89 91 109,stand,,,
2763 -1206 620,90 108 109,stand,,,
-1725 -1679 0,21 39 22 93,stand,,,
-1430 -1625 0,92 40 94 23,stand,,,
-1190 -1428 0,42 40 93 23 95 331,stand,,,
-187 -1480 0,94 96 48 239 331 25,stand,,,
180 -1541 0,95 48 97 239 254,stand,,,
365 -1551 0,96 98 51 240,stand,,,
605 -1535 0,97 51 99 254 239,stand,,,
885 -1576 0,98 100 102 253 253 254 346,stand,,,
1462 -1806 0,52 101 99 81 253 346 102 329 350,stand,,,
2260 -1870 0,57 100 102,stand,,,
1867 -1593 0,99 52 55 59 329 101 337 100 81 365,stand,,,
3023 37 0,79 0 104 133 134,climb,,,
3020 38 528,103 105,climb,,,
2894 34 528,104 106 116 125,stand,,,
2893 -282 568,105 107 113,stand,,,
2901 -353 568,106 114 115 190,climb,,,
2718 -1435 636,91 109,stand,,,
2859 -1300 636,108 90 91 110,stand,,,
3104 -1296 576,109 224 205,stand,,,
2627 -671 568,112 115 203,stand,,,
2624 -477 568,111 113 114,stand,,,
2624 -274 568,112 106,stand,,,
2844 -444 568,107 115 112,stand,,,
2845 -642 568,114 111 89 107,stand,,,
2719 26 528,105 117 401,stand,,,
2655 160 528,116 118 124 401,stand,,,
2651 491 528,117 119 4,stand,,,
2658 810 528,118 120 126,stand,,,
2654 1001 528,119 121 128 145,stand,,,
2816 983 528,120 122 126 145,stand,,,
2949 925 528,121 123 126 127 128,stand,,,
2977 548 528,122 4 125,stand,,,
2832 332 528,4 117 126 125,stand,,,
2954 207 531,105 123 124 205,stand,,,
2857 796 528,122 121 124 119,stand,,,
3090 918 576,122 205 167,stand,,,
3012 1020 528,120 122 129,climb,,,
3019 1016 0,128 130 149 140,climb,,,
3008 888 0,129 131 139,stand,,,
2932 716 0,130 132 137 139,stand,,,
2996 457 0,131 133 135,stand,,,
3021 296 0,132 103 134,stand,,,
2945 163 0,103 133 368 188,stand,,,
2708 469 0,132 136 188 189 326 364,stand,,,
2633 651 0,135 137 138 177,stand,,,
2794 659 0,136 131,stand,,,
2607 825 0,136 139 143 364,stand,,,
2772 928 0,138 130 131 140 144,stand,,,
2945 1169 0,139 2 142 129,stand,,,
2722 1356 0,142 144 2 364,stand,,,
2664 1094 0,141 140 143 145,climb,,,
2558 1048 0,138 144 142 144 181 326 365,stand,,,
2559 1356 0,143 141 146 182 143 139 183,stand,,,
2663 1078 528,142 120 121,climb,,,
2506 1573 0,144 147 183,stand,,,
2629 1676 0,146 2 152 154 182 364,stand,,,
2956 1580 0,2 366,climb,,,
3040 1651 0,2 150 151 129 153,stand,,,
3023 1940 0,149 151 152 171,climb,,,
3049 2028 0,150 149 79 153 173,stand,,,
2856 1763 0,2 153 150 147,stand,,,
2806 1984 0,152 149 151 154,stand,,,
2608 1957 0,147 5 153,stand,,,
2409 1823 0,5 183,stand,,,
1956 2020 0,5 157 172 175,stand,,,
1908 1949 0,156 158 175 180,climb,,,
1932 1944 528,157 159 170 379,climb,,,
1932 1619 528,158 160 368 379,climb,,,
2127 1621 528,159 161,stand,,,
2391 1802 528,160 162 164 168 385,stand,,,
2674 1738 528,161 163,stand,,,
2678 1614 528,162 367,stand,,,
2563 1863 528,161 165 168,stand,,,
2891 1919 528,164 166 166 168 171,stand,,,
2966 1874 536,165 165 167 367,stand,,,
3094 1871 576,166 127 206,stand,,,
2403 1952 528,161 164 165 169,stand,,,
2152 1947 538,168 170 208,stand,,,
1982 1977 528,169 158,stand,,,
3002 1956 528,165 150,climb,,,
1645 2024 0,156 173 175 176,stand,,,
1548 2032 0,172 174 177 151 185,stand,,,
1354 1996 0,173 175 184 185,stand,,,
1768 1983 0,174 172 179 156 157,climb,,,
1530 1713 0,172 177 184 327,stand,,,
1627 1686 0,173 176 181 136 364 328 406,climb,,,
1858 1819 416,179 179 407,stand,,,
1816 1943 416,178 175 407 178,climb,,,
1962 1749 0,157 181 5 183,stand,,,
1857 1614 0,180 182 177 143 328 368 338,stand,,,
2128 1519 0,181 183 147 5 144,stand,,,
2408 1538 0,182 146 180 155 144,stand,,,
1336 1729 0,174 186 176 326 233,stand,,,
1145 1966 0,174 186 187 173,stand,,,
1011 1645 0,185 187 184 232 226 326 364 369,stand,,,
1094 1930 0,186 185 225 232,climb,,,
2842 42 0,135 77 0 134,stand,,,
2526 0 0,135 78 77 328,stand,,,
2880 -351 840,107 191 194,climb,,,
2655 -329 840,190 192,stand,,,
2657 -621 840,191 193 196,stand,,,
2734 -921 840,192 194 196 197,climb,,,
2942 -588 840,193 190 195,stand,,,
2983 -1000 840,194 196,stand,,,
2681 -1000 840,193 192 195,stand,,,
2771 -927 1032,193 198 200 202,climb,,,
2657 -607 1032,197 199,stand,,,
2669 -340 1032,198 202,stand,,,
2984 -639 1032,197 201,stand,,,
2898 -353 1032,200 202 66,climb,,,
2878 -428 1032,201 199 197,stand,,,
2614 -1008 568,204 89 111,stand,,,
2371 -761 552,203,stand,,,
3097 217 576,125 127 110,stand,,,
3094 2031 576,167 207,stand,,,
3050 2079 576,206 208,stand,,,
2161 2083 576,207 169 209,stand,,,
431 2076 576,208 271 355 356,stand,,,
355 652 528,211 312 323,stand,,,
343 265 528,210 212 264,stand,,,
358 -48 528,211 213 238 264 265,climb,,,
363 -768 528,212 214 257 260 256,climb,,,
363 -784 568,215 213,climb,,,
370 -1816 568,214 216,climb,,,
366 -1835 528,215 10 218,climb,,,
186 -1700 528,10 218,stand,,,
243 -1945 537,217 216 219,stand,,,
241 -2061 576,218 220 308 349,stand,,,
936 -2084 576,219 221 349,climb,,,
941 -2087 1120,220 222,climb,,,
1806 -2082 1120,221 223,climb,,,
1815 -2088 576,222 352 352 353,climb,,,
3090 -2056 576,110 353,stand,,,
809 1936 0,187 226 232 371,climb,,,
611 1998 0,225 186 361 232 362 362 13,stand,,,
-35 2032 0,9 231 361 362 386,stand,,,
-775 1719 0,9 229,climb,,,
-862 1516 0,228 230 231 332 334 410 315,stand,,,
-1225 1490 0,229 12 11 34 33 315,stand,,,
-34 1503 0,229 232 235 227 315 332 234 371,stand,,,
692 1655 0,231 186 225 315 233 187 226 326,stand,,,
724 1036 0,234 249 251 317 326 327 184 232 364,climb,,,
666 1111 0,233 318 231 369,climb,,,
300 1044 0,236 246 231 316 370 410,climb,,,
259 712 0,235 237 335 334,stand,,,
290 225 0,236 238 246 247 332 333 334 33 436 437,stand,,,
300 -31 35,237 8 212,climb,,,
245 -1150 0,8 96 240 98 95 331 29 252,stand,,,
292 -1019 0,97 239 241 255 436,climb,,,
343 -925 0,240 252 254 331 24 433 427,stand,,,
508 -39 152,243 423,stand,,,
508 -4 184,242 244,stand,,,
508 116 152,243 245,stand,,,
494 472 152,244 341 341 342,stand,,,
372 651 0,237 235 341,climb,,,
437 20 0,237 8 333 343,stand,,,
711 7 0,249 250 340 343,stand,,,
723 62 0,248 233 319,climb,,,
723 -43 0,248 320 330 337 327 395 344,climb,,,
593 836 0,233 327 342 343 369 395 393,climb,,,
670 -915 0,241 253 329 330 82 239 402 427 344,stand,,,
732 -1033 0,252 99 254 100 329 99 392,climb,,,
688 -1249 0,253 241 98 96 99 346,stand,,,
328 -1019 528,240 256,climb,,,
335 -753 528,255 213 260,stand,,,
565 -380 532,213 258 265,stand,,,
674 -1020 528,257 259 261 392,stand,,,
465 -1031 528,258 260,stand,,,
499 -771 528,259 213 256 261,stand,,,
683 -629 528,260 258 320,stand,,,
684 623 528,269 319 324,stand,,,
423 986 528,312 316 317 318 354 323,climb,,,
472 198 528,212 211 270 325,stand,,,
531 -206 528,212 257 266,stand,,,
584 -124 528,265 267,climb,,,
600 -124 568,266 268 321,climb,,,
629 578 568,267 269 322,climb,,,
631 630 528,268 262 270,climb,,,
566 612 528,264 324 269 325,stand,,,
-2088 2077 576,209 272,stand,,,
-2069 949 576,271 273 445,stand,,,
-1932 950 532,272 7 374 375,stand,,,
-1965 138 545,7 275 276,stand,,,
-2081 145 576,274 280 445,stand,,,
-1906 2 530,274 277 372,stand,,,
-1898 -139 579,276 278 279,stand,,,
-1703 -309 576,277 279,stand,,,
-1989 -399 576,278 277,stand,,,
-2066 -422 576,275 306 415,climb,,,
-2054 -422 840,282 305,climb,,,
-1869 59 840,281 283 284,stand,,,
-1954 255 840,282 301 302 305,stand,,,
-1830 147 840,282 285,climb,,,
-1844 149 1032,284 286,climb,,,
-1998 -423 1032,285,climb,,,
-1987 -429 1288,288,climb,,,
-1714 -501 1288,287 289 290,stand,,,
-1401 -323 1272,288,stand,,,
-1730 279 1288,288 291 292,stand,,,
-1411 454 1272,290,stand,,,
-1988 353 1288,290 293,climb,,,
-1993 356 1032,292 294 297 298,climb,,,
-1911 677 1032,293 295 296 297,stand,,,
-1859 936 1032,294 296 299 300,climb,,,
-2022 786 1032,295 294 297,stand,,,
-2080 603 1032,296 293 294,stand,,,
-1749 287 1032,293 299,stand,,,
-1752 756 1032,298 295,stand,,,
-1830 931 840,295 301 304,climb,,,
-2048 359 840,300 283 302 445,climb,,,
-1911 320 840,283 303 301,stand,,,
-1736 290 840,304 302,stand,,,
-1744 613 840,303 300,stand,,,
-2080 181 840,283 281,stand,,,
-2065 -1623 576,280 307 415,stand,,,
-2077 -2055 576,306 308,stand,,,
-733 -2048 576,307 309 219,stand,,,
-733 -1886 532,308 310 311,stand,,,
-260 -1605 482,309 311,stand,,,
-965 -1536 470,310 309,stand,,,
313 823 528,263 210 313 323,stand,,,
15 841 416,312 314 336,stand,,,
-84 898 416,313 315,climb,,,
-99 892 0,314 231 33 232 332 334 230 229,climb,,,
329 1044 528,235 263 323,climb,,,
700 1045 528,233 263 318,climb,,,
665 1069 528,234 317 263 324 390,climb,,,
711 72 528,262 249 322,climb,,,
704 -42 528,250 261 321,climb,,,
667 -40 568,320 267 322,climb,,,
663 59 568,319 321 268,climb,,,
440 681 528,210 316 325 312 263,stand,,,
651 694 528,318 270 262,stand,,,
446 591 528,270 323 264,stand,,,
1371 760 0,135 233 328 186 184 143 338 232,stand,,,
802 759 0,233 176 250 251 371,stand,,,
1487 550 0,181 326 329 80 189 365 364 177 394,stand,,,
1440 -895 0,328 252 102 81 253 77 55 365 346 100 402 80,stand,,,
865 -335 0,252 250 403 344,stand,,,
36 -427 0,94 8 241 28 332 95 334 239,stand,,,
-483 790 0,237 229 315 25 231 331 30 371 28 34 335,stand,,,
248 1 36,247 237 24 26 30,stand,,,
-77 368 0,237 335 236 315 331 25 26 229,stand,,,
48 667 0,334 336 236 332,climb,,,
56 687 416,335 313,climb,,,
787 -787 0,102 250 52 340 344 402,stand,,,
1079 894 0,326 339 364 181,stand,,,
792 660 0,338 340,stand,,,
790 170 0,339 248 337 393 369 437,stand,,,
378 654 152,246 245 342 245,climb,,,
580 834 152,251 341 245,climb,,,
612 7 0,251 247 248 344,stand,,,
642 -269 0,343 337 252 250 330 439,stand,,,
983 -2060 0,346 348,climb,,,
1001 -2012 0,345 347 99 254 350 47 100 329 391,stand,,,
592 -2019 0,51 50 346,stand,,,
973 -2059 576,345 349,climb,,,
892 -2071 576,348 220 219,stand,,,
1731 -2014 0,346 351 100 52 365,stand,,,
1767 -2064 0,350 352,climb,,,
1773 -2064 576,351 223 223 353,climb,,,
2486 -2069 576,224 223 352,stand,,,
422 1024 568,263 355 356 411,climb,,,
381 1820 568,354 209 357 411,climb,,,
440 1490 568,209 354 411,stand,,,
353 1827 528,355 408,climb,,,
288 1872 312,359 408,climb,,,
99 1937 312,358 360 363 409,stand,,,
81 1661 312,359,stand,,,
86 1999 0,227 226 409,climb,,,
564 1999 0,226 226 227 363,climb,,,
563 1995 312,362 359,climb,,,
1876 974 0,186 135 177 78 233 141 338 5 328 147 138,stand,,,
1539 -41 0,81 328 102 329 143 350 400 404,stand,,,
2954 1585 528,148 367,climb,,,
2931 1635 528,366 163 166,stand,,,
1912 1633 0,159 181 134,climb,,,
587 1115 0,234 251 370 186 371 395 340,stand,,,
262 913 0,369 235,stand,,,
406 1227 0,369 327 231 225 332 410,stand,,,
-1749 71 528,276 373 376 405,stand,,,
-1763 362 528,7 372,stand,,,
-1996 1047 528,273 32,climb,,,
-1636 1076 528,33 273 377,climb,,,
-1621 293 528,372 377,stand,,,
-1633 464 528,375 376,stand,,,
1940 1652 632,379 380,climb,,,
1932 1656 528,378 159 158,climb,,,
2077 1678 632,378 381 385,climb,,,
2035 1839 641,380 382,stand,,,
2034 2048 720,381 383 384,stand,,,
2985 2064 720,382,stand,,,
1667 2072 720,382,stand,,,
2083 1660 528,380 161,climb,,,
-487 1943 0,9 227 387,climb,,,
-495 1934 360,386 388 389,climb,,,
-709 1602 360,387 389,stand,,,
-118 1584 360,388 387,stand,,,
471 1059 528,411 318,climb,,,
2851 -2006 0,346 54,stand,,,
711 -1030 528,258 253,climb,,,
942 259 0,394 340 395 251,climb,,,
1318 368 0,328 393,stand,,,
784 -32 0,250 396 251 369 393,climb,,,
837 -32 40,395 397,climb,,,
960 -33 80,396 398,climb,,,
1259 -38 80,397 399,climb,,,
1407 -31 40,398 400,climb,,,
1468 -33 0,399 365,climb,,,
2653 -6 528,116 117 77,climb,,,
1075 -984 0,329 337 252,stand,,,
931 -363 0,404 330,stand,,,
1327 -328 0,403 365 82,stand,,,
-1646 0 528,372 29,climb,,,
1655 1690 416,407 177,climb,,,
1719 1754 416,406 179 178,climb,,,
311 1871 528,357 358,climb,,,
85 1982 312,359 361,climb,,,
287 1154 0,371 235 229,stand,,,
460 1064 568,390 356 355 354,climb,,,
-1789 -847 396,413 416,climb,,,
-1791 -872 440,412 414,climb,,,
-1984 -890 440,415 413,climb,,,
-2039 -887 576,414 306 280,climb,,,
-1844 -725 396,412 417,climb,,,
-1875 -720 288,416 418 419,climb,,,
-1998 -857 288,417 421,climb,,,
-1987 -602 288,417 420,climb,,,
-2008 -601 0,419 18 19,climb,,,
-2014 -857 0,418 19 18,climb,,,
-1149 -628 0,26 25 433,stand,,,
512 -177 152,242 429 432 440,stand,,,
2897 -926 264,425 426 444,climb,,,
2946 -927 264,424 87 86,stand,,,
2876 -926 572,89 424,climb,,,
533 -881 0,428 252 241 433,climb,,,
533 -870 152,427 440,climb,,,
405 -174 152,423 430,climb,,,
400 -178 0,429 8 435,climb,,,
597 -160 0,432 434,climb,,,
597 -165 177,431 423 440,climb,,,
375 -902 0,8 241 427 422 439,stand,,,
519 -143 0,431 435,stand,,,
361 -136 0,434 430 8 436,stand,,,
-879 -208 0,435 24 28 26 237 240,stand,,,
500 178 0,237 340,stand,,,
2715 -407 40,83 75,stand,,,
504 -533 8,344 433 440,climb,,,
506 -546 151,428 423 432 439,climb,,,
2581 -938 0,80 73 442,climb,,,
2627 -971 264,88 441 443,climb,,,
2696 -528 264,85 444 442,stand,,,
2861 -732 264,443 424,stand,,,
-2076.83 364.046 576.125,275 301 272,climb,-24.093 -6.52588 0,,
1 446
2 2962 -48 0,77 79 103 188,stand,,,
3 -1938 1104 0,15 31 32,stand,,,
4 2962 1488 0,140 141 147 148 149 152,stand,,,
5 2800 -1938 0,53 57,stand,,,
6 2898 464 528,123 124 118,stand,,,
7 2224 1986 0,154 155 156 182 180 364,stand,,,
8 -1930 -1584 0,21 22,stand,,,
9 -1922 464 528,273 274 373,stand,,,
10 338 -432 0,238 239 247 331 433 430 435,stand,,,
11 -824 1970 0,11 227 228 386,stand,,,
12 288 -1802 528,216 217,stand,,,
13 -1326 1903 0,9 12 34 230,stand,,,
14 -1554 2029 0,11 13 34 230,stand,,,
15 -2005 2026 0,12 14 226 16,stand,,,
16 -2032 1434 0,13 15 36,stand,,,
17 -2009 1218 0,14 1 32 36 33,stand,,,
18 -2022 285 0,17 28 27 32 35 13 20,stand,,,
19 -2032 -24 0,16 18 27 26 29,stand,,,
20 -2032 -544 0,17 19 25 421 420,stand,,,
21 -2027 -916 0,18 20 24 421 420,stand,,,
22 -2028 -1244 0,19 21 23 16 37,stand,,,
23 -2016 -1736 0,20 6 37 92,stand,,,
24 -1667 -1418 0,6 23 92,stand,,,
25 -1641 -1128 0,24 22 20 94 93,stand,,,
26 -1647 -911 0,23 25 19 241 333 436,stand,,,
27 -1604 -559 0,24 18 26 332 95 334 422,stand,,,
28 -1547 -51 0,25 28 17 29 29 334 333 422 436,stand,,,
29 -2003 44 0,17 16,climb,,,
30 -1652 312 0,16 26 30 30 331 332 436,stand,,,
31 -1644 -23 0,26 26 17 239 405,climb,,,
32 -1577 714 0,28 31 34 35 28 332 333,stand,,,
33 -1782 1072 0,30 1 33,stand,,,
34 -2005 1028 0,15 16 1 35 374,climb,,,
35 -1634 1088 0,31 34 230 15 315 375 237,climb,,,
36 -1570 1400 0,33 30 36 12 11 230 332,stand,,,
37 -1878 725 0,30 16 32,stand,,,
38 -1774 1415 0,15 34 14,stand,,,
39 -1978 -1925 0,21 38 20,stand,,,
40 -1863 -2032 0,37 39 45,stand,,,
41 -1642 -1991 0,38 40 92,stand,,,
42 -1395 -1969 0,39 42 93 94,stand,,,
43 -963 -2002 0,42 45,climb,,,
44 -1098 -1979 0,40 41 94,stand,,,
45 -351 -1991 96,44 46,climb,,,
46 -443 -2009 96,43 45 46,climb,,,
47 -462 -2010 0,44 41 38,climb,,,
48 -282 -2012 96,43 44 47,climb,,,
49 -260 -2010 0,46 48 346,climb,,,
50 -76 -1989 0,47 49 96 95,stand,,,
51 263 -1991 0,48 50,climb,,,
52 400 -1991 0,49 51 347,stand,,,
53 480 -1806 0,50 98 97 347,stand,,,
54 1992 -2023 0,57 100 102 337 350,stand,,,
55 2989 -1727 0,3 54,stand,,,
56 3003 -1511 0,53 55 56 58 60 79 391,stand,,,
57 2666 -1511 0,54 56 59 82 102 329,stand,,,
58 2589 -1744 0,57 55 54 82,stand,,,
59 2464 -1995 0,56 52 3 101,stand,,,
60 3039 -1062 0,54 59 61 62,stand,,,
61 2648 -1039 0,58 55 82 102,stand,,,
62 2908 -1448 0,54 61,climb,,,
63 2911 -1116 0,60 58,climb,,,
64 3030 -914 0,58 63 70,climb,,,
65 3023 -737 0,62 64 76,climb,,,
66 3007 -737 40,63 74 75 72 84,climb,,,
67 3010 -539 1288,66 71 70 76,climb,,,
68